Skip to content

Commit 69306dd

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 412cb3e commit 69306dd

File tree

3 files changed

+211
-61
lines changed

3 files changed

+211
-61
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
"@types/yargs": "^17.0.8",
123123
"@types/yargs-parser": "^21.0.0",
124124
"@types/yarnpkg__lockfile": "^1.1.5",
125-
"@typescript-eslint/eslint-plugin": "5.42.1",
126-
"@typescript-eslint/parser": "5.42.1",
125+
"@typescript-eslint/eslint-plugin": "5.43.0",
126+
"@typescript-eslint/parser": "5.43.0",
127127
"@yarnpkg/lockfile": "1.1.0",
128128
"ajv": "8.11.2",
129129
"ajv-formats": "2.1.1",
@@ -140,8 +140,8 @@
140140
"cross-env": "^7.0.3",
141141
"css-loader": "6.7.2",
142142
"debug": "^4.1.1",
143-
"esbuild": "0.15.13",
144-
"esbuild-wasm": "0.15.13",
143+
"esbuild": "0.15.14",
144+
"esbuild-wasm": "0.15.14",
145145
"eslint": "8.27.0",
146146
"eslint-config-prettier": "8.5.0",
147147
"eslint-plugin-header": "3.1.1",
@@ -170,9 +170,9 @@
170170
"license-webpack-plugin": "4.0.2",
171171
"loader-utils": "3.2.1",
172172
"magic-string": "0.26.7",
173-
"mini-css-extract-plugin": "2.6.1",
173+
"mini-css-extract-plugin": "2.7.0",
174174
"minimatch": "5.1.0",
175-
"ng-packagr": "15.0.0-rc.0",
175+
"ng-packagr": "15.0.0",
176176
"node-fetch": "^2.2.0",
177177
"npm": "^8.11.0",
178178
"npm-package-arg": "10.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",
3333
"css-loader": "6.7.2",
34-
"esbuild-wasm": "0.15.13",
34+
"esbuild-wasm": "0.15.14",
3535
"glob": "8.0.3",
3636
"https-proxy-agent": "5.0.1",
3737
"inquirer": "8.2.4",
@@ -42,7 +42,7 @@
4242
"license-webpack-plugin": "4.0.2",
4343
"loader-utils": "3.2.1",
4444
"magic-string": "0.26.7",
45-
"mini-css-extract-plugin": "2.6.1",
45+
"mini-css-extract-plugin": "2.7.0",
4646
"open": "8.4.0",
4747
"ora": "5.4.1",
4848
"parse5-html-rewriting-stream": "6.0.1",
@@ -68,7 +68,7 @@
6868
"webpack-subresource-integrity": "5.1.0"
6969
},
7070
"optionalDependencies": {
71-
"esbuild": "0.15.13"
71+
"esbuild": "0.15.14"
7272
},
7373
"peerDependencies": {
7474
"@angular/compiler-cli": "^15.0.0-next",

0 commit comments

Comments
 (0)