Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit 23dac94)
  • Loading branch information
renovate-bot authored and alan-agius4 committed Jan 25, 2022
1 parent cc24766 commit ae0931a
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 308 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ http_archive(

http_archive(
name = "rules_pkg",
sha256 = "a89e203d3cf264e564fcb96b6e06dd70bc0557356eb48400ce4b5d97c2c3720d",
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz"],
sha256 = "62eeb544ff1ef41d786e329e1536c1d541bb9bcad27ae984d57f18f314018e66",
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz"],
)

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"@types/semver": "^7.0.0",
"@types/text-table": "^0.2.1",
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.9.0",
"ajv-formats": "2.1.1",
Expand Down Expand Up @@ -171,7 +171,7 @@
"license-webpack-plugin": "4.0.0",
"loader-utils": "3.2.0",
"magic-string": "0.25.7",
"mini-css-extract-plugin": "2.5.2",
"mini-css-extract-plugin": "2.5.3",
"minimatch": "3.0.4",
"minimist": "^1.2.0",
"ng-packagr": "13.1.3",
Expand All @@ -191,7 +191,7 @@
"postcss-preset-env": "7.2.3",
"prettier": "^2.0.0",
"protractor": "~7.0.0",
"puppeteer": "13.1.1",
"puppeteer": "13.1.2",
"quicktype-core": "6.0.69",
"regenerator-runtime": "0.13.9",
"resolve-url-loader": "5.0.0",
Expand All @@ -216,7 +216,7 @@
"ts-node": "^10.0.0",
"tslib": "2.3.1",
"typescript": "4.5.5",
"verdaccio": "5.4.0",
"verdaccio": "5.5.1",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.67.0",
"webpack-dev-middleware": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"less-loader": "10.2.0",
"license-webpack-plugin": "4.0.0",
"loader-utils": "3.2.0",
"mini-css-extract-plugin": "2.5.2",
"mini-css-extract-plugin": "2.5.3",
"minimatch": "3.0.4",
"open": "8.4.0",
"ora": "5.4.1",
Expand Down
Loading

0 comments on commit ae0931a

Please sign in to comment.