@blocklet/did-space-react 1.0.40 → 1.0.42

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.
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const version = "1.0.40";
3
+ const version = "1.0.42";
4
4
 
5
5
  exports.version = version;
@@ -1,3 +1,3 @@
1
- const version = "1.0.40";
1
+ const version = "1.0.42";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/did-space-react",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
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.19.17",
84
- "@did-space/core": "^1.0.40",
83
+ "@arcblock/did": "^1.19.19",
84
+ "@did-space/core": "^1.0.42",
85
85
  "@mui/icons-material": "^5.17.1",
86
86
  "@mui/lab": "^5.0.0-alpha.176",
87
87
  "@mui/material": "^5.17.1",
@@ -95,7 +95,7 @@
95
95
  "react-error-boundary": "^4.1.2",
96
96
  "semver": "^7.7.1",
97
97
  "timeago.js": "^4.0.2",
98
- "ufo": "^1.5.4",
98
+ "ufo": "^1.6.1",
99
99
  "xbytes": "^1.9.1"
100
100
  },
101
101
  "peerDependencies": {
@@ -109,9 +109,9 @@
109
109
  "access": "public"
110
110
  },
111
111
  "devDependencies": {
112
- "@arcblock/did-connect": "^2.12.57",
112
+ "@arcblock/did-connect": "^2.12.61",
113
113
  "@arcblock/eslint-config-ts": "^0.3.3",
114
- "@arcblock/ux": "^2.12.57",
114
+ "@arcblock/ux": "^2.12.61",
115
115
  "@babel/cli": "^7.27.0",
116
116
  "@babel/core": "^7.26.10",
117
117
  "@babel/preset-env": "^7.26.9",
@@ -142,13 +142,13 @@
142
142
  "react-dom": "^18.3.1",
143
143
  "rollup-plugin-node-builtins": "^2.1.2",
144
144
  "storybook": "^7.6.20",
145
- "type-fest": "^4.39.0",
145
+ "type-fest": "^4.39.1",
146
146
  "typescript": "~5.5.4",
147
147
  "unbuild": "^2.0.0",
148
- "vite": "^5.4.16",
148
+ "vite": "^5.4.17",
149
149
  "vite-plugin-babel": "^1.3.0",
150
150
  "vite-plugin-node-polyfills": "^0.22.0",
151
151
  "vitest": "^3.1.1"
152
152
  },
153
- "gitHead": "51edbd8d2d9852cb9b30ff4c12900d5f71272d43"
153
+ "gitHead": "d80947cf1c12bcac67034d22e816e3aec2fb466f"
154
154
  }