@blocklet/did-space-react 1.2.9 → 1.2.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.
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.2.
|
|
3
|
+
"version": "1.2.11",
|
|
4
4
|
"description": "Reusable react components for did space",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"@arcblock/did": "^1.27.14",
|
|
84
|
-
"@did-space/constants": "^1.2.
|
|
84
|
+
"@did-space/constants": "^1.2.11",
|
|
85
85
|
"@mui/icons-material": "^7.1.2",
|
|
86
86
|
"@mui/lab": "^7.0.0-beta.14",
|
|
87
87
|
"@mui/material": "^7.1.2",
|
|
@@ -109,17 +109,17 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@arcblock/did-connect-react": "^3.2.
|
|
112
|
+
"@arcblock/did-connect-react": "^3.2.13",
|
|
113
113
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
114
|
-
"@arcblock/ux": "^3.2.
|
|
114
|
+
"@arcblock/ux": "^3.2.13",
|
|
115
115
|
"@babel/cli": "^7.27.2",
|
|
116
116
|
"@babel/core": "^7.27.7",
|
|
117
117
|
"@babel/preset-env": "^7.27.2",
|
|
118
118
|
"@babel/preset-react": "^7.27.1",
|
|
119
119
|
"@babel/preset-typescript": "^7.27.1",
|
|
120
|
-
"@blocklet/js-sdk": "^1.17.
|
|
121
|
-
"@blocklet/sdk": "^1.17.
|
|
122
|
-
"@did-space/core": "^1.2.
|
|
120
|
+
"@blocklet/js-sdk": "^1.17.5",
|
|
121
|
+
"@blocklet/sdk": "^1.17.5",
|
|
122
|
+
"@did-space/core": "^1.2.11",
|
|
123
123
|
"@storybook/addon-essentials": "^7.6.20",
|
|
124
124
|
"@storybook/addon-interactions": "^7.6.20",
|
|
125
125
|
"@storybook/addon-links": "^7.6.20",
|
|
@@ -151,5 +151,5 @@
|
|
|
151
151
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
152
152
|
"vitest": "^3.2.4"
|
|
153
153
|
},
|
|
154
|
-
"gitHead": "
|
|
154
|
+
"gitHead": "1ca25db546b3a45cd7b9ae53cda9d1fe2ab68f4e"
|
|
155
155
|
}
|