Skip to content

Commit 62a0dd0

Browse files
authored
Merge pull request #68 from kinde-oss/renovate/typescript-6.x
chore(deps): update dependency typescript to v6
2 parents 2a4363d + 0c6fcfa commit 62a0dd0

3 files changed

Lines changed: 47 additions & 47 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-jsdoc": "^62.0.0",
3030
"globals": "^17.0.0",
3131
"prettier": "^3.2.5",
32-
"typescript": "^5.4.5",
32+
"typescript": "^6.0.0",
3333
"typescript-eslint": "^8.0.0",
3434
"vite": "^8.0.8",
3535
"vite-plugin-dts": "^5.0.0",

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"skipLibCheck": true,
88

99
/* Bundler mode */
10-
"moduleResolution": "Node",
10+
"moduleResolution": "Bundler",
1111
"allowImportingTsExtensions": true,
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,

0 commit comments

Comments
 (0)