Skip to content

Commit

Permalink
add @parcel/core as devDependency or build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jun 8, 2024
1 parent ffe699d commit 00930b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@swc/helpers": "^0.5.11"
},
"devDependencies": {
"@parcel/core": "^2.12.0",
"@parcel/transformer-inline-string": "^2.0.0",
"@parcel/transformer-sass": "^2.0.0",
"chai": "^4.3.10",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@deltablot/dropzone@workspace:."
dependencies:
"@parcel/core": "npm:^2.12.0"
"@parcel/transformer-inline-string": "npm:^2.0.0"
"@parcel/transformer-sass": "npm:^2.0.0"
"@swc/helpers": "npm:^0.5.11"
Expand Down Expand Up @@ -337,7 +338,7 @@ __metadata:
languageName: node
linkType: hard

"@parcel/core@npm:2.12.0":
"@parcel/core@npm:2.12.0, @parcel/core@npm:^2.12.0":
version: 2.12.0
resolution: "@parcel/core@npm:2.12.0"
dependencies:
Expand Down

0 comments on commit 00930b3

Please sign in to comment.