@blocklet/did-space-react 1.0.58 → 1.0.59
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/dist/cjs/package.json.js +1 -1
- package/dist/es/package.json.js +1 -1
- package/package.json +10 -10
package/dist/cjs/package.json.js
CHANGED
package/dist/es/package.json.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/did-space-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.59",
|
|
4
4
|
"description": "Reusable react components for did space",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@arcblock/did": "^1.20.
|
|
84
|
-
"@did-space/core": "^1.0.
|
|
83
|
+
"@arcblock/did": "^1.20.14",
|
|
84
|
+
"@did-space/core": "^1.0.59",
|
|
85
85
|
"@mui/icons-material": "^5.17.1",
|
|
86
86
|
"@mui/lab": "^5.0.0-alpha.176",
|
|
87
87
|
"@mui/material": "^5.17.1",
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
"xbytes": "^1.9.1"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
|
-
"@arcblock/did-connect": "^2.
|
|
103
|
-
"@arcblock/ux": "^2.
|
|
104
|
-
"@blocklet/js-sdk": "^1.16.
|
|
105
|
-
"@blocklet/sdk": "^1.16.
|
|
102
|
+
"@arcblock/did-connect": "^2.13.62",
|
|
103
|
+
"@arcblock/ux": "^2.13.62",
|
|
104
|
+
"@blocklet/js-sdk": "^1.16.44",
|
|
105
|
+
"@blocklet/sdk": "^1.16.44",
|
|
106
106
|
"react": "^18.3.1"
|
|
107
107
|
},
|
|
108
108
|
"publishConfig": {
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@types/react": "^18.3.23",
|
|
132
132
|
"@types/react-dom": "^18.3.7",
|
|
133
133
|
"@vitejs/plugin-legacy": "^5.4.3",
|
|
134
|
-
"@vitest/coverage-v8": "^3.2.
|
|
134
|
+
"@vitest/coverage-v8": "^3.2.3",
|
|
135
135
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
136
136
|
"copyfiles": "^2.4.1",
|
|
137
137
|
"eslint": "^8.57.1",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"vite": "^5.4.19",
|
|
149
149
|
"vite-plugin-babel": "^1.3.1",
|
|
150
150
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
151
|
-
"vitest": "^3.2.
|
|
151
|
+
"vitest": "^3.2.3"
|
|
152
152
|
},
|
|
153
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "6b21a1525f15dbc096b39d24739af6b761e1aa07"
|
|
154
154
|
}
|