File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ selenium_register_dotnet()
123123
124124http_archive (
125125 name = "build_bazel_rules_nodejs" ,
126- sha256 = "e79c08a488cc5ac40981987d862c7320cee8741122a2649e9b08e850b6f20442 " ,
127- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.8 .0/rules_nodejs-3.8 .0.tar.gz" ],
126+ sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c " ,
127+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0 .0/rules_nodejs-4.0 .0.tar.gz" ],
128128)
129129
130130load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" )
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ SRC_FILES = [
2626
2727pkg_npm (
2828 name = "selenium-webdriver" ,
29+ package_name = "selenium-webdriver" ,
2930 srcs = SRC_FILES ,
3031 deps = [
3132 ":license" ,
Original file line number Diff line number Diff line change 22 "devDependencies" : {
33 "@babel/preset-react" : " ^7.14.5" ,
44 "@bazel/buildifier" : " ^4.0.0" ,
5- "@bazel/ibazel" : " ^0.14.0 " ,
6- "@bazel/jasmine" : " ^3.8 .0" ,
7- "@bazel/typescript" : " ^3.8 .0" ,
5+ "@bazel/ibazel" : " ^0.15.10 " ,
6+ "@bazel/jasmine" : " ^4.0 .0" ,
7+ "@bazel/typescript" : " ^4.0 .0" ,
88 "@testing-library/jest-dom" : " ^5.14.1" ,
99 "@testing-library/react" : " ^11.2.7" ,
1010 "@testing-library/user-event" : " ^13.1.9" ,
You can’t perform that action at this time.
0 commit comments