Skip to content

Commit

Permalink
build: change bazel nodejs rules to ~
Browse files Browse the repository at this point in the history
This will enable renovate to open seperate PR when there is a a new minor version.
  • Loading branch information
alan-agius4 authored and Keen Yee Liau committed Jan 27, 2020
1 parent 42a2d6d commit 847f87a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"@angular/router": "^9.0.0-rc.10",
"@bazel/bazel": "2.0.0",
"@bazel/buildifier": "^0.29.0",
"@bazel/hide-bazel-files": "^1.0.0",
"@bazel/hide-bazel-files": "~1.1.0",
"@bazel/ibazel": "^0.11.0",
"@bazel/jasmine": "^1.0.0",
"@bazel/karma": "^1.0.0",
"@bazel/typescript": "^1.0.0",
"@bazel/jasmine": "~1.1.0",
"@bazel/karma": "~1.1.0",
"@bazel/typescript": "~1.1.0",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^9.0.0-rc.10",
"@types/browser-sync": "^2.26.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@
"@bazel/buildifier-linux_x64" "0.29.0"
"@bazel/buildifier-win32_x64" "0.29.0"

"@bazel/hide-bazel-files@^1.0.0", "@bazel/hide-bazel-files@latest":
"@bazel/hide-bazel-files@latest", "@bazel/hide-bazel-files@~1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/hide-bazel-files/-/hide-bazel-files-1.1.0.tgz#a7d46a4aa3717150b54fde05b2f8b6bab733f493"
integrity sha512-JJ9eMKPBodWugC4Wu0QLe0saDZ971RcP2kjZbG1vJfQHn/gnxvw+4nXDRwei5EzxBsGGuLxY1MkNDtRFIfZr5w==
Expand All @@ -951,7 +951,7 @@
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.11.1.tgz#c07ceaded388f1e39d6aa732953e0dd04f3dbdf0"
integrity sha512-qAdEquFAudYyN+CYfLzvuRWNubdsh6C8+o5CiViUEfchq1HQM5Rs8xAOE3fzGsTZ1EUsvgca/PY0kn0VIxckBA==

"@bazel/jasmine@^1.0.0":
"@bazel/jasmine@~1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.1.0.tgz#3900a99b57ceac1e979aa0d64b624a70a4ebd92e"
integrity sha512-3KuA7eNBu4OyHWP5k8pZJlpdThPfvFQViNDMawmz80KLfp1qbHkMYaVd5Drfa6MmDXjC7QNAGG7zRe0DOrEJ2Q==
Expand All @@ -960,14 +960,14 @@
jasmine-core "~3.4.0"
v8-coverage "1.0.9"

"@bazel/karma@^1.0.0":
"@bazel/karma@~1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.1.0.tgz#3340904942acd970964ad40a28177f780d2d658a"
integrity sha512-4AwY86r/MNPCcVkR4z5wO9d4dftdSWi7nFnIEFGsl++Mzpgrfc70dGReu35BFC38JavWrEkZuh7RU1d8bbD8WQ==
dependencies:
tmp "0.1.0"

"@bazel/typescript@^1.0.0":
"@bazel/typescript@~1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.1.0.tgz#b57ac6c6d627577f394a60fb540fbbdf53bcff0d"
integrity sha512-QnTdb6rwZUR+KfUuAdyazpkA7BOvrWRe7tkPDdyIZHJdBPYdpJW+AapnFSfxvXEIP0Nwesl5KP6Saau0GPiBLg==
Expand Down

0 comments on commit 847f87a

Please sign in to comment.