Skip to content

Commit fefe74f

Browse files
authoredJan 5, 2024
chore: Update to Rollup v4, Vite v5 (#5260)
* chore: Update to Rollup v4, Vite v5 * Bump testing libs
1 parent 5d615ab commit fefe74f

File tree

48 files changed

+915
-1325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+915
-1325
lines changed
 

‎examples/react/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^5.0.5",
1818
"@vitejs/plugin-react": "^4.2.1",
19-
"vite": "^4.5.1"
19+
"vite": "^5.0.10"
2020
}
2121
}

‎examples/react/bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/bootstrap": "^5.2.6",
2222
"@types/react-bootstrap": "^0.32.32",
2323
"@vitejs/plugin-react": "^4.2.1",
24-
"vite": "^4.5.1"
24+
"vite": "^5.0.10"
2525
}
2626
}

0 commit comments

Comments
 (0)
Please sign in to comment.