@xyo-network/react-embed 2.64.10 → 2.65.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +17 -18
  2. package/dist/docs.json +0 -4925
package/package.json CHANGED
@@ -10,34 +10,33 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/delay": "^2.12.23",
14
- "@xylabs/react-async-effect": "^3.0.18",
15
- "@xylabs/react-flexbox": "^3.0.18",
16
- "@xylabs/react-shared": "^3.0.18",
17
- "@xyo-network/huri": "^2.75.16",
18
- "@xyo-network/payload-model": "^2.75.16",
19
- "@xyo-network/react-error": "~2.64.10",
20
- "@xyo-network/react-payload-plugin": "~2.64.10",
21
- "@xyo-network/react-shared": "~2.64.10",
22
- "@xyo-network/schema-cache": "^2.75.16",
13
+ "@xylabs/delay": "^2.12.28",
14
+ "@xylabs/react-async-effect": "^3.0.21",
15
+ "@xylabs/react-flexbox": "^3.0.21",
16
+ "@xylabs/react-shared": "^3.0.21",
17
+ "@xyo-network/huri": "^2.77.0",
18
+ "@xyo-network/payload-model": "^2.77.0",
19
+ "@xyo-network/react-error": "~2.65.1",
20
+ "@xyo-network/react-payload-plugin": "~2.65.1",
21
+ "@xyo-network/react-shared": "~2.65.1",
22
+ "@xyo-network/schema-cache": "^2.77.0",
23
23
  "react-router-dom": "^6.16.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@storybook/react": "^7.4.6",
27
27
  "@uniswap/sdk": "^3.0.3",
28
- "@uniswap/sdk-core": "^4.0.7",
28
+ "@uniswap/sdk-core": "^4.0.9",
29
29
  "@uniswap/v3-sdk": "^3.10.0",
30
- "@xylabs/ts-scripts-yarn3": "^3.1.3",
31
- "@xylabs/tsconfig-react": "^3.1.3",
32
- "@xyo-network/react-aggregate-price-plugin": "~2.64.10",
33
- "@xyo-network/react-crypto-market-uniswap-plugin": "~2.64.10",
30
+ "@xylabs/ts-scripts-yarn3": "^3.1.12",
31
+ "@xylabs/tsconfig-react": "^3.1.12",
32
+ "@xyo-network/react-aggregate-price-plugin": "~2.65.1",
33
+ "@xyo-network/react-crypto-market-uniswap-plugin": "~2.65.1",
34
34
  "typescript": "^5.2.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@mui/icons-material": "^5",
38
38
  "@mui/material": "^5",
39
39
  "@mui/styles": "^5",
40
- "axios": "^1",
41
40
  "react": "^18",
42
41
  "react-dom": "^18"
43
42
  },
@@ -78,7 +77,7 @@
78
77
  "typescript",
79
78
  "react"
80
79
  ],
81
- "license": "LGPL-3.0",
80
+ "license": "LGPL-3.0-only",
82
81
  "publishConfig": {
83
82
  "access": "public"
84
83
  },
@@ -92,6 +91,6 @@
92
91
  },
93
92
  "sideEffects": false,
94
93
  "types": "dist/browser/index.d.ts",
95
- "version": "2.64.10",
94
+ "version": "2.65.1",
96
95
  "type": "module"
97
96
  }