@tuwaio/satellite-react 1.0.0-fix-dynamic-params-alpha.1.b70325f → 1.0.0-fix-dynamic-params-alpha.2.9e98a60

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/satellite-react",
3
- "version": "1.0.0-fix-dynamic-params-alpha.1.b70325f",
3
+ "version": "1.0.0-fix-dynamic-params-alpha.2.9e98a60",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -117,26 +117,26 @@
117
117
  "devDependencies": {
118
118
  "@types/react": "^19.2.14",
119
119
  "@tuwaio/orbit-core": "^0.2.8",
120
- "@tuwaio/orbit-evm": "^0.2.11",
121
- "@tuwaio/orbit-solana": "^0.2.4",
122
- "@wagmi/core": "^3.4.6",
123
- "@wallet-standard/react": "^1.0.1",
120
+ "@tuwaio/orbit-evm": "^0.2.12",
121
+ "@tuwaio/orbit-solana": "^0.2.5",
122
+ "@wagmi/core": "^3.4.9",
123
+ "@wallet-standard/react": "^1.0.2",
124
124
  "@wallet-standard/app": "^1.1.0",
125
125
  "@wallet-standard/base": "^1.1.0",
126
126
  "@wallet-standard/features": "^1.1.0",
127
127
  "@wallet-standard/core": "^1.1.1",
128
- "@wallet-standard/ui": "^1.0.1",
129
- "@wallet-standard/ui-registry": "^1.0.1",
128
+ "@wallet-standard/ui": "^1.0.2",
129
+ "@wallet-standard/ui-registry": "^1.1.0",
130
130
  "gill": "^0.14.0",
131
- "immer": "^11.1.4",
132
- "react": "^19.2.5",
131
+ "immer": "^11.1.8",
132
+ "react": "^19.2.6",
133
133
  "tsup": "^8.5.1",
134
- "viem": "^2.48.4",
134
+ "viem": "^2.48.11",
135
135
  "typescript": "^6.0.3",
136
- "zustand": "^5.0.12",
137
- "@tuwaio/satellite-core": "^1.0.0-fix-dynamic-params-alpha.1.b70325f",
138
- "@tuwaio/satellite-solana": "^1.0.0-fix-dynamic-params-alpha.1.b70325f",
139
- "@tuwaio/satellite-evm": "^1.0.0-fix-dynamic-params-alpha.1.b70325f"
136
+ "zustand": "^5.0.13",
137
+ "@tuwaio/satellite-core": "^1.0.0-fix-dynamic-params-alpha.2.9e98a60",
138
+ "@tuwaio/satellite-evm": "^1.0.0-fix-dynamic-params-alpha.2.9e98a60",
139
+ "@tuwaio/satellite-solana": "^1.0.0-fix-dynamic-params-alpha.2.9e98a60"
140
140
  },
141
141
  "scripts": {
142
142
  "start": "tsup src/index.ts --watch",