File tree Expand file tree Collapse file tree 3 files changed +115
-99
lines changed Expand file tree Collapse file tree 3 files changed +115
-99
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ http_archive(
22
22
23
23
http_archive (
24
24
name = "build_bazel_rules_nodejs" ,
25
- sha256 = "c78216f5be5d451a42275b0b7dc809fb9347e2b04a68f68bad620a2b01f5c774 " ,
26
- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2 /rules_nodejs-5.5.2 .tar.gz" ],
25
+ sha256 = "f10a3a12894fc3c9bf578ee5a5691769f6805c4be84359681a785a0c12e8d2b6 " ,
26
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.3 /rules_nodejs-5.5.3 .tar.gz" ],
27
27
)
28
28
29
29
load ("@build_bazel_rules_nodejs//:repositories.bzl" , "build_bazel_rules_nodejs_dependencies" )
@@ -78,9 +78,9 @@ yarn_install(
78
78
79
79
http_archive (
80
80
name = "aspect_bazel_lib" ,
81
- sha256 = "1cbbf62315d303c8083d5019a4657623d4f58e925fb51bdc8a41bad4a131f5c9 " ,
82
- strip_prefix = "bazel-lib-1.8.1 " ,
83
- url = "https://github.com/aspect-build/bazel-lib/archive/v1.8.1 .tar.gz" ,
81
+ sha256 = "e034e4aea098c91ac05ac7e08f01a302275378a0bc0814c4939e96552c912212 " ,
82
+ strip_prefix = "bazel-lib-1.9.2 " ,
83
+ url = "https://github.com/aspect-build/bazel-lib/archive/v1.9.2 .tar.gz" ,
84
84
)
85
85
86
86
load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" , "register_jq_toolchains" )
Original file line number Diff line number Diff line change 92
92
"@babel/template" : " 7.18.6" ,
93
93
"@bazel/bazelisk" : " 1.12.0" ,
94
94
"@bazel/buildifier" : " 5.1.0" ,
95
- "@bazel/concatjs" : " 5.5.2 " ,
96
- "@bazel/jasmine" : " 5.5.2 " ,
95
+ "@bazel/concatjs" : " 5.5.3 " ,
96
+ "@bazel/jasmine" : " 5.5.3 " ,
97
97
"@discoveryjs/json-ext" : " 0.5.7" ,
98
98
"@types/babel__core" : " 7.1.19" ,
99
99
"@types/babel__template" : " 7.4.1" ,
143
143
"debug" : " ^4.1.1" ,
144
144
"esbuild" : " 0.14.51" ,
145
145
"esbuild-wasm" : " 0.14.51" ,
146
- "eslint" : " 8.20 .0" ,
146
+ "eslint" : " 8.21 .0" ,
147
147
"eslint-config-prettier" : " 8.5.0" ,
148
148
"eslint-plugin-header" : " 3.1.1" ,
149
149
"eslint-plugin-import" : " 2.26.0" ,
216
216
"ts-node" : " ^10.0.0" ,
217
217
"tslib" : " 2.4.0" ,
218
218
"typescript" : " ~4.7.2" ,
219
- "verdaccio" : " 5.13.3 " ,
219
+ "verdaccio" : " 5.14.0 " ,
220
220
"verdaccio-auth-memory" : " ^10.0.0" ,
221
221
"webpack" : " 5.74.0" ,
222
222
"webpack-dev-middleware" : " 5.3.3" ,
You can’t perform that action at this time.
0 commit comments