@tuwaio/nova-connect 0.4.10 → 0.4.11

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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -202,23 +202,23 @@
202
202
  "@radix-ui/react-dialog": "^1.1.23",
203
203
  "@radix-ui/react-select": "^2.3.7",
204
204
  "@tuwaio/orbit-core": "^0.2.15",
205
- "@tuwaio/orbit-evm": "^0.2.20",
205
+ "@tuwaio/orbit-evm": "^0.2.21",
206
206
  "@tuwaio/orbit-solana": "^0.2.13",
207
- "@tuwaio/satellite-react": "^0.3.10",
207
+ "@tuwaio/satellite-react": "^0.3.11",
208
208
  "@tuwaio/satellite-core": "^0.3.8",
209
- "@tuwaio/satellite-evm": "^0.3.9",
210
- "@tuwaio/satellite-solana": "^0.3.11",
211
- "@tuwaio/pulsar-core": "^0.6.8",
209
+ "@tuwaio/satellite-evm": "^0.3.10",
210
+ "@tuwaio/satellite-solana": "^0.3.12",
211
+ "@tuwaio/pulsar-core": "^0.6.9",
212
212
  "@wallet-standard/react": "^1.0.3",
213
213
  "@wagmi/core": "^3.6.4",
214
- "@web3icons/react": "^4.1.19",
215
- "@web3icons/common": "^0.11.48",
214
+ "@web3icons/react": "^4.1.20",
215
+ "@web3icons/common": "^0.11.49",
216
216
  "gill": "^0.14.0",
217
217
  "clsx": "^2.1.1",
218
218
  "dayjs": "^1.11.21",
219
219
  "immer": "^11.1.15",
220
220
  "ethereum-blockies-base64": "^1.0.2",
221
- "framer-motion": "^12.42.2",
221
+ "framer-motion": "^12.43.0",
222
222
  "react": "^19.2.8",
223
223
  "react-toastify": "^11.1.0",
224
224
  "tailwind-merge": "^3.6.0",
@@ -226,17 +226,17 @@
226
226
  "zustand": "^5.0.14",
227
227
  "@tailwindcss/postcss": "^4.3.3",
228
228
  "@tailwindcss/vite": "^4.3.3",
229
- "@types/react": "^19.2.17",
229
+ "@types/react": "^19.2.18",
230
230
  "autoprefixer": "^10.5.4",
231
- "postcss": "^8.5.23",
231
+ "postcss": "^8.5.25",
232
232
  "postcss-cli": "^11.0.1",
233
233
  "tailwindcss": "^4.3.3",
234
234
  "@emotion/is-prop-valid": "^1.4.0",
235
235
  "tw-animate-css": "^1.4.0",
236
236
  "typescript": "^6.0.3",
237
237
  "tsup": "^8.5.1",
238
- "@tuwaio/nova-transactions": "^0.4.11",
239
- "@tuwaio/nova-core": "^0.4.10"
238
+ "@tuwaio/nova-core": "^0.4.11",
239
+ "@tuwaio/nova-transactions": "^0.4.12"
240
240
  },
241
241
  "scripts": {
242
242
  "start": "tsup src/index.ts --watch",