Skip to content

Commit

Permalink
Update Vite ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Dec 19, 2024
1 parent cfb0165 commit 5200afd
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 398 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.3.4",
"husky": "^9.0.0",
"typescript": "^5.5.2",
"typescript-plugin-css-modules": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-simple-html": "^0.1.0"
"vite": "^6.0.0",
"vite-plugin-simple-html": "^0.2.0"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"verbatimModuleSyntax": true
"target": "esnext"
},
"include": ["."],
"exclude": ["node_modules"]
Expand Down
Loading

0 comments on commit 5200afd

Please sign in to comment.