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 20, 2024
1 parent c150bf8 commit ad84af9
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 538 deletions.
2 changes: 1 addition & 1 deletion packages/react-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react-dom": "^18.2.0",
"rimraf": "^6.0.0",
"typescript": "^5.5.2",
"vitest": "^2.1.1"
"vitest": "^3.0.0-beta.2"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions sample/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"react-pdf": "latest"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.0",
"vite": "^5.0.0",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.0",
"vite-plugin-static-copy": "^1.0.0"
}
}
Loading

0 comments on commit ad84af9

Please sign in to comment.