mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
build: update all non-major dependencies
This commit is contained in:
parent
62a99b70b8
commit
523c2c9e52
26
package.json
26
package.json
@ -69,17 +69,17 @@
|
|||||||
"@angular/platform-server": "19.0.0-next.8",
|
"@angular/platform-server": "19.0.0-next.8",
|
||||||
"@angular/router": "19.0.0-next.8",
|
"@angular/router": "19.0.0-next.8",
|
||||||
"@angular/service-worker": "19.0.0-next.8",
|
"@angular/service-worker": "19.0.0-next.8",
|
||||||
"@babel/core": "7.25.2",
|
"@babel/core": "7.25.7",
|
||||||
"@babel/generator": "7.25.6",
|
"@babel/generator": "7.25.7",
|
||||||
"@babel/helper-annotate-as-pure": "7.24.7",
|
"@babel/helper-annotate-as-pure": "7.25.7",
|
||||||
"@babel/helper-split-export-declaration": "7.24.7",
|
"@babel/helper-split-export-declaration": "7.24.7",
|
||||||
"@babel/plugin-syntax-import-attributes": "7.25.6",
|
"@babel/plugin-syntax-import-attributes": "7.25.7",
|
||||||
"@babel/plugin-transform-async-generator-functions": "7.25.4",
|
"@babel/plugin-transform-async-generator-functions": "7.25.7",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.24.7",
|
"@babel/plugin-transform-async-to-generator": "7.25.7",
|
||||||
"@babel/plugin-transform-runtime": "7.25.4",
|
"@babel/plugin-transform-runtime": "7.25.7",
|
||||||
"@babel/preset-env": "7.25.4",
|
"@babel/preset-env": "7.25.7",
|
||||||
"@babel/runtime": "7.25.6",
|
"@babel/runtime": "7.25.7",
|
||||||
"@bazel/bazelisk": "1.21.0",
|
"@bazel/bazelisk": "1.22.0",
|
||||||
"@bazel/buildifier": "7.3.1",
|
"@bazel/buildifier": "7.3.1",
|
||||||
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
|
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
|
||||||
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
|
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
|
||||||
@ -114,8 +114,8 @@
|
|||||||
"@types/yargs": "^17.0.20",
|
"@types/yargs": "^17.0.20",
|
||||||
"@types/yargs-parser": "^21.0.0",
|
"@types/yargs-parser": "^21.0.0",
|
||||||
"@types/yarnpkg__lockfile": "^1.1.5",
|
"@types/yarnpkg__lockfile": "^1.1.5",
|
||||||
"@typescript-eslint/eslint-plugin": "8.7.0",
|
"@typescript-eslint/eslint-plugin": "8.8.0",
|
||||||
"@typescript-eslint/parser": "8.7.0",
|
"@typescript-eslint/parser": "8.8.0",
|
||||||
"@vitejs/plugin-basic-ssl": "1.1.0",
|
"@vitejs/plugin-basic-ssl": "1.1.0",
|
||||||
"@web/test-runner": "^0.19.0",
|
"@web/test-runner": "^0.19.0",
|
||||||
"@yarnpkg/lockfile": "1.1.0",
|
"@yarnpkg/lockfile": "1.1.0",
|
||||||
@ -183,7 +183,7 @@
|
|||||||
"puppeteer": "18.2.1",
|
"puppeteer": "18.2.1",
|
||||||
"quicktype-core": "23.0.170",
|
"quicktype-core": "23.0.170",
|
||||||
"resolve-url-loader": "5.0.0",
|
"resolve-url-loader": "5.0.0",
|
||||||
"rollup": "4.22.5",
|
"rollup": "4.24.0",
|
||||||
"rollup-plugin-sourcemaps": "^0.6.0",
|
"rollup-plugin-sourcemaps": "^0.6.0",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
"sass": "1.79.4",
|
"sass": "1.79.4",
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ampproject/remapping": "2.3.0",
|
"@ampproject/remapping": "2.3.0",
|
||||||
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
||||||
"@babel/core": "7.25.2",
|
"@babel/core": "7.25.7",
|
||||||
"@babel/helper-annotate-as-pure": "7.24.7",
|
"@babel/helper-annotate-as-pure": "7.25.7",
|
||||||
"@babel/helper-split-export-declaration": "7.24.7",
|
"@babel/helper-split-export-declaration": "7.24.7",
|
||||||
"@babel/plugin-syntax-import-attributes": "7.25.6",
|
"@babel/plugin-syntax-import-attributes": "7.25.7",
|
||||||
"@inquirer/confirm": "4.0.1",
|
"@inquirer/confirm": "4.0.1",
|
||||||
"@vitejs/plugin-basic-ssl": "1.1.0",
|
"@vitejs/plugin-basic-ssl": "1.1.0",
|
||||||
"browserslist": "^4.23.0",
|
"browserslist": "^4.23.0",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"parse5-html-rewriting-stream": "7.0.0",
|
"parse5-html-rewriting-stream": "7.0.0",
|
||||||
"picomatch": "4.0.2",
|
"picomatch": "4.0.2",
|
||||||
"piscina": "4.7.0",
|
"piscina": "4.7.0",
|
||||||
"rollup": "4.22.5",
|
"rollup": "4.24.0",
|
||||||
"sass": "1.79.4",
|
"sass": "1.79.4",
|
||||||
"semver": "7.6.3",
|
"semver": "7.6.3",
|
||||||
"vite": "5.4.8",
|
"vite": "5.4.8",
|
||||||
|
@ -11,15 +11,15 @@
|
|||||||
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
||||||
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
||||||
"@angular/build": "0.0.0-PLACEHOLDER",
|
"@angular/build": "0.0.0-PLACEHOLDER",
|
||||||
"@babel/core": "7.25.2",
|
"@babel/core": "7.25.7",
|
||||||
"@babel/generator": "7.25.6",
|
"@babel/generator": "7.25.7",
|
||||||
"@babel/helper-annotate-as-pure": "7.24.7",
|
"@babel/helper-annotate-as-pure": "7.25.7",
|
||||||
"@babel/helper-split-export-declaration": "7.24.7",
|
"@babel/helper-split-export-declaration": "7.24.7",
|
||||||
"@babel/plugin-transform-async-generator-functions": "7.25.4",
|
"@babel/plugin-transform-async-generator-functions": "7.25.7",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.24.7",
|
"@babel/plugin-transform-async-to-generator": "7.25.7",
|
||||||
"@babel/plugin-transform-runtime": "7.25.4",
|
"@babel/plugin-transform-runtime": "7.25.7",
|
||||||
"@babel/preset-env": "7.25.4",
|
"@babel/preset-env": "7.25.7",
|
||||||
"@babel/runtime": "7.25.6",
|
"@babel/runtime": "7.25.7",
|
||||||
"@discoveryjs/json-ext": "0.6.1",
|
"@discoveryjs/json-ext": "0.6.1",
|
||||||
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
|
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
|
||||||
"@vitejs/plugin-basic-ssl": "1.1.0",
|
"@vitejs/plugin-basic-ssl": "1.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user