Skip to content

Commit 11d6122

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 12f4433 commit 11d6122

File tree

3 files changed

+173
-77
lines changed

3 files changed

+173
-77
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"@angular/platform-server": "17.1.0-next.3",
7777
"@angular/router": "17.1.0-next.3",
7878
"@angular/service-worker": "17.1.0-next.3",
79-
"@babel/core": "7.23.5",
80-
"@babel/generator": "7.23.5",
79+
"@babel/core": "7.23.6",
80+
"@babel/generator": "7.23.6",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",
8383
"@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.4",
86-
"@babel/preset-env": "7.23.5",
87-
"@babel/runtime": "7.23.5",
85+
"@babel/plugin-transform-runtime": "7.23.6",
86+
"@babel/preset-env": "7.23.6",
87+
"@babel/runtime": "7.23.6",
8888
"@bazel/bazelisk": "1.19.0",
8989
"@bazel/buildifier": "6.4.0",
9090
"@bazel/concatjs": "5.8.1",
@@ -118,8 +118,8 @@
118118
"@types/yargs": "^17.0.20",
119119
"@types/yargs-parser": "^21.0.0",
120120
"@types/yarnpkg__lockfile": "^1.1.5",
121-
"@typescript-eslint/eslint-plugin": "6.13.2",
122-
"@typescript-eslint/parser": "6.13.2",
121+
"@typescript-eslint/eslint-plugin": "6.14.0",
122+
"@typescript-eslint/parser": "6.14.0",
123123
"@vitejs/plugin-basic-ssl": "1.0.2",
124124
"@yarnpkg/lockfile": "1.1.0",
125125
"ajv": "8.12.0",

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.23.5",
14-
"@babel/generator": "7.23.5",
13+
"@babel/core": "7.23.6",
14+
"@babel/generator": "7.23.6",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",
1717
"@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.4",
20-
"@babel/preset-env": "7.23.5",
21-
"@babel/runtime": "7.23.5",
19+
"@babel/plugin-transform-runtime": "7.23.6",
20+
"@babel/preset-env": "7.23.6",
21+
"@babel/runtime": "7.23.6",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.0.2",

0 commit comments

Comments
 (0)