@xyo-network/react-error 3.0.8 → 3.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-error",
|
3
|
-
"version": "3.0.
|
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
|
-
"
|
30
|
+
"browser": {
|
31
31
|
"types": "./dist/browser/index.d.ts",
|
32
32
|
"default": "./dist/browser/index.mjs"
|
33
33
|
},
|
@@ -44,10 +44,11 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@rollbar/react": "^0.12.0-beta",
|
47
|
-
"@xylabs/react-button": "^4.
|
48
|
-
"@xylabs/react-flexbox": "^4.
|
49
|
-
"@xylabs/react-shared": "^4.
|
50
|
-
"@xyo-network/payload-model": "^3.1.
|
47
|
+
"@xylabs/react-button": "^4.2.5",
|
48
|
+
"@xylabs/react-flexbox": "^4.2.5",
|
49
|
+
"@xylabs/react-shared": "^4.2.5",
|
50
|
+
"@xyo-network/payload-model": "^3.1.9",
|
51
|
+
"prop-types": "^15.8.1",
|
51
52
|
"react-router-dom": "^6.26.1"
|
52
53
|
},
|
53
54
|
"devDependencies": {
|