@xyo-network/react-schema-plugin 4.2.13 → 4.3.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 +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema-plugin",
3
- "version": "4.2.13",
3
+ "version": "4.3.0-rc.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -44,10 +44,10 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@xylabs/react-flexbox": "^5.3.13",
47
- "@xyo-network/payload-model": "^3.5.2",
48
- "@xyo-network/react-payload-details": "^4.2.13",
49
- "@xyo-network/react-payload-plugin": "^4.2.13",
50
- "@xyo-network/schema-payload-plugin": "^3.5.2"
47
+ "@xyo-network/payload-model": "^3.6.0-rc.14",
48
+ "@xyo-network/react-payload-details": "^4.3.0-rc.1",
49
+ "@xyo-network/react-payload-plugin": "^4.3.0-rc.1",
50
+ "@xyo-network/schema-payload-plugin": "^3.6.0-rc.14"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@emotion/react": "^11.14.0",
@@ -72,5 +72,6 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "docs": "dist/docs.json"
75
+ "docs": "dist/docs.json",
76
+ "stableVersion": "4.2.14"
76
77
  }