Skip to content

Commit

Permalink
patch parcel-core
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 10, 2023
1 parent b02bb19 commit 7ef1a5b
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 705 deletions.
2 changes: 1 addition & 1 deletion cli/plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"framework"
],
"dependencies": {
"@parcel/rust": "2.10.2",
"@expo/spawn-async": "1.7.2",
"@parcel/core": "2.10.2",
"@parcel/fs": "2.10.2",
"@parcel/package-manager": "2.10.2",
"@parcel/watcher": "2.3.0",
Expand Down
1 change: 0 additions & 1 deletion core/parcel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dependencies": {
"@parcel/compressor-raw": "2.10.2",
"@parcel/config-default": "2.10.2",
"@parcel/core": "2.10.2",
"@parcel/optimizer-data-url": "2.10.2",
"@parcel/reporter-bundle-buddy": "2.10.2",
"@parcel/resolver-default": "2.10.2",
Expand Down
5 changes: 3 additions & 2 deletions core/parcel-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist"
],
"main": "dist/index.js",
"types": "src/types.ts",
"types": "src/index.ts",
"scripts": {
"prepublishOnly": "pnpm build",
"build": "tsup --minify --clean",
Expand All @@ -23,14 +23,15 @@
"url": "https://github.com/PlasmoHQ/plasmo.git"
},
"devDependencies": {
"@parcel/core": "2.10.2",
"@parcel/types": "2.8.3",
"@plasmo/config": "workspace:*",
"@plasmo/utils": "workspace:*",
"tsup": "7.2.0"
},
"dependencies": {
"@parcel/rust": "2.10.2",
"@parcel/cache": "2.10.2",
"@parcel/core": "2.10.2",
"@parcel/diagnostic": "2.10.2",
"@parcel/events": "2.10.2",
"@parcel/fs": "2.10.2",
Expand Down
Loading

0 comments on commit 7ef1a5b

Please sign in to comment.