@xyo-network/react-error 2.76.6 → 2.77.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
"@xylabs/react-button": "^3.1.7",
|
14
14
|
"@xylabs/react-flexbox": "^3.1.7",
|
15
15
|
"@xylabs/react-shared": "^3.1.7",
|
16
|
-
"@xyo-network/payload-model": "
|
16
|
+
"@xyo-network/payload-model": "next",
|
17
17
|
"react-router-dom": "^6.23.1"
|
18
18
|
},
|
19
19
|
"peerDependencies": {
|
@@ -86,6 +86,7 @@
|
|
86
86
|
},
|
87
87
|
"sideEffects": false,
|
88
88
|
"types": "dist/browser/index.d.ts",
|
89
|
-
"version": "2.
|
90
|
-
"type": "module"
|
89
|
+
"version": "2.77.0-rc.1",
|
90
|
+
"type": "module",
|
91
|
+
"stableVersion": "2.76.6"
|
91
92
|
}
|