Skip to content

Commit 091ff40

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 8540f27 commit 091ff40

File tree

3 files changed

+232
-134
lines changed

3 files changed

+232
-134
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
"@angular/platform-server": "14.1.0",
8282
"@angular/router": "14.1.0",
8383
"@angular/service-worker": "14.1.0",
84-
"@babel/core": "7.18.9",
85-
"@babel/generator": "7.18.9",
84+
"@babel/core": "7.18.10",
85+
"@babel/generator": "7.18.10",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
87-
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
87+
"@babel/plugin-proposal-async-generator-functions": "7.18.10",
8888
"@babel/plugin-transform-async-to-generator": "7.18.6",
89-
"@babel/plugin-transform-runtime": "7.18.9",
90-
"@babel/preset-env": "7.18.9",
89+
"@babel/plugin-transform-runtime": "7.18.10",
90+
"@babel/preset-env": "7.18.10",
9191
"@babel/runtime": "7.18.9",
92-
"@babel/template": "7.18.6",
92+
"@babel/template": "7.18.10",
9393
"@bazel/bazelisk": "1.12.0",
9494
"@bazel/buildifier": "5.1.0",
9595
"@bazel/concatjs": "5.5.3",
@@ -124,8 +124,8 @@
124124
"@types/yargs": "^17.0.8",
125125
"@types/yargs-parser": "^21.0.0",
126126
"@types/yarnpkg__lockfile": "^1.1.5",
127-
"@typescript-eslint/eslint-plugin": "5.31.0",
128-
"@typescript-eslint/parser": "5.31.0",
127+
"@typescript-eslint/eslint-plugin": "5.32.0",
128+
"@typescript-eslint/parser": "5.32.0",
129129
"@yarnpkg/lockfile": "1.1.0",
130130
"ajv": "8.11.0",
131131
"ajv-formats": "2.1.1",

packages/angular_devkit/build_angular/package.json

+6-6
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.18.9",
14-
"@babel/generator": "7.18.9",
13+
"@babel/core": "7.18.10",
14+
"@babel/generator": "7.18.10",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
16-
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
16+
"@babel/plugin-proposal-async-generator-functions": "7.18.10",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
18-
"@babel/plugin-transform-runtime": "7.18.9",
19-
"@babel/preset-env": "7.18.9",
18+
"@babel/plugin-transform-runtime": "7.18.10",
19+
"@babel/preset-env": "7.18.10",
2020
"@babel/runtime": "7.18.9",
21-
"@babel/template": "7.18.6",
21+
"@babel/template": "7.18.10",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.3",

0 commit comments

Comments
 (0)