Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and clydin committed Jul 18, 2022
1 parent d8cfe8b commit 62a3e8a
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 21 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ yarn_install(

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

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
"@angular/platform-server": "14.0.6",
"@angular/router": "14.0.6",
"@angular/service-worker": "14.0.6",
"@babel/core": "7.18.6",
"@babel/generator": "7.18.7",
"@babel/core": "7.18.9",
"@babel/generator": "7.18.9",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
"@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.9",
"@babel/preset-env": "7.18.9",
"@babel/runtime": "7.18.9",
"@babel/template": "7.18.6",
"@bazel/bazelisk": "1.12.0",
"@bazel/buildifier": "5.1.0",
Expand Down Expand Up @@ -141,7 +141,7 @@
"debug": "^4.1.1",
"esbuild": "0.14.49",
"esbuild-wasm": "0.14.49",
"eslint": "8.19.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.26.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@babel/core": "7.18.6",
"@babel/generator": "7.18.7",
"@babel/core": "7.18.9",
"@babel/generator": "7.18.9",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.18.6",
"@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.9",
"@babel/preset-env": "7.18.9",
"@babel/runtime": "7.18.9",
"@babel/template": "7.18.6",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
Expand Down
Loading

0 comments on commit 62a3e8a

Please sign in to comment.