Skip to content

Commit

Permalink
chore(dev-deps): use tilde in typescript
Browse files Browse the repository at this point in the history
use the tilde for typescript versions to match what we do in the rest of
the stencil ecosystem. this also fixes a potential bug in the renovate
jobs where typescript was being upgraded to 5.1.x.
  • Loading branch information
rwaskiewicz committed Jul 13, 2023
1 parent 61aa689 commit 59e3302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "^2.2.1",
"rollup": "^3.5.1",
"ts-jest": "^28.0.4",
"typescript": "^4.8.4"
"typescript": "~4.9.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 59e3302

Please sign in to comment.