Skip to content

Commit acfa986

Browse files
IanVSjoshwooding
andauthored
Update @vitejs/plugin-react dependency for vite 4 (#548)
Fixes #547 This also updates the version of mdx1-csf to one that no longer requires the use of the react vite plugin to compile jsx, it handles compilation itself. So, we no longer need to include `@vitejs/plugin-react` in all projects, and react projects will need to make sure it's installed. That makes this a breaking change. And this also updates Vite to 4 in the examples, and fixes some missing dependencies. --------- Co-authored-by: Josh Wooding <12938082+joshwooding@users.noreply.github.com>
1 parent 3cbb6e9 commit acfa986

File tree

24 files changed

+6103
-9219
lines changed

24 files changed

+6103
-9219
lines changed

examples/lit-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"npm-run-all": "^4.1.5",
2828
"rollup-plugin-postcss-lit": "^2.0.0",
2929
"sass": "^1.50.1",
30-
"vite": "^3.1.0-beta.1",
30+
"vite": "4.0.4",
3131
"wait-on": "^6.0.1"
3232
}
3333
}

0 commit comments

Comments
 (0)