@tuwaio/nova-transactions 1.0.0-alpha.3.78a2a23 → 1.0.0-alpha.5.3eb6b94

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": "1.0.0-alpha.3.78a2a23",
3
+ "version": "1.0.0-alpha.5.3eb6b94",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -75,27 +75,25 @@
75
75
  "viem": ">=2",
76
76
  "zustand": ">=5",
77
77
  "@tuwaio/pulsar-core": ">=0",
78
- "@tuwaio/pulsar-evm": ">=0",
79
78
  "@tuwaio/nova-core": ">=0",
80
79
  "dayjs": ">=1",
81
80
  "ethereum-blockies-base64": ">=1"
82
81
  },
83
82
  "devDependencies": {
84
- "@tuwaio/pulsar-core": "1.0.0-alpha.4.815bc21.acc55b8.30fab03",
85
- "@tuwaio/pulsar-evm": "1.0.0-alpha.4.815bc21.acc55b8.30fab03",
86
- "dayjs": "^1.11.13",
83
+ "@tuwaio/pulsar-core": "1.0.0-alpha.8.815bc21.acc55b8.4202b7a",
84
+ "dayjs": "^1.11.18",
87
85
  "ethereum-blockies-base64": "^1.0.2",
88
- "@bgd-labs/react-web3-icons": "^1.34.0",
86
+ "@bgd-labs/react-web3-icons": "^1.35.0",
89
87
  "@heroicons/react": "^2.2.0",
90
88
  "@radix-ui/react-dialog": "^1.1.15",
91
- "@tailwindcss/postcss": "^4.1.11",
92
- "@types/react": "^19.1.10",
93
- "@types/react-dom": "^19.1.7",
94
- "@wagmi/core": "^2.19.0",
89
+ "@tailwindcss/postcss": "^4.1.13",
90
+ "@types/react": "^19.1.12",
91
+ "@types/react-dom": "^19.1.9",
92
+ "@wagmi/core": "^2.20.3",
95
93
  "autoprefixer": "^10.4.21",
96
94
  "clsx": "^2.1.1",
97
95
  "framer-motion": "^12.23.12",
98
- "immer": "^10.1.1",
96
+ "immer": "^10.1.3",
99
97
  "postcss": "^8.5.6",
100
98
  "postcss-cli": "^11.0.1",
101
99
  "react": "^19.1.1",
@@ -103,10 +101,10 @@
103
101
  "react-toastify": "^11.0.5",
104
102
  "tsup": "^8.5.0",
105
103
  "typescript": "~5.9.2",
106
- "tailwindcss": "^4.1.12",
107
- "viem": "^2.33.3",
108
- "zustand": "^5.0.7",
109
- "@tuwaio/nova-core": "^1.0.0-alpha.3.78a2a23"
104
+ "tailwindcss": "^4.1.13",
105
+ "viem": "^2.37.5",
106
+ "zustand": "^5.0.8",
107
+ "@tuwaio/nova-core": "^1.0.0-alpha.5.3eb6b94"
110
108
  },
111
109
  "scripts": {
112
110
  "build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"