@xyo-network/react-error 4.0.0-rc.1 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-error",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.1",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -44,9 +44,9 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@rollbar/react": "^0.12.0-beta",
|
47
|
-
"@xylabs/react-button": "^5.0.
|
48
|
-
"@xylabs/react-flexbox": "^5.0.
|
49
|
-
"@xylabs/react-shared": "^5.0.
|
47
|
+
"@xylabs/react-button": "^5.0.1",
|
48
|
+
"@xylabs/react-flexbox": "^5.0.1",
|
49
|
+
"@xylabs/react-shared": "^5.0.1",
|
50
50
|
"@xyo-network/payload-model": "^3.1.13",
|
51
51
|
"prop-types": "^15.8.1",
|
52
52
|
"react-router-dom": "^6.26.2"
|
@@ -80,6 +80,5 @@
|
|
80
80
|
"publishConfig": {
|
81
81
|
"access": "public"
|
82
82
|
},
|
83
|
-
"docs": "dist/docs.json"
|
84
|
-
"stableVersion": "3.0.23"
|
83
|
+
"docs": "dist/docs.json"
|
85
84
|
}
|