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 16c2fe8 commit b0bac35
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 239 deletions.
2 changes: 1 addition & 1 deletion packages/react-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react-dom": "^18.2.0",
"rimraf": "^3.0.0",
"typescript": "^5.0.0",
"vitest": "^0.34.0"
"vitest": "^0.34.6"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/react-calendar/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "es5",
"verbatimModuleSyntax": true
Expand Down
1 change: 1 addition & 0 deletions sample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"verbatimModuleSyntax": true
Expand Down
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"devDependencies": {
"@types/react": "*",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.26.0",
"eslint-config-wojtekmaj": "^0.9.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
1 change: 1 addition & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"verbatimModuleSyntax": true
Expand Down
Loading

0 comments on commit b0bac35

Please sign in to comment.