Skip to content

Commit 62a3e8a

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent d8cfe8b commit 62a3e8a

File tree

4 files changed

+392
-21
lines changed

4 files changed

+392
-21
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "8a329d66e95b36efcfb66e0c1074e5f36b9be7e5b6fce96605315db088eb1407",
82-
strip_prefix = "bazel-lib-1.5.1",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.5.1.tar.gz",
81+
sha256 = "58fab45b4419a5eaa340489d567a013e80334c8e4bd998288149cd7e39437586",
82+
strip_prefix = "bazel-lib-1.7.0",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.7.0.tar.gz",
8484
)
8585

8686
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@
7979
"@angular/platform-server": "14.0.6",
8080
"@angular/router": "14.0.6",
8181
"@angular/service-worker": "14.0.6",
82-
"@babel/core": "7.18.6",
83-
"@babel/generator": "7.18.7",
82+
"@babel/core": "7.18.9",
83+
"@babel/generator": "7.18.9",
8484
"@babel/helper-annotate-as-pure": "7.18.6",
8585
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
8686
"@babel/plugin-transform-async-to-generator": "7.18.6",
87-
"@babel/plugin-transform-runtime": "7.18.6",
88-
"@babel/preset-env": "7.18.6",
89-
"@babel/runtime": "7.18.6",
87+
"@babel/plugin-transform-runtime": "7.18.9",
88+
"@babel/preset-env": "7.18.9",
89+
"@babel/runtime": "7.18.9",
9090
"@babel/template": "7.18.6",
9191
"@bazel/bazelisk": "1.12.0",
9292
"@bazel/buildifier": "5.1.0",
@@ -141,7 +141,7 @@
141141
"debug": "^4.1.1",
142142
"esbuild": "0.14.49",
143143
"esbuild-wasm": "0.14.49",
144-
"eslint": "8.19.0",
144+
"eslint": "8.20.0",
145145
"eslint-config-prettier": "8.5.0",
146146
"eslint-plugin-header": "3.1.1",
147147
"eslint-plugin-import": "2.26.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
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.6",
14-
"@babel/generator": "7.18.7",
13+
"@babel/core": "7.18.9",
14+
"@babel/generator": "7.18.9",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
1616
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
18-
"@babel/plugin-transform-runtime": "7.18.6",
19-
"@babel/preset-env": "7.18.6",
20-
"@babel/runtime": "7.18.6",
18+
"@babel/plugin-transform-runtime": "7.18.9",
19+
"@babel/preset-env": "7.18.9",
20+
"@babel/runtime": "7.18.9",
2121
"@babel/template": "7.18.6",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",

0 commit comments

Comments
 (0)