@xyo-network/react-schema-plugin 2.76.5 → 2.77.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
@@ -11,10 +11,10 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^3.1.7",
14
- "@xyo-network/payload-model": "^2.103.0",
15
- "@xyo-network/react-payload-details": "~2.76.5",
16
- "@xyo-network/react-payload-plugin": "~2.76.5",
17
- "@xyo-network/schema-payload-plugin": "^2.103.0"
14
+ "@xyo-network/payload-model": "next",
15
+ "@xyo-network/react-payload-details": "~2.77.0-rc.1",
16
+ "@xyo-network/react-payload-plugin": "~2.77.0-rc.1",
17
+ "@xyo-network/schema-payload-plugin": "next"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@xylabs/ts-scripts-yarn3": "^3.10.4",
@@ -80,6 +80,7 @@
80
80
  },
81
81
  "sideEffects": false,
82
82
  "types": "dist/browser/index.d.ts",
83
- "version": "2.76.5",
84
- "type": "module"
83
+ "version": "2.77.0-rc.1",
84
+ "type": "module",
85
+ "stableVersion": "2.76.6"
85
86
  }