@xyo-network/react-error 3.0.23 → 4.0.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 +15 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-error",
3
- "version": "3.0.23",
3
+ "version": "4.0.0-rc.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -44,30 +44,30 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@rollbar/react": "^0.12.0-beta",
47
- "@xylabs/react-button": "^4.2.13",
48
- "@xylabs/react-flexbox": "^4.2.13",
49
- "@xylabs/react-shared": "^4.2.13",
50
- "@xyo-network/payload-model": "^3.1.11",
47
+ "@xylabs/react-button": "^5.0.0-rc.1",
48
+ "@xylabs/react-flexbox": "^5.0.0-rc.1",
49
+ "@xylabs/react-shared": "^5.0.0-rc.1",
50
+ "@xyo-network/payload-model": "^3.1.13",
51
51
  "prop-types": "^15.8.1",
52
52
  "react-router-dom": "^6.26.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@mui/icons-material": "^5.16.7",
56
- "@mui/material": "^5.16.7",
57
- "@mui/styles": "^5.16.7",
58
- "@storybook/react": "^8.3.2",
55
+ "@mui/icons-material": "^6.1.1",
56
+ "@mui/material": "^6.1.1",
57
+ "@mui/styles": "^6.1.1",
58
+ "@storybook/react": "^8.3.3",
59
59
  "@xylabs/ts-scripts-yarn3": "^4.0.7",
60
60
  "@xylabs/tsconfig-react": "^4.0.7",
61
61
  "react": "^18.3.1",
62
62
  "react-dom": "^18.3.1",
63
63
  "rollbar": "^2.26.4",
64
- "storybook": "^8.3.2",
64
+ "storybook": "^8.3.3",
65
65
  "typescript": "^5.6.2"
66
66
  },
67
67
  "peerDependencies": {
68
- "@mui/icons-material": "^5",
69
- "@mui/material": "^5",
70
- "@mui/styles": "^5",
68
+ "@mui/icons-material": "^6",
69
+ "@mui/material": "^6",
70
+ "@mui/styles": "^6",
71
71
  "react": "^18",
72
72
  "react-dom": "^18",
73
73
  "rollbar": "^2"
@@ -80,5 +80,6 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "docs": "dist/docs.json"
83
+ "docs": "dist/docs.json",
84
+ "stableVersion": "3.0.23"
84
85
  }