Skip to content

Commit

Permalink
Update Vite ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 17, 2023
1 parent b259240 commit f3d2e42
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 179 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.2.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"eslint": "^8.26.0",
"eslint-config-wojtekmaj": "^0.9.0",
Expand All @@ -42,7 +42,7 @@
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"typescript-plugin-css-modules": "^5.0.0",
"vite": "^4.0.0",
"vite": "^5.0.0",
"vite-plugin-html": "^3.2.0"
},
"resolutions": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"noUncheckedIndexedAccess": true,
"plugins": [{ "name": "typescript-plugin-css-modules" }],
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"verbatimModuleSyntax": true
Expand Down
Loading

0 comments on commit f3d2e42

Please sign in to comment.