Skip to content

Commit 6ad9022

Browse files
Merge pull request #2408 from arc53/dependabot/npm_and_yarn/frontend/typescript-6.0.3
chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend
2 parents a29fa44 + 9b8fe2d commit 6ad9022

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

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.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"prettier-plugin-tailwindcss": "^0.7.2",
7777
"tailwindcss": "^4.2.2",
7878
"tw-animate-css": "^1.4.0",
79-
"typescript": "^5.8.3",
79+
"typescript": "^6.0.3",
8080
"vite": "^8.0.8",
8181
"vite-plugin-svgr": "^4.3.0"
8282
}

frontend/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55
"lib": ["DOM", "DOM.Iterable", "ESNext"],
66
"allowJs": false,
77
"skipLibCheck": true,
8-
"esModuleInterop": false,
8+
"esModuleInterop": true,
99
"allowSyntheticDefaultImports": true,
1010
"strict": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"module": "ESNext",
13-
"moduleResolution": "Node",
13+
"moduleResolution": "Bundler",
1414
"resolveJsonModule": true,
1515
"types": ["vite-plugin-svgr/client"],
1616
"isolatedModules": true,
1717
"noEmit": true,
1818
"jsx": "react-jsx",
19-
"baseUrl": ".",
2019
"paths": {
2120
"@/*": ["./src/*"]
2221
}

frontend/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"composite": true,
44
"module": "ESNext",
5-
"moduleResolution": "Node",
5+
"moduleResolution": "Bundler",
66
"allowSyntheticDefaultImports": true
77
},
88
"include": ["vite.config.ts"]

0 commit comments

Comments
 (0)