Skip to content

Commit 41d01a6

Browse files
committed
chore: don't require fixed typescript version
1 parent 4ffc965 commit 41d01a6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

angular-ngc/MODULE.bazel

+3-4
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ npm.npm_translate_lock(
8787
verify_node_modules_ignored = "//:.bazelignore",
8888
)
8989

90-
ts.deps(
91-
ts_version_from = "//:package.json",
92-
)
93-
9490
use_repo(pnpm, "pnpm")
9591

9692
use_repo(npm, "npm")
9793

94+
ts.deps(
95+
ts_version_from = "@npm//:typescript/resolved.json",
96+
)
9897
use_repo(ts, "npm_typescript")

angular-ngc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"karma-jasmine": "5.1.0",
4040
"karma-jasmine-html-reporter": "2.0.0",
4141
"sass": "^1.62.1",
42-
"typescript": "4.8.4"
42+
"typescript": "^4.8.4"
4343
},
4444
"pnpm": {
4545
"packageExtensions": {

0 commit comments

Comments
 (0)