@tuwaio/nova-transactions 0.0.22 → 0.0.24

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": "@tuwaio/nova-transactions",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -65,22 +65,16 @@
65
65
  "@bgd-labs/react-web3-icons": ">=1",
66
66
  "@heroicons/react": ">=2",
67
67
  "@radix-ui/react-dialog": ">=1",
68
- "@wagmi/core": ">=2",
69
68
  "framer-motion": ">=12",
70
- "immer": ">=10",
71
- "react": ">=18",
72
- "react-dom": ">=18",
69
+ "react": ">=19",
73
70
  "react-toastify": ">=11",
74
- "tailwindcss": ">=4",
75
- "viem": ">=2",
76
- "zustand": ">=5",
77
71
  "@tuwaio/pulsar-core": ">=0",
78
72
  "@tuwaio/nova-core": ">=0",
79
73
  "dayjs": ">=1",
80
74
  "ethereum-blockies-base64": ">=1"
81
75
  },
82
76
  "devDependencies": {
83
- "@tuwaio/pulsar-core": "^0.1.7",
77
+ "@tuwaio/pulsar-core": "^0.1.10",
84
78
  "dayjs": "^1.11.18",
85
79
  "ethereum-blockies-base64": "^1.0.2",
86
80
  "@bgd-labs/react-web3-icons": "^1.35.0",
@@ -88,23 +82,19 @@
88
82
  "@radix-ui/react-dialog": "^1.1.15",
89
83
  "@tailwindcss/postcss": "^4.1.13",
90
84
  "@types/react": "^19.1.13",
91
- "@types/react-dom": "^19.1.9",
92
- "@wagmi/core": "^2.21.0",
93
85
  "autoprefixer": "^10.4.21",
94
86
  "clsx": "^2.1.1",
95
- "framer-motion": "^12.23.15",
87
+ "framer-motion": "^12.23.18",
96
88
  "immer": "^10.1.3",
97
89
  "postcss": "^8.5.6",
98
90
  "postcss-cli": "^11.0.1",
99
91
  "react": "^19.1.1",
100
- "react-dom": "^19.1.1",
101
92
  "react-toastify": "^11.0.5",
102
93
  "tsup": "^8.5.0",
103
94
  "typescript": "~5.9.2",
104
95
  "tailwindcss": "^4.1.13",
105
- "viem": "^2.37.6",
106
96
  "zustand": "^5.0.8",
107
- "@tuwaio/nova-core": "^0.0.9"
97
+ "@tuwaio/nova-core": "^0.0.10"
108
98
  },
109
99
  "scripts": {
110
100
  "build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"