Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and clydin committed Jun 10, 2024
1 parent 4ff914a commit 26c36a1
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 15 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"critters": "0.0.22",
"css-loader": "7.1.2",
"debug": "^4.1.1",
"esbuild": "0.21.4",
"esbuild-wasm": "0.21.4",
"esbuild": "0.21.5",
"esbuild-wasm": "0.21.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-header": "3.1.1",
Expand All @@ -156,7 +156,7 @@
"less": "4.2.0",
"less-loader": "12.2.0",
"license-webpack-plugin": "4.0.2",
"lmdb": "3.0.11",
"lmdb": "3.0.12",
"loader-utils": "3.3.1",
"lodash": "^4.17.21",
"magic-string": "0.30.10",
Expand Down Expand Up @@ -200,7 +200,7 @@
"undici": "6.18.2",
"verdaccio": "5.31.1",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.2.12",
"vite": "5.2.13",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"ansi-colors": "4.1.3",
"browserslist": "^4.23.0",
"critters": "0.0.22",
"esbuild": "0.21.4",
"esbuild": "0.21.5",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"lmdb": "3.0.11",
"lmdb": "3.0.12",
"magic-string": "0.30.10",
"mrmime": "2.0.0",
"ora": "5.4.1",
Expand All @@ -41,7 +41,7 @@
"sass": "1.77.4",
"semver": "7.6.2",
"undici": "6.18.2",
"vite": "5.2.12",
"vite": "5.2.13",
"watchpack": "2.4.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.22",
"css-loader": "7.1.2",
"esbuild-wasm": "0.21.4",
"esbuild-wasm": "0.21.5",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"http-proxy-middleware": "3.0.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"tree-kill": "1.2.2",
"tslib": "2.6.3",
"undici": "6.18.2",
"vite": "5.2.12",
"vite": "5.2.13",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.2.1",
Expand All @@ -71,7 +71,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.21.4"
"esbuild": "0.21.5"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
Expand Down
Loading

0 comments on commit 26c36a1

Please sign in to comment.