Skip to content

Commit 2519f67

Browse files
chore(deps): update dependency typescript to v5 (#229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eb9c11b commit 2519f67

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"bob-the-bundler": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`typescript@^4.7.4 || ^5.0.0` ↗︎](https://www.npmjs.com/package/typescript/v/4.7.4) (from `^4.7.4`, in `peerDependencies`)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:ts": "node test/ts-tests/run-tests.mjs"
4646
},
4747
"peerDependencies": {
48-
"typescript": "^4.7.4"
48+
"typescript": "^4.7.4 || ^5.0.0"
4949
},
5050
"dependencies": {
5151
"consola": "^2.15.3",
@@ -78,7 +78,7 @@
7878
"jest-snapshot-serializer-raw": "1.2.0",
7979
"prettier": "2.8.8",
8080
"rimraf": "5.0.0",
81-
"typescript": "4.9.5",
81+
"typescript": "5.0.4",
8282
"vitest": "0.31.0"
8383
},
8484
"publishConfig": {

pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)