Skip to content

Commit 5200afd

Browse files
committed
Update Vite ecosystem
1 parent cfb0165 commit 5200afd

File tree

3 files changed

+396
-398
lines changed

3 files changed

+396
-398
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"@types/node": "*",
3535
"@types/react": "*",
3636
"@types/react-dom": "*",
37-
"@vitejs/plugin-react": "^4.2.0",
37+
"@vitejs/plugin-react": "^4.3.4",
3838
"husky": "^9.0.0",
3939
"typescript": "^5.5.2",
4040
"typescript-plugin-css-modules": "^5.0.0",
41-
"vite": "^5.0.0",
42-
"vite-plugin-simple-html": "^0.1.0"
41+
"vite": "^6.0.0",
42+
"vite-plugin-simple-html": "^0.2.0"
4343
},
4444
"repository": {
4545
"type": "git",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"resolveJsonModule": true,
1616
"skipLibCheck": true,
1717
"strict": true,
18-
"target": "esnext",
19-
"verbatimModuleSyntax": true
18+
"target": "esnext"
2019
},
2120
"include": ["."],
2221
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)