Skip to content

Commit 6aa40bf

Browse files
Update dependency typescript to v7 (#5407)
* Update dependency typescript to v7 * Keep ts6 around for typedoc --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent ecd35f9 commit 6aa40bf

2 files changed

Lines changed: 235 additions & 15 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"@types/debug": "^4.1.7",
8686
"@types/node": "22",
8787
"@types/sdp-transform": "^3.0.0",
88+
"@typescript/native": "npm:typescript@7.0.2",
8889
"@vitest/coverage-v8": "^4.0.17",
8990
"@vitest/ui": "^4.0.17",
9091
"concurrently": "^10.0.0",
@@ -103,7 +104,7 @@
103104
"typedoc-plugin-coverage": "^4.0.0",
104105
"typedoc-plugin-mdn-links": "^5.0.0",
105106
"typedoc-plugin-missing-exports": "^4.0.0",
106-
"typescript": "^6.0.0",
107+
"typescript": "npm:@typescript/typescript6@6.0.2",
107108
"vitest": "^4.0.17"
108109
}
109110
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)