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 Apr 3, 2024
1 parent 86608d5 commit c0e68e8
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 37 deletions.
16 changes: 8 additions & 8 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.2",
"@angular/router": "18.0.0-next.2",
"@angular/service-worker": "18.0.0-next.2",
"@babel/core": "7.24.3",
"@babel/generator": "7.24.1",
"@babel/core": "7.24.4",
"@babel/generator": "7.24.4",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.22.6",
"@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.3",
"@babel/runtime": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/runtime": "7.24.4",
"@bazel/bazelisk": "1.19.0",
"@bazel/buildifier": "6.4.0",
"@bazel/concatjs": "5.8.1",
Expand Down Expand Up @@ -130,7 +130,7 @@
"chokidar": "3.6.0",
"copy-webpack-plugin": "12.0.2",
"critters": "0.0.22",
"css-loader": "6.10.0",
"css-loader": "6.11.0",
"debug": "^4.1.1",
"esbuild": "0.20.2",
"esbuild-wasm": "0.20.2",
Expand Down Expand Up @@ -184,7 +184,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.115",
"resolve-url-loader": "5.0.0",
"rollup": "~4.13.0",
"rollup": "~4.14.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.72.0",
Expand All @@ -198,15 +198,15 @@
"spdx-satisfies": "^5.0.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.30.2",
"terser": "5.30.3",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.6.2",
"typescript": "5.4.3",
"undici": "6.11.1",
"verdaccio": "5.30.2",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.2.7",
"vite": "5.2.8",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.2.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 @@ -10,15 +10,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.3",
"@babel/generator": "7.24.1",
"@babel/core": "7.24.4",
"@babel/generator": "7.24.4",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.22.6",
"@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.3",
"@babel/runtime": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/runtime": "7.24.4",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"@vitejs/plugin-basic-ssl": "1.1.0",
Expand All @@ -29,7 +29,7 @@
"browserslist": "^4.21.5",
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.22",
"css-loader": "6.10.0",
"css-loader": "6.11.0",
"esbuild-wasm": "0.20.2",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
Expand Down Expand Up @@ -58,11 +58,11 @@
"semver": "7.6.0",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.30.2",
"terser": "5.30.3",
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.11.1",
"vite": "5.2.7",
"vite": "5.2.8",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.2.1",
Expand Down
Loading

0 comments on commit c0e68e8

Please sign in to comment.