Skip to content

Commit 106e70b

Browse files
chore(deps): update dependency @vitejs/plugin-react to v5 (#1136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6dca92 commit 106e70b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@types/react-syntax-highlighter": "15.5.13",
106106
"@types/turndown": "5.0.6",
107107
"@types/unist": "3.0.3",
108-
"@vitejs/plugin-react": "4.7.0",
108+
"@vitejs/plugin-react": "5.1.0",
109109
"boring-avatars": "2.0.4",
110110
"classnames": "2.5.1",
111111
"conventional-changelog-conventionalcommits": "9.1.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"jsx": "react-jsx",
1212
"lib": ["DOM", "ES2020"],
1313
"module": "ESNext",
14-
"moduleResolution": "node",
14+
"moduleResolution": "bundler",
1515
"noEmit": true,
1616
"noEmitOnError": true,
1717
"plugins": [

0 commit comments

Comments
 (0)