Skip to content

Commit 13e535d

Browse files
committed
updated
1 parent fd82bd5 commit 13e535d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mui-sidebar",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"type": "module",
55
"description": "react mui sidebar",
66
"main": "dist/index.umd.js",
@@ -41,19 +41,21 @@
4141
},
4242
"homepage": "https://adminmart.com",
4343
"dependencies": {
44-
"react": "^18.3.1",
45-
"react-dom": "^18.3.1",
4644
"vite-plugin-dts": "^4.5.0"
4745
},
46+
"peerDependencies": {
47+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
48+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
49+
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
50+
"@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
51+
},
4852
"devDependencies": {
4953
"@emotion/react": "^11.14.0",
5054
"@emotion/styled": "^11.14.0",
5155
"@mui/material": "^6.4.0",
5256
"@mui/icons-material": "^6.4.0",
5357
"@types/node": "^22.10.7",
5458
"@eslint/js": "^9.17.0",
55-
"@types/react": "^18.3.18",
56-
"@types/react-dom": "^18.3.5",
5759
"@vitejs/plugin-react": "^4.3.4",
5860
"eslint": "^9.17.0",
5961
"eslint-plugin-react-hooks": "^5.0.0",

0 commit comments

Comments
 (0)