Skip to content

Commit 67dba2c

Browse files
committed
chore: remove mdx dependencies
1 parent b20a40a commit 67dba2c

File tree

2 files changed

+70
-47
lines changed

2 files changed

+70
-47
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"@storybook/addon-storysource": "^6.5.8",
7373
"@storybook/builder-vite": "^0.1.36",
7474
"@storybook/react": "^6.5.8",
75-
"@types/react": "^18.0.12",
76-
"@types/react-dom": "^18.0.5",
75+
"@types/react": "^17.0.0",
76+
"@types/react-dom": "^17.0.0",
7777
"@typescript-eslint/eslint-plugin": "^5.27.1",
7878
"@typescript-eslint/parser": "^5.27.1",
7979
"@vitejs/plugin-react": "1.3.2",
@@ -91,8 +91,8 @@
9191
"eslint-plugin-storybook": "0.5.12",
9292
"npm-check": "5.9.2",
9393
"prettier": "2.6.2",
94-
"react": "^18.1.0",
95-
"react-dom": "^18.1.0",
94+
"react": "^17.0.0",
95+
"react-dom": "^17.0.0",
9696
"size-limit": "7.0.8",
9797
"standard-version": "9.5.0",
9898
"typescript": "^4.7.3",

0 commit comments

Comments
 (0)