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 3e6f253 commit 4525a18
Show file tree
Hide file tree
Showing 8 changed files with 668 additions and 417 deletions.
2 changes: 1 addition & 1 deletion packages/react-date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"react-dom": "^18.2.0",
"rimraf": "^3.0.0",
"typescript": "^5.0.0",
"vitest": "^0.34.0",
"vitest": "^0.34.6",
"vitest-canvas-mock": "^0.2.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/react-date-picker/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
4 changes: 2 additions & 2 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
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
Loading

0 comments on commit 4525a18

Please sign in to comment.