@xyo-network/react-schema-plugin 3.0.22 → 4.0.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +14 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema-plugin",
3
- "version": "3.0.22",
3
+ "version": "4.0.0-rc.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,18 +43,18 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-flexbox": "^4.2.13",
47
- "@xyo-network/payload-model": "^3.1.9",
48
- "@xyo-network/react-payload-details": "^3.0.22",
49
- "@xyo-network/react-payload-plugin": "^3.0.22",
50
- "@xyo-network/schema-payload-plugin": "^3.1.9"
46
+ "@xylabs/react-flexbox": "^5.0.0-rc.1",
47
+ "@xyo-network/payload-model": "^3.1.13",
48
+ "@xyo-network/react-payload-details": "^4.0.0-rc.1",
49
+ "@xyo-network/react-payload-plugin": "^4.0.0-rc.1",
50
+ "@xyo-network/schema-payload-plugin": "^3.1.13"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@emotion/react": "^11.13.3",
54
54
  "@emotion/styled": "^11.13.0",
55
- "@mui/icons-material": "^5.16.7",
56
- "@mui/material": "^5.16.7",
57
- "@mui/styles": "^5.16.7",
55
+ "@mui/icons-material": "^6.1.1",
56
+ "@mui/material": "^6.1.1",
57
+ "@mui/styles": "^6.1.1",
58
58
  "@xylabs/ts-scripts-yarn3": "^4.0.7",
59
59
  "react": "^18.3.1",
60
60
  "react-dom": "^18.3.1",
@@ -63,14 +63,15 @@
63
63
  "peerDependencies": {
64
64
  "@emotion/react": "^11",
65
65
  "@emotion/styled": "^11",
66
- "@mui/icons-material": "^5",
67
- "@mui/material": "^5",
68
- "@mui/styles": "^5",
66
+ "@mui/icons-material": "^6",
67
+ "@mui/material": "^6",
68
+ "@mui/styles": "^6",
69
69
  "react": "^18",
70
70
  "react-dom": "^18"
71
71
  },
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "docs": "dist/docs.json"
75
+ "docs": "dist/docs.json",
76
+ "stableVersion": "3.0.23"
76
77
  }