Skip to content

Commit 07834da

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent c0db618 commit 07834da

File tree

3 files changed

+218
-177
lines changed

3 files changed

+218
-177
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777
"@angular/router": "17.1.0-next.0",
7878
"@angular/service-worker": "17.1.0-next.0",
7979
"@babel/core": "7.23.3",
80-
"@babel/generator": "7.23.3",
80+
"@babel/generator": "7.23.4",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",
83-
"@babel/plugin-transform-async-generator-functions": "7.23.3",
83+
"@babel/plugin-transform-async-generator-functions": "7.23.4",
8484
"@babel/plugin-transform-async-to-generator": "7.23.3",
85-
"@babel/plugin-transform-runtime": "7.23.3",
85+
"@babel/plugin-transform-runtime": "7.23.4",
8686
"@babel/preset-env": "7.23.3",
87-
"@babel/runtime": "7.23.2",
87+
"@babel/runtime": "7.23.4",
8888
"@bazel/bazelisk": "1.19.0",
8989
"@bazel/buildifier": "6.4.0",
9090
"@bazel/concatjs": "5.8.1",
@@ -93,7 +93,7 @@
9393
"@discoveryjs/json-ext": "0.5.7",
9494
"@rollup/plugin-commonjs": "^25.0.0",
9595
"@rollup/plugin-node-resolve": "^13.0.5",
96-
"@types/babel__core": "7.20.4",
96+
"@types/babel__core": "7.20.5",
9797
"@types/browser-sync": "^2.27.0",
9898
"@types/browserslist": "^4.15.0",
9999
"@types/express": "^4.16.0",
@@ -118,7 +118,7 @@
118118
"@types/yargs-parser": "^21.0.0",
119119
"@types/yarnpkg__lockfile": "^1.1.5",
120120
"@typescript-eslint/eslint-plugin": "5.61.0",
121-
"@typescript-eslint/parser": "6.11.0",
121+
"@typescript-eslint/parser": "6.12.0",
122122
"@vitejs/plugin-basic-ssl": "1.0.2",
123123
"@yarnpkg/lockfile": "1.1.0",
124124
"ajv": "8.12.0",
@@ -136,8 +136,8 @@
136136
"critters": "0.0.20",
137137
"css-loader": "6.8.1",
138138
"debug": "^4.1.1",
139-
"esbuild": "0.19.6",
140-
"esbuild-wasm": "0.19.6",
139+
"esbuild": "0.19.7",
140+
"esbuild-wasm": "0.19.7",
141141
"eslint": "8.54.0",
142142
"eslint-config-prettier": "9.0.0",
143143
"eslint-plugin-header": "3.1.1",
@@ -210,7 +210,7 @@
210210
"undici": "5.27.2",
211211
"verdaccio": "5.27.0",
212212
"verdaccio-auth-memory": "^10.0.0",
213-
"vite": "5.0.0",
213+
"vite": "5.0.2",
214214
"webpack": "5.89.0",
215215
"webpack-dev-middleware": "6.1.1",
216216
"webpack-dev-server": "4.15.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@babel/core": "7.23.3",
14-
"@babel/generator": "7.23.3",
14+
"@babel/generator": "7.23.4",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",
17-
"@babel/plugin-transform-async-generator-functions": "7.23.3",
17+
"@babel/plugin-transform-async-generator-functions": "7.23.4",
1818
"@babel/plugin-transform-async-to-generator": "7.23.3",
19-
"@babel/plugin-transform-runtime": "7.23.3",
19+
"@babel/plugin-transform-runtime": "7.23.4",
2020
"@babel/preset-env": "7.23.3",
21-
"@babel/runtime": "7.23.2",
21+
"@babel/runtime": "7.23.4",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.0.2",
@@ -32,7 +32,7 @@
3232
"copy-webpack-plugin": "11.0.0",
3333
"critters": "0.0.20",
3434
"css-loader": "6.8.1",
35-
"esbuild-wasm": "0.19.6",
35+
"esbuild-wasm": "0.19.7",
3636
"fast-glob": "3.3.2",
3737
"https-proxy-agent": "7.0.2",
3838
"http-proxy-middleware": "2.0.6",
@@ -65,15 +65,15 @@
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.6.2",
6767
"undici": "5.27.2",
68-
"vite": "5.0.0",
68+
"vite": "5.0.2",
6969
"webpack": "5.89.0",
7070
"webpack-dev-middleware": "6.1.1",
7171
"webpack-dev-server": "4.15.1",
7272
"webpack-merge": "5.10.0",
7373
"webpack-subresource-integrity": "5.1.0"
7474
},
7575
"optionalDependencies": {
76-
"esbuild": "0.19.6"
76+
"esbuild": "0.19.7"
7777
},
7878
"peerDependencies": {
7979
"@angular/compiler-cli": "^17.0.0 || ^17.1.0-next.0",

0 commit comments

Comments
 (0)