@orderly.network/trading 3.1.8-alpha.0 → 3.1.9-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/trading",
3
- "version": "3.1.8-alpha.0",
3
+ "version": "3.1.9-alpha.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -22,36 +22,36 @@
22
22
  "@dnd-kit/sortable": "^10.0.0",
23
23
  "@dnd-kit/utilities": "^3.2.2",
24
24
  "@uiw/react-split": "5.9.3",
25
- "@orderly.network/hooks": "3.1.8-alpha.0",
26
- "@orderly.network/i18n": "3.1.8-alpha.0",
27
- "@orderly.network/markets": "3.1.8-alpha.0",
28
- "@orderly.network/portfolio": "3.1.8-alpha.0",
29
- "@orderly.network/react-app": "3.1.8-alpha.0",
30
- "@orderly.network/types": "3.1.8-alpha.0",
31
- "@orderly.network/ui": "3.1.8-alpha.0",
32
- "@orderly.network/ui-chain-selector": "3.1.8-alpha.0",
33
- "@orderly.network/ui-connector": "3.1.8-alpha.0",
34
- "@orderly.network/ui-leverage": "3.1.8-alpha.0",
35
- "@orderly.network/ui-order-entry": "3.1.8-alpha.0",
36
- "@orderly.network/ui-orders": "3.1.8-alpha.0",
37
- "@orderly.network/ui-positions": "3.1.8-alpha.0",
38
- "@orderly.network/ui-scaffold": "3.1.8-alpha.0",
39
- "@orderly.network/ui-share": "3.1.8-alpha.0",
40
- "@orderly.network/ui-tradingview": "3.1.8-alpha.0",
41
- "@orderly.network/ui-transfer": "3.1.8-alpha.0",
42
- "@orderly.network/utils": "3.1.8-alpha.0"
25
+ "@orderly.network/hooks": "3.1.9-alpha.0",
26
+ "@orderly.network/i18n": "3.1.9-alpha.0",
27
+ "@orderly.network/react-app": "3.1.9-alpha.0",
28
+ "@orderly.network/portfolio": "3.1.9-alpha.0",
29
+ "@orderly.network/markets": "3.1.9-alpha.0",
30
+ "@orderly.network/types": "3.1.9-alpha.0",
31
+ "@orderly.network/ui": "3.1.9-alpha.0",
32
+ "@orderly.network/ui-chain-selector": "3.1.9-alpha.0",
33
+ "@orderly.network/ui-leverage": "3.1.9-alpha.0",
34
+ "@orderly.network/ui-order-entry": "3.1.9-alpha.0",
35
+ "@orderly.network/ui-positions": "3.1.9-alpha.0",
36
+ "@orderly.network/ui-connector": "3.1.9-alpha.0",
37
+ "@orderly.network/ui-scaffold": "3.1.9-alpha.0",
38
+ "@orderly.network/ui-tradingview": "3.1.9-alpha.0",
39
+ "@orderly.network/ui-share": "3.1.9-alpha.0",
40
+ "@orderly.network/ui-orders": "3.1.9-alpha.0",
41
+ "@orderly.network/utils": "3.1.9-alpha.0",
42
+ "@orderly.network/ui-transfer": "3.1.9-alpha.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/react": "^18.3.2",
46
46
  "@types/react-dom": "^18.3.0",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0",
49
- "tailwindcss": "^3.4.4",
49
+ "tailwindcss": "^3.4.19",
50
50
  "tsup": "^8.5.1",
51
51
  "typescript": "^5.1.6",
52
- "@orderly.network/core": "3.1.8-alpha.0",
53
- "@orderly.network/plugin-core": "3.1.8-alpha.0",
54
- "tsconfig": "1.1.8-alpha.0"
52
+ "@orderly.network/plugin-core": "3.1.9-alpha.0",
53
+ "@orderly.network/core": "3.1.9-alpha.0",
54
+ "tsconfig": "1.1.9-alpha.0"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": ">=18",