Skip to content

Commit a36d93a

Browse files
committed
feat(core): updates peer deps
1 parent 0d9aca1 commit a36d93a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-smart/react-kit",
3-
"version": "5.1.2-rc.1",
3+
"version": "5.1.2-rc.5",
44
"license": "MIT",
55
"private": false,
66
"scripts": {
@@ -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",
@@ -69,6 +69,18 @@
6969
"vite-plugin-mkcert": "^1.17.6",
7070
"vitest": "^2.1.3"
7171
},
72+
"peerDependencies": {
73+
"@emotion/react": "^11.13.3",
74+
"@emotion/styled": "^11.13.0",
75+
"@mui/icons-material": "^6.1.4",
76+
"@mui/lab": "^6.0.0-beta.12",
77+
"@mui/material": "^6.1.4",
78+
"@mui/x-data-grid": "^7.21.0",
79+
"date-fns": "^4.1.0",
80+
"react": "^18.3.1",
81+
"react-dom": "^18.3.1",
82+
"react-router-dom": "^6.27.0"
83+
},
7284
"release": {
7385
"branches": [
7486
"main"

react-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@js-smart/react-kit",
33
"private": false,
4-
"version": "5.1.2-rc.2",
4+
"version": "5.1.2-rc.5",
55
"main": "./index.js",
66
"types": "./index.d.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)