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()
123
123
124
124
http_archive (
125
125
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" ],
128
128
)
129
129
130
130
load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" )
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ SRC_FILES = [
26
26
27
27
pkg_npm (
28
28
name = "selenium-webdriver" ,
29
+ package_name = "selenium-webdriver" ,
29
30
srcs = SRC_FILES ,
30
31
deps = [
31
32
":license" ,
Original file line number Diff line number Diff line change 2
2
"devDependencies" : {
3
3
"@babel/preset-react" : " ^7.14.5" ,
4
4
"@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" ,
8
8
"@testing-library/jest-dom" : " ^5.14.1" ,
9
9
"@testing-library/react" : " ^11.2.7" ,
10
10
"@testing-library/user-event" : " ^13.1.9" ,
You can’t perform that action at this time.
0 commit comments