Skip to content

Commit 5d615ab

Browse files
authoredJan 5, 2024
chore: Update examples to use Vite v4 (#5259)
* Update to vite v4 * Updated emotion semver range
1 parent a990435 commit 5d615ab

File tree

47 files changed

+410
-1295
lines changed

Some content is hidden

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

47 files changed

+410
-1295
lines changed
 

‎examples/react/basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^5.0.5",
18-
"@vitejs/plugin-react": "^2.2.0",
19-
"vite": "^3.2.3"
18+
"@vitejs/plugin-react": "^4.2.1",
19+
"vite": "^4.5.1"
2020
}
2121
}

‎examples/react/bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rollup/plugin-replace": "^5.0.5",
2121
"@types/bootstrap": "^5.2.6",
2222
"@types/react-bootstrap": "^0.32.32",
23-
"@vitejs/plugin-react": "^2.2.0",
24-
"vite": "^3.2.4"
23+
"@vitejs/plugin-react": "^4.2.1",
24+
"vite": "^4.5.1"
2525
}
2626
}

0 commit comments

Comments
 (0)
Please sign in to comment.