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 Apr 30, 2024
1 parent 6b5c51a commit 4e923fa
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 141 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"@angular/platform-server": "18.0.0-next.6",
"@angular/router": "18.0.0-next.6",
"@angular/service-worker": "18.0.0-next.6",
"@babel/core": "7.24.4",
"@babel/generator": "7.24.4",
"@babel/core": "7.24.5",
"@babel/generator": "7.24.5",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.22.6",
"@babel/helper-split-export-declaration": "7.24.5",
"@babel/plugin-transform-async-generator-functions": "7.24.3",
"@babel/plugin-transform-async-to-generator": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/runtime": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/runtime": "7.24.5",
"@bazel/bazelisk": "1.19.0",
"@bazel/buildifier": "7.1.1",
"@bazel/concatjs": "5.8.1",
Expand Down Expand Up @@ -112,12 +112,12 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@web/test-runner": "^0.18.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.12.0",
"ajv": "8.13.0",
"ajv-formats": "3.0.1",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.19",
Expand Down Expand Up @@ -179,7 +179,7 @@
"prettier": "^3.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.0.156",
"quicktype-core": "23.0.158",
"resolve-url-loader": "5.0.0",
"rollup": "~4.17.0",
"rollup-plugin-sourcemaps": "^0.6.0",
Expand All @@ -195,12 +195,12 @@
"spdx-satisfies": "^5.0.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.30.4",
"terser": "5.31.0",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.6.2",
"typescript": "5.4.5",
"undici": "6.14.1",
"undici": "6.15.0",
"verdaccio": "5.30.3",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.2.10",
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 @@ -20,9 +20,9 @@
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.22.6",
"@babel/helper-split-export-declaration": "7.24.5",
"@vitejs/plugin-basic-ssl": "1.1.0",
"ansi-colors": "4.1.3",
"browserslist": "^4.23.0",
Expand All @@ -40,7 +40,7 @@
"postcss": "8.4.38",
"sass": "1.75.0",
"semver": "7.6.0",
"undici": "6.14.1",
"undici": "6.15.0",
"vite": "5.2.10",
"watchpack": "2.4.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@babel/core": "7.24.4",
"@babel/generator": "7.24.4",
"@babel/core": "7.24.5",
"@babel/generator": "7.24.5",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.22.6",
"@babel/helper-split-export-declaration": "7.24.5",
"@babel/plugin-transform-async-generator-functions": "7.24.3",
"@babel/plugin-transform-async-to-generator": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/runtime": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/runtime": "7.24.5",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"@vitejs/plugin-basic-ssl": "1.1.0",
Expand Down Expand Up @@ -59,10 +59,10 @@
"semver": "7.6.0",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.30.4",
"terser": "5.31.0",
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.14.1",
"undici": "6.15.0",
"vite": "5.2.10",
"watchpack": "2.4.1",
"webpack": "5.91.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"ajv-formats": "3.0.1",
"ajv": "8.12.0",
"ajv": "8.13.0",
"jsonc-parser": "3.2.1",
"picomatch": "4.0.2",
"rxjs": "7.8.1",
Expand Down
Loading

0 comments on commit 4e923fa

Please sign in to comment.