File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 = "778ed059ad37c3373c22adcb5c200cbbca72b370dd4de93379deb8325c0045cb " ,
127
- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.5 .0/rules_nodejs-4.5 .0.tar.gz" ],
126
+ sha256 = "ddb78717b802f8dd5d4c01c340ecdc007c8ced5c1df7db421d0df3d642ea0580 " ,
127
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6 .0/rules_nodejs-4.6 .0.tar.gz" ],
128
128
)
129
129
130
130
load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" , "npm_install" )
Original file line number Diff line number Diff line change 3
3
"@babel/preset-react" : " ^7.16.0" ,
4
4
"@bazel/buildifier" : " ^4.0.0" ,
5
5
"@bazel/ibazel" : " ^0.15.10" ,
6
- "@bazel/jasmine" : " ^4.5 .0" ,
7
- "@bazel/typescript" : " ^4.5 .0" ,
6
+ "@bazel/jasmine" : " ^4.6 .0" ,
7
+ "@bazel/typescript" : " ^4.6 .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