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 alan-agius4 committed Oct 3, 2024
1 parent 62a99b7 commit 523c2c9
Show file tree
Hide file tree
Showing 4 changed files with 1,058 additions and 519 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@
"@angular/platform-server": "19.0.0-next.8",
"@angular/router": "19.0.0-next.8",
"@angular/service-worker": "19.0.0-next.8",
"@babel/core": "7.25.2",
"@babel/generator": "7.25.6",
"@babel/helper-annotate-as-pure": "7.24.7",
"@babel/core": "7.25.7",
"@babel/generator": "7.25.7",
"@babel/helper-annotate-as-pure": "7.25.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.25.6",
"@babel/plugin-transform-async-generator-functions": "7.25.4",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/runtime": "7.25.6",
"@bazel/bazelisk": "1.21.0",
"@babel/plugin-syntax-import-attributes": "7.25.7",
"@babel/plugin-transform-async-generator-functions": "7.25.7",
"@babel/plugin-transform-async-to-generator": "7.25.7",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/runtime": "7.25.7",
"@bazel/bazelisk": "1.22.0",
"@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/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
Expand Down Expand Up @@ -114,8 +114,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@web/test-runner": "^0.19.0",
"@yarnpkg/lockfile": "1.1.0",
Expand Down Expand Up @@ -183,7 +183,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.170",
"resolve-url-loader": "5.0.0",
"rollup": "4.22.5",
"rollup": "4.24.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.79.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@babel/core": "7.25.2",
"@babel/helper-annotate-as-pure": "7.24.7",
"@babel/core": "7.25.7",
"@babel/helper-annotate-as-pure": "7.25.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",
"@vitejs/plugin-basic-ssl": "1.1.0",
"browserslist": "^4.23.0",
Expand All @@ -39,7 +39,7 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.7.0",
"rollup": "4.22.5",
"rollup": "4.24.0",
"sass": "1.79.4",
"semver": "7.6.3",
"vite": "5.4.8",
Expand Down
16 changes: 8 additions & 8 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/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/build": "0.0.0-PLACEHOLDER",
"@babel/core": "7.25.2",
"@babel/generator": "7.25.6",
"@babel/helper-annotate-as-pure": "7.24.7",
"@babel/core": "7.25.7",
"@babel/generator": "7.25.7",
"@babel/helper-annotate-as-pure": "7.25.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.25.4",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/runtime": "7.25.6",
"@babel/plugin-transform-async-generator-functions": "7.25.7",
"@babel/plugin-transform-async-to-generator": "7.25.7",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/runtime": "7.25.7",
"@discoveryjs/json-ext": "0.6.1",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"@vitejs/plugin-basic-ssl": "1.1.0",
Expand Down
Loading

0 comments on commit 523c2c9

Please sign in to comment.