@xyo-network/react-error 2.69.4 → 2.70.0

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
@@ -10,11 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-button": "^3.1.2",
14
- "@xylabs/react-flexbox": "^3.1.2",
15
- "@xylabs/react-shared": "^3.1.2",
16
- "@xyo-network/payload-model": "^2.91.3",
17
- "react-router-dom": "^6.22.1"
13
+ "@xylabs/react-button": "^3.1.4",
14
+ "@xylabs/react-flexbox": "^3.1.4",
15
+ "@xylabs/react-shared": "^3.1.4",
16
+ "@xyo-network/payload-model": "^2.92.0",
17
+ "react-router-dom": "^6.22.2"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@mui/icons-material": "^5",
@@ -28,7 +28,7 @@
28
28
  "@storybook/react": "^7.6.17",
29
29
  "@xylabs/ts-scripts-yarn3": "^3.4.1",
30
30
  "@xylabs/tsconfig-react": "^3.4.1",
31
- "typescript": "^5.3.3"
31
+ "typescript": "^5.4.2"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "rollbar": {
@@ -86,6 +86,6 @@
86
86
  },
87
87
  "sideEffects": false,
88
88
  "types": "dist/browser/index.d.ts",
89
- "version": "2.69.4",
89
+ "version": "2.70.0",
90
90
  "type": "module"
91
91
  }