Skip to content

Commit

Permalink
chore: don't require fixed typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Nov 22, 2024
1 parent 4ffc965 commit 41d01a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions angular-ngc/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,11 @@ npm.npm_translate_lock(
verify_node_modules_ignored = "//:.bazelignore",
)

ts.deps(
ts_version_from = "//:package.json",
)

use_repo(pnpm, "pnpm")

use_repo(npm, "npm")

ts.deps(
ts_version_from = "@npm//:typescript/resolved.json",
)
use_repo(ts, "npm_typescript")
2 changes: 1 addition & 1 deletion angular-ngc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"sass": "^1.62.1",
"typescript": "4.8.4"
"typescript": "^4.8.4"
},
"pnpm": {
"packageExtensions": {
Expand Down

0 comments on commit 41d01a6

Please sign in to comment.