Skip to content

Commit

Permalink
esbuild and babel peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Oct 18, 2023
1 parent 1061607 commit 86b23db
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 168 deletions.
1 change: 1 addition & 0 deletions packages/core/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"cross-env": "^7.0.0",
"elm": "^0.19.1-5",
"elm-hot": "^1.1.5",
"esbuild": "^0.19.5",
"esbuild-register": "^3.5.0",
"exif-reader": "^1.0.3",
"get-port": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/dev/bundle-stats-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"parcel-query": "2.10.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@parcel/babel-register": "2.10.0",
"@parcel/types": "2.10.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizers/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@parcel/plugin": "2.10.0",
"@parcel/source-map": "^2.1.1",
"@parcel/utils": "2.10.0",
"esbuild": "^0.13.0",
"esbuild": "^0.19.0",
"nullthrows": "^1.1.1"
}
}

0 comments on commit 86b23db

Please sign in to comment.