@xyo-network/react-error 2.64.10 → 2.65.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
- package/dist/docs.json +0 -28467
package/package.json
CHANGED
@@ -10,10 +10,10 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-button": "^3.0.
|
14
|
-
"@xylabs/react-flexbox": "^3.0.
|
15
|
-
"@xylabs/react-shared": "^3.0.
|
16
|
-
"@xyo-network/payload-model": "^2.
|
13
|
+
"@xylabs/react-button": "^3.0.21",
|
14
|
+
"@xylabs/react-flexbox": "^3.0.21",
|
15
|
+
"@xylabs/react-shared": "^3.0.21",
|
16
|
+
"@xyo-network/payload-model": "^2.77.0",
|
17
17
|
"react-router-dom": "^6.16.0"
|
18
18
|
},
|
19
19
|
"peerDependencies": {
|
@@ -26,8 +26,8 @@
|
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
28
|
"@storybook/react": "^7.4.6",
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
30
|
-
"@xylabs/tsconfig-react": "^3.1.
|
29
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
30
|
+
"@xylabs/tsconfig-react": "^3.1.12",
|
31
31
|
"typescript": "^5.2.2"
|
32
32
|
},
|
33
33
|
"peerDependenciesMeta": {
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"typescript",
|
73
73
|
"react"
|
74
74
|
],
|
75
|
-
"license": "LGPL-3.0",
|
75
|
+
"license": "LGPL-3.0-only",
|
76
76
|
"publishConfig": {
|
77
77
|
"access": "public"
|
78
78
|
},
|
@@ -86,6 +86,6 @@
|
|
86
86
|
},
|
87
87
|
"sideEffects": false,
|
88
88
|
"types": "dist/browser/index.d.ts",
|
89
|
-
"version": "2.
|
89
|
+
"version": "2.65.1",
|
90
90
|
"type": "module"
|
91
91
|
}
|