Skip to content

Commit

Permalink
Merge branch 'main' into view-parser-plugin-decomposition
Browse files Browse the repository at this point in the history
  • Loading branch information
mrigankmg authored Jul 24, 2024
2 parents 0ed9b29 + 81061cf commit 4c37617
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 166 deletions.
14 changes: 7 additions & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ archive_override(
)
#local_path_override(module_name = "rules_player", path = "../rules_player")

bazel_dep(name = "aspect_bazel_lib", version = "1.39.0")
bazel_dep(name = "aspect_rules_js", version = "1.34.1")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_pkg", version = "0.9.1")
bazel_dep(name = "aspect_rules_ts", version = "2.1.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.7.8")
bazel_dep(name = "aspect_rules_js", version = "1.42.3")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "aspect_rules_ts", version = "2.4.2")

####### Node.js version #########
bazel_dep(name = "rules_nodejs", version = "6.0.2")
bazel_dep(name = "rules_nodejs", version = "6.2.0")

node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
node.toolchain(node_version = "18.18.0")
node.toolchain(node_version = "20.14.0")
#################################

###### Start iOS ######
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "bazel test -- $(bazel query \"kind(nodejs_test, //...)\" --output label 2>/dev/null | tr '\\n' ' ')"
},
"engines": {
"node": "^18.8.0",
"node": "^20.14.0",
"pnpm": "^8.9.2"
},
"packageManager": "pnpm@8.9.2",
Expand Down Expand Up @@ -179,7 +179,7 @@
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "5.3.2",
"typescript": "5.5.3",
"uuid": "^8.3.2",
"vite": "^4.0.0",
"vitest": "^1.0.2",
Expand All @@ -188,9 +188,8 @@
"webpack-dev-server": "^5.0.4"
},
"volta": {
"node": "18.18.0",
"yarn": "1.22.19",
"pnpm": "8.9.2"
"node": "20.14.0",
"pnpm": "8.15.1"
},
"resolutions": {
"esbuild": "0.19.8",
Expand Down
Loading

0 comments on commit 4c37617

Please sign in to comment.