@xyo-network/react-schema-plugin 3.0.8 → 3.0.10

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema-plugin",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -27,7 +27,7 @@
27
27
  "type": "module",
28
28
  "exports": {
29
29
  ".": {
30
- "import": {
30
+ "browser": {
31
31
  "types": "./dist/browser/index.d.ts",
32
32
  "default": "./dist/browser/index.mjs"
33
33
  },
@@ -43,11 +43,11 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/react-flexbox": "^4.1.2",
47
- "@xyo-network/payload-model": "^3.1.5",
48
- "@xyo-network/react-payload-details": "^3.0.8",
49
- "@xyo-network/react-payload-plugin": "^3.0.8",
50
- "@xyo-network/schema-payload-plugin": "^3.1.5"
46
+ "@xylabs/react-flexbox": "^4.2.5",
47
+ "@xyo-network/payload-model": "^3.1.9",
48
+ "@xyo-network/react-payload-details": "^3.0.10",
49
+ "@xyo-network/react-payload-plugin": "^3.0.10",
50
+ "@xyo-network/schema-payload-plugin": "^3.1.9"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@emotion/react": "^11.13.3",