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
renovate-bot authored and clydin committed Mar 14, 2022
1 parent 9ddb220 commit e873cd1
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 37 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_skylib",
sha256 = "af87959afe497dc8dfd4c6cb66e1279cb98ccc84284619ebfec27d9c09a903de",
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.0/bazel-skylib-1.2.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.0/bazel-skylib-1.2.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
],
)

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@bazel/buildifier": "4.2.5",
"@bazel/jasmine": "4.6.1",
"@bazel/typescript": "4.6.1",
"@discoveryjs/json-ext": "0.5.6",
"@discoveryjs/json-ext": "0.5.7",
"@types/babel__core": "7.1.18",
"@types/babel__template": "7.4.1",
"@types/cacache": "^15.0.0",
Expand Down Expand Up @@ -134,9 +134,9 @@
"critters": "0.0.16",
"css-loader": "6.7.1",
"debug": "^4.1.1",
"esbuild": "0.14.25",
"esbuild-wasm": "0.14.25",
"eslint": "8.10.0",
"esbuild": "0.14.26",
"esbuild-wasm": "0.14.26",
"eslint": "8.11.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
Expand Down Expand Up @@ -210,7 +210,7 @@
"ts-node": "^10.0.0",
"tslib": "2.3.1",
"typescript": "4.6.2",
"verdaccio": "5.7.1",
"verdaccio": "5.8.0",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.70.0",
"webpack-dev-middleware": "5.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/preset-env": "7.16.11",
"@babel/runtime": "7.17.2",
"@babel/template": "7.16.7",
"@discoveryjs/json-ext": "0.5.6",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.1",
"babel-loader": "8.2.3",
Expand All @@ -30,7 +30,7 @@
"core-js": "3.21.1",
"critters": "0.0.16",
"css-loader": "6.7.1",
"esbuild-wasm": "0.14.25",
"esbuild-wasm": "0.14.26",
"glob": "7.2.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.2.1",
Expand Down Expand Up @@ -71,7 +71,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.14.25"
"esbuild": "0.14.26"
},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",
Expand Down
Loading

0 comments on commit e873cd1

Please sign in to comment.