@xyo-network/react-error 2.83.2 → 3.0.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 +8 -8
package/package.json CHANGED
@@ -10,10 +10,10 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-button": "^3.4.2",
14
- "@xylabs/react-flexbox": "^3.4.2",
15
- "@xylabs/react-shared": "^3.4.2",
16
- "@xyo-network/payload-model": "^2.111.3",
13
+ "@xylabs/react-button": "^4.0.1",
14
+ "@xylabs/react-flexbox": "^4.0.1",
15
+ "@xylabs/react-shared": "^4.0.1",
16
+ "@xyo-network/payload-model": "^3.0.2",
17
17
  "react-router-dom": "^6.26.0"
18
18
  },
19
19
  "peerDependencies": {
@@ -25,9 +25,9 @@
25
25
  "rollbar": "^2"
26
26
  },
27
27
  "devDependencies": {
28
- "@storybook/react": "^8.2.8",
29
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.12",
30
- "@xylabs/tsconfig-react": "^4.0.0-rc.12",
28
+ "@storybook/react": "^8.2.9",
29
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
30
+ "@xylabs/tsconfig-react": "^4.0.0-rc.15",
31
31
  "typescript": "^5.5.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -70,6 +70,6 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "types": "dist/browser/index.d.ts",
73
- "version": "2.83.2",
73
+ "version": "3.0.1",
74
74
  "type": "module"
75
75
  }