Skip to content

Commit 5aa96e7

Browse files
committed
feat: make changes in peerDependencies
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
1 parent edf443b commit 5aa96e7

2 files changed

Lines changed: 9 additions & 46 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@
8181
"@emotion/react": "^11.11.3",
8282
"@emotion/styled": "^11.11.0",
8383
"@mui/material": "^5.15.11",
84-
"@types/mui-datatables": "*",
8584
"@xstate/react": "^4.1.1",
8685
"lodash": "^4.17.21",
87-
"mui-datatables": "*",
8886
"react": ">=17",
8987
"react-dom": ">=17",
9088
"xstate": "^5.18.2"
@@ -102,9 +100,6 @@
102100
"@mui/material": {
103101
"optional": true
104102
},
105-
"mui-datatables": {
106-
"optional": true
107-
},
108103
"react": {
109104
"optional": true
110105
},
@@ -123,6 +118,8 @@
123118
"moment": "^2.30.1",
124119
"re-resizable": "^6.10.3",
125120
"react-draggable": "^4.4.6",
126-
"react-share": "^5.1.0"
121+
"react-share": "^5.1.0",
122+
"mui-datatables": "*",
123+
"@types/mui-datatables": "*"
127124
}
128125
}

0 commit comments

Comments
 (0)