@xyo-network/react-schema-plugin 2.71.11 → 2.72.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 +6 -6
package/package.json CHANGED
@@ -11,14 +11,14 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^3.1.6",
14
- "@xyo-network/payload-model": "^2.94.9",
15
- "@xyo-network/react-payload-details": "~2.71.11",
16
- "@xyo-network/react-payload-plugin": "~2.71.11",
17
- "@xyo-network/schema-payload-plugin": "^2.94.9"
14
+ "@xyo-network/payload-model": "^2.94.23",
15
+ "@xyo-network/react-payload-details": "~2.72.1",
16
+ "@xyo-network/react-payload-plugin": "~2.72.1",
17
+ "@xyo-network/schema-payload-plugin": "^2.94.23"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@xylabs/ts-scripts-yarn3": "^3.9.0",
21
- "typescript": "^5.4.3"
21
+ "typescript": "^5.4.4"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@emotion/react": "^11",
@@ -80,6 +80,6 @@
80
80
  },
81
81
  "sideEffects": false,
82
82
  "types": "dist/browser/index.d.ts",
83
- "version": "2.71.11",
83
+ "version": "2.72.1",
84
84
  "type": "module"
85
85
  }