Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit dac0f25)
  • Loading branch information
angular-robot authored and alan-agius4 committed Jun 9, 2023
1 parent 1aa9fb4 commit 78084aa
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 191 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@
"@angular/platform-server": "16.1.0-next.3",
"@angular/router": "16.1.0-next.3",
"@angular/service-worker": "16.1.0-next.3",
"@babel/core": "7.22.1",
"@babel/generator": "7.22.3",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/helper-split-export-declaration": "7.18.6",
"@babel/core": "7.22.5",
"@babel/generator": "7.22.5",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.22.5",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/preset-env": "7.22.4",
"@babel/runtime": "7.22.3",
"@babel/template": "7.21.9",
"@babel/plugin-transform-async-to-generator": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/runtime": "7.22.5",
"@babel/template": "7.22.5",
"@bazel/bazelisk": "1.12.1",
"@bazel/buildifier": "6.1.2",
"@bazel/concatjs": "5.8.1",
Expand Down Expand Up @@ -186,7 +186,7 @@
"quicktype-core": "23.0.47",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.62.1",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
"semver": "7.5.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"@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.22.1",
"@babel/generator": "7.22.3",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/helper-split-export-declaration": "7.18.6",
"@babel/core": "7.22.5",
"@babel/generator": "7.22.5",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.22.5",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/preset-env": "7.22.4",
"@babel/runtime": "7.22.3",
"@babel/template": "7.21.9",
"@babel/plugin-transform-async-to-generator": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/runtime": "7.22.5",
"@babel/template": "7.22.5",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"@vitejs/plugin-basic-ssl": "1.0.1",
Expand Down Expand Up @@ -55,7 +55,7 @@
"postcss-loader": "7.3.2",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.62.1",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"semver": "7.5.1",
"source-map-loader": "4.0.1",
Expand Down
Loading

0 comments on commit 78084aa

Please sign in to comment.