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 8a47ddb)
  • Loading branch information
angular-robot authored and dgp1130 committed Oct 16, 2023
1 parent 263271f commit 2a10fa8
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 211 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-basic-ssl": "1.0.1",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.12.0",
Expand Down Expand Up @@ -189,7 +189,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.76",
"resolve-url-loader": "5.0.0",
"rollup": "~4.0.0",
"rollup": "~4.1.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.67.0",
Expand All @@ -203,19 +203,19 @@
"spdx-satisfies": "^5.0.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.21.0",
"terser": "5.22.0",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.6.2",
"typescript": "5.2.2",
"verdaccio": "5.26.3",
"verdaccio": "5.27.0",
"verdaccio-auth-memory": "^10.0.0",
"vite": "4.4.11",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0",
"webpack-merge": "5.10.0",
"webpack-subresource-integrity": "5.1.0",
"yargs": "17.7.2",
"yargs-parser": "21.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"semver": "7.5.4",
"source-map-loader": "4.0.1",
"source-map-support": "0.5.21",
"terser": "5.21.0",
"terser": "5.22.0",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"vite": "4.4.11",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0",
"webpack-merge": "5.10.0",
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"node-fetch": "2.6.7",
"webpack": "5.88.2"
"webpack": "5.89.0"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@angular/compiler": "17.0.0-next.8",
"@angular/compiler-cli": "17.0.0-next.8",
"typescript": "5.2.2",
"webpack": "5.88.2"
"webpack": "5.89.0"
}
}
Loading

0 comments on commit 2a10fa8

Please sign in to comment.