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 62a7c6f commit bf0e2f7
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 239 deletions.
2 changes: 1 addition & 1 deletion packages/react-timerange-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"replace-in-files-cli": "^2.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-timerange-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
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 @@ -26,11 +26,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 bf0e2f7

Please sign in to comment.