Skip to content

Commit

Permalink
[js] Updating rules_nodejs to 4.0.0 (#9774)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 authored Sep 1, 2021
1 parent 296368b commit 26d8ff6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "e79c08a488cc5ac40981987d862c7320cee8741122a2649e9b08e850b6f20442",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.8.0/rules_nodejs-3.8.0.tar.gz"],
sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0/rules_nodejs-4.0.0.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories")
Expand Down
1 change: 1 addition & 0 deletions javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ SRC_FILES = [

pkg_npm(
name = "selenium-webdriver",
package_name = "selenium-webdriver",
srcs = SRC_FILES,
deps = [
":license",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@bazel/buildifier": "^4.0.0",
"@bazel/ibazel": "^0.14.0",
"@bazel/jasmine": "^3.8.0",
"@bazel/typescript": "^3.8.0",
"@bazel/ibazel": "^0.15.10",
"@bazel/jasmine": "^4.0.0",
"@bazel/typescript": "^4.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
Expand Down

0 comments on commit 26d8ff6

Please sign in to comment.