Skip to content

Commit 4c33676

Browse files
Merge pull request #1775 from skaut/dependabot/npm_and_yarn/typescript-6.0.2
Bump typescript from 5.9.3 to 6.0.2
2 parents e4ae438 + 4a2c740 commit 4c33676

3 files changed

Lines changed: 83 additions & 85 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"npm-run-all": "^4.1.5",
6969
"prettier": "^3.8.1",
7070
"rimraf": "^6.1.3",
71-
"typescript": "^5.9.3",
72-
"typescript-eslint": "^8.57.2",
71+
"typescript": "^6.0.2",
72+
"typescript-eslint": "^8.58.0",
7373
"vite": "^8.0.3",
7474
"vitest": "^4.0.4"
7575
}

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"esModuleInterop": true,
43
"forceConsistentCasingInFileNames": true,
54
"module": "esnext",
65
"moduleResolution": "bundler",
@@ -17,7 +16,6 @@
1716
"noImplicitReturns": true,
1817
"noPropertyAccessFromIndexSignature": true,
1918
"noUnusedLocals": true,
20-
"noUnusedParameters": true,
21-
"strict": true
19+
"noUnusedParameters": true
2220
}
2321
}

0 commit comments

Comments
 (0)