This repository was archived by the owner on Jun 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +18
-42
lines changed
react-storybook-typescript Expand file tree Collapse file tree 6 files changed +18
-42
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,11 @@ git_repository(
4141git_repository(
4242 name = " build_bazel_rules_nodejs" ,
4343 remote = " https://github.com/bazelbuild/rules_nodejs.git" ,
44- tag = " 0.14.2 " ,
44+ tag = " 0.15.0 " ,
4545)
4646
47- # Required by build_bazel_rules_nodejs.
48- git_repository(
49- name = " bazel_skylib" ,
50- remote = " https://github.com/bazelbuild/bazel-skylib.git" ,
51- tag = " 0.5.0" ,
52- )
47+ load(" @build_bazel_rules_nodejs//:package.bzl" , " rules_nodejs_dependencies" )
48+ rules_nodejs_dependencies()
5349
5450load(" @build_bazel_rules_nodejs//:defs.bzl" , " node_repositories" )
5551
Original file line number Diff line number Diff line change @@ -3,15 +3,11 @@ workspace(name = "bazel_javascript")
33git_repository (
44 name = "build_bazel_rules_nodejs" ,
55 remote = "https://github.com/bazelbuild/rules_nodejs.git" ,
6- tag = "0.14.2 " ,
6+ tag = "0.15.0 " ,
77)
88
9- # Required by build_bazel_rules_nodejs.
10- git_repository (
11- name = "bazel_skylib" ,
12- remote = "https://github.com/bazelbuild/bazel-skylib.git" ,
13- tag = "0.5.0" ,
14- )
9+ load ("@build_bazel_rules_nodejs//:package.bzl" , "rules_nodejs_dependencies" )
10+ rules_nodejs_dependencies ()
1511
1612load ("@build_bazel_rules_nodejs//:defs.bzl" , "node_repositories" )
1713
Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ local_repository(
1515git_repository (
1616 name = "build_bazel_rules_nodejs" ,
1717 remote = "https://github.com/bazelbuild/rules_nodejs.git" ,
18- tag = "0.14.2 " ,
18+ tag = "0.15.0 " ,
1919)
2020
21- # Required by build_bazel_rules_nodejs.
22- git_repository (
23- name = "bazel_skylib" ,
24- remote = "https://github.com/bazelbuild/bazel-skylib.git" ,
25- tag = "0.5.0" ,
26- )
21+ load ("@build_bazel_rules_nodejs//:package.bzl" , "rules_nodejs_dependencies" )
22+ rules_nodejs_dependencies ()
2723
2824load ("@build_bazel_rules_nodejs//:defs.bzl" , "node_repositories" )
2925
Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ local_repository(
1515git_repository (
1616 name = "build_bazel_rules_nodejs" ,
1717 remote = "https://github.com/bazelbuild/rules_nodejs.git" ,
18- tag = "0.14.2 " ,
18+ tag = "0.15.0 " ,
1919)
2020
21- # Required by build_bazel_rules_nodejs.
22- git_repository (
23- name = "bazel_skylib" ,
24- remote = "https://github.com/bazelbuild/bazel-skylib.git" ,
25- tag = "0.5.0" ,
26- )
21+ load ("@build_bazel_rules_nodejs//:package.bzl" , "rules_nodejs_dependencies" )
22+ rules_nodejs_dependencies ()
2723
2824load ("@build_bazel_rules_nodejs//:defs.bzl" , "node_repositories" )
2925
Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ local_repository(
1515git_repository (
1616 name = "build_bazel_rules_nodejs" ,
1717 remote = "https://github.com/bazelbuild/rules_nodejs.git" ,
18- tag = "0.14.2 " ,
18+ tag = "0.15.0 " ,
1919)
2020
21- # Required by build_bazel_rules_nodejs.
22- git_repository (
23- name = "bazel_skylib" ,
24- remote = "https://github.com/bazelbuild/bazel-skylib.git" ,
25- tag = "0.5.0" ,
26- )
21+ load ("@build_bazel_rules_nodejs//:package.bzl" , "rules_nodejs_dependencies" )
22+ rules_nodejs_dependencies ()
2723
2824load ("@build_bazel_rules_nodejs//:defs.bzl" , "node_repositories" )
2925
Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ local_repository(
1515git_repository (
1616 name = "build_bazel_rules_nodejs" ,
1717 remote = "https://github.com/bazelbuild/rules_nodejs.git" ,
18- tag = "0.14.2 " ,
18+ tag = "0.15.0 " ,
1919)
2020
21- # Required by build_bazel_rules_nodejs.
22- git_repository (
23- name = "bazel_skylib" ,
24- remote = "https://github.com/bazelbuild/bazel-skylib.git" ,
25- tag = "0.5.0" ,
26- )
21+ load ("@build_bazel_rules_nodejs//:package.bzl" , "rules_nodejs_dependencies" )
22+ rules_nodejs_dependencies ()
2723
2824load ("@build_bazel_rules_nodejs//:defs.bzl" , "node_repositories" )
2925
You can’t perform that action at this time.
0 commit comments