Skip to content

Commit 968f081

Browse files
Merge pull request #2608 from skaut/dependabot/npm_and_yarn/packages/frontend/typescript-6.0.2
Bump typescript from 5.9.3 to 6.0.2 in /packages/frontend
2 parents c7da0fd + a441aaa commit 968f081

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

packages/frontend/package-lock.json

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

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"npm-run-all": "^4.1.5",
7979
"prettier": "^3.8.1",
8080
"rimraf": "^6.1.3",
81-
"typescript": "^5.9.3",
81+
"typescript": "^6.0.2",
8282
"typescript-eslint": "^8.58.0",
8383
"vite": "^8.0.3",
8484
"vitest": "^4.0.4"

packages/frontend/tsconfig.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"compilerOptions": {
3-
"allowSyntheticDefaultImports": true,
4-
"esModuleInterop": true,
53
"forceConsistentCasingInFileNames": true,
64
"jsx": "react-jsx",
7-
"module": "es2020",
8-
"moduleResolution": "node",
5+
"module": "esnext",
6+
"moduleResolution": "bundler",
97
"sourceMap": true,
10-
"target": "es2019",
118

129
"skipLibCheck": true,
1310

@@ -19,7 +16,6 @@
1916
"noImplicitReturns": true,
2017
"noPropertyAccessFromIndexSignature": true,
2118
"noUnusedLocals": true,
22-
"noUnusedParameters": true,
23-
"strict": true
19+
"noUnusedParameters": true
2420
}
2521
}

0 commit comments

Comments
 (0)