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 dgp1130 committed Dec 20, 2024
1 parent f139a02 commit ac97292
Show file tree
Hide file tree
Showing 7 changed files with 549 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=255531279
pnpm-lock.yaml=-626240895
package.json=-303224142
pnpm-lock.yaml=342794697
pnpm-workspace.yaml=1711114604
yarn.lock=152934478
yarn.lock=1329456794
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"debug": "^4.1.1",
"esbuild": "0.24.0",
"esbuild-wasm": "0.24.0",
"esbuild": "0.24.2",
"esbuild-wasm": "0.24.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-header": "3.1.1",
Expand Down Expand Up @@ -198,7 +198,7 @@
"unenv": "^1.10.0",
"verdaccio": "6.0.4",
"verdaccio-auth-memory": "^10.0.0",
"vite": "6.0.4",
"vite": "6.0.5",
"watchpack": "2.4.2",
"webpack": "5.97.1",
"webpack-dev-middleware": "7.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@vitejs/plugin-basic-ssl": "1.2.0",
"beasties": "0.2.0",
"browserslist": "^4.23.0",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.6",
"istanbul-lib-instrument": "6.0.3",
Expand All @@ -41,7 +41,7 @@
"rollup": "4.28.1",
"sass": "1.83.0",
"semver": "7.6.3",
"vite": "6.0.4",
"vite": "6.0.5",
"watchpack": "2.4.2"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"npm-package-arg": "12.0.1",
"npm-pick-manifest": "10.0.0",
"pacote": "20.0.0",
"resolve": "1.22.9",
"resolve": "1.22.10",
"semver": "7.6.3",
"symbol-observable": "4.0.0",
"yargs": "17.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"browserslist": "^4.21.5",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"esbuild-wasm": "0.24.0",
"esbuild-wasm": "0.24.2",
"fast-glob": "3.3.2",
"http-proxy-middleware": "3.0.3",
"istanbul-lib-instrument": "6.0.3",
Expand Down Expand Up @@ -63,7 +63,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.24.0"
"esbuild": "0.24.2"
},
"devDependencies": {
"undici": "7.2.0"
Expand Down
Loading

0 comments on commit ac97292

Please sign in to comment.