Skip to content

Commit

Permalink
feat: set version for esbuild to be version from Angular 15.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh Pham committed Feb 1, 2024
1 parent b7358c1 commit af38578
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
},
"dependencies": {
"bs-logger": "^0.2.6",
"esbuild-wasm": ">=0.13.8",
"esbuild-wasm": ">=0.15.13",
"jest-environment-jsdom": "^29.0.0",
"jest-util": "^29.0.0",
"pretty-format": "^29.0.0",
"ts-jest": "^29.0.0"
},
"optionalDependencies": {
"esbuild": ">=0.13.8"
"esbuild": ">=0.15.13"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=15.0.0 <18.0.0",
Expand Down
Loading

0 comments on commit af38578

Please sign in to comment.