Skip to content

Commit 90bf43f

Browse files
authored
fix(core): updates peer deps (#18)
2 parents 346bb3d + 9f56aee commit 90bf43f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "nx test react-kit ",
1212
"update": "nx migrate latest"
1313
},
14-
"peerDependencies": {
14+
"dependencies": {
1515
"@emotion/react": "^11.13.3",
1616
"@emotion/styled": "^11.13.0",
1717
"@mui/icons-material": "^6.1.4",

react-kit/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
"version": "5.1.0",
55
"main": "./index.js",
66
"types": "./index.d.ts",
7+
"peerDependencies": {
8+
"@emotion/react": "^11.13.3",
9+
"@emotion/styled": "^11.13.0",
10+
"@mui/icons-material": "^6.1.4",
11+
"@mui/lab": "^6.0.0-beta.12",
12+
"@mui/material": "^6.1.4",
13+
"@mui/x-data-grid": "^7.21.0",
14+
"date-fns": "^4.1.0",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"react-router-dom": "^6.27.0"
18+
},
719
"publishConfig": {
820
"access": "public"
921
},

0 commit comments

Comments
 (0)