Skip to content

Commit

Permalink
upgrade @swc/helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Aug 12, 2024
1 parent b86da58 commit 8c225c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltablot/dropzone",
"version": "7.1.4",
"version": "7.1.5",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
Expand Down Expand Up @@ -55,7 +55,7 @@
"url": "https://github.com/NicolasCARPi/dropzone.git"
},
"dependencies": {
"@swc/helpers": "^0.5.11"
"@swc/helpers": "^0.5.12"
},
"devDependencies": {
"@parcel/core": "^2.12.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ __metadata:
"@parcel/core": "npm:^2.12.0"
"@parcel/transformer-inline-string": "npm:^2.12.0"
"@parcel/transformer-sass": "npm:^2.12.0"
"@swc/helpers": "npm:^0.5.11"
"@swc/helpers": "npm:^0.5.12"
chai: "npm:^4.4.1"
cypress: "npm:^13.11.0"
express: "npm:^4.19.2"
Expand Down Expand Up @@ -1286,7 +1286,7 @@ __metadata:
languageName: node
linkType: hard

"@swc/helpers@npm:^0.5.0, @swc/helpers@npm:^0.5.11":
"@swc/helpers@npm:^0.5.0":
version: 0.5.11
resolution: "@swc/helpers@npm:0.5.11"
dependencies:
Expand All @@ -1295,6 +1295,15 @@ __metadata:
languageName: node
linkType: hard

"@swc/helpers@npm:^0.5.12":
version: 0.5.12
resolution: "@swc/helpers@npm:0.5.12"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/44693c0f34d772d63f3a6fb461964ec583055549a96df9790afec125b2ba06929a63cf9a165a9aaf22317779f460f8caafa94458b70d5cb2bc057b6ba9b5d02c
languageName: node
linkType: hard

"@swc/types@npm:^0.1.7":
version: 0.1.7
resolution: "@swc/types@npm:0.1.7"
Expand Down

0 comments on commit 8c225c2

Please sign in to comment.