Skip to content

Commit

Permalink
build: Upgrade to Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Sep 19, 2024
1 parent fa83c28 commit 892f1e7
Show file tree
Hide file tree
Showing 9 changed files with 1,348 additions and 895 deletions.
2,213 changes: 1,339 additions & 874 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@types/jest": "^29.2.5",
"@types/node": "^20.11.17",
"@types/prop-types": "^15.7.10",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.37.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
Expand All @@ -51,7 +52,7 @@
"npm-run-all": "^4.1.5",
"nx": "15.9.2",
"prettier": "3.0.0",
"vite": "~4.1.4"
"vite": "^5.4.6"
},
"optionalDependencies": {
"@esbuild/aix-ppc64": "0.19.12",
Expand Down
4 changes: 1 addition & 3 deletions plugins/auth-keycloak/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"devDependencies": {
"@types/plotly.js": "^2.12.18",
"@types/react": "^17.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"react": "^17.0.2",
"typescript": "^4.5.4",
"vite": "~4.1.4"
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
4 changes: 1 addition & 3 deletions plugins/dashboard-object-viewer/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@
},
"devDependencies": {
"@types/react": "^17.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"react": "^17.0.2",
"sass": "^1.60.0",
"typescript": "^4.5.4",
"vite": "~4.1.4"
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
3 changes: 1 addition & 2 deletions plugins/example-theme/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
},
"devDependencies": {
"@deephaven/plugin": "^0.58.0",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"typescript": "^5.2.2"
},
"private": true
}
4 changes: 1 addition & 3 deletions plugins/matplotlib/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
},
"devDependencies": {
"@types/react": "^17.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"@types/react-dom": "^17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "~4.1.4"
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
4 changes: 1 addition & 3 deletions plugins/plotly-express/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@
"@types/plotly.js-dist-min": "^2.3.1",
"@types/react": "^17.0.2",
"@types/react-plotly.js": "^2.6.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "~4.1.4"
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
4 changes: 1 addition & 3 deletions plugins/table-example/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
},
"devDependencies": {
"@types/react": "^17.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"react": "^17.0.2",
"typescript": "^4.9.0",
"vite": "~4.1.4"
"typescript": "^4.9.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
4 changes: 1 addition & 3 deletions plugins/ui/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
},
"devDependencies": {
"@types/react": "^17.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "~4.1.4"
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down

0 comments on commit 892f1e7

Please sign in to comment.