@blocklet/did-space-react 1.0.4 → 1.0.5

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.4";
3
+ const version = "1.0.5";
4
4
 
5
5
  exports.version = version;
@@ -1,3 +1,3 @@
1
- const version = "1.0.4";
1
+ const version = "1.0.5";
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.4",
3
+ "version": "1.0.5",
4
4
  "description": "Reusable react components for did space",
5
5
  "keywords": [
6
6
  "react",
@@ -80,7 +80,7 @@
80
80
  }
81
81
  },
82
82
  "dependencies": {
83
- "@arcblock/did": "^1.19.2",
83
+ "@arcblock/did": "^1.19.6",
84
84
  "@mui/icons-material": "^5.16.14",
85
85
  "@mui/lab": "^5.0.0-alpha.175",
86
86
  "@mui/material": "^5.16.14",
@@ -114,8 +114,8 @@
114
114
  "@babel/preset-env": "^7.26.0",
115
115
  "@babel/preset-react": "^7.26.3",
116
116
  "@babel/preset-typescript": "^7.26.0",
117
- "@blocklet/js-sdk": "^1.16.38-beta-20250108-235929-17742885",
118
- "@blocklet/sdk": "^1.16.38-beta-20250108-235929-17742885",
117
+ "@blocklet/js-sdk": "^1.16.38-beta-20250116-083413-dbd33222",
118
+ "@blocklet/sdk": "^1.16.38-beta-20250116-083413-dbd33222",
119
119
  "@storybook/addon-essentials": "^7.6.20",
120
120
  "@storybook/addon-interactions": "^7.6.20",
121
121
  "@storybook/addon-links": "^7.6.20",
@@ -128,7 +128,7 @@
128
128
  "@types/react": "^18.3.18",
129
129
  "@types/react-dom": "^18.3.5",
130
130
  "@vitejs/plugin-legacy": "^5.4.3",
131
- "@vitest/coverage-v8": "^3.0.0-beta.4",
131
+ "@vitest/coverage-v8": "^3.0.1",
132
132
  "babel-plugin-inline-react-svg": "^2.0.2",
133
133
  "copyfiles": "^2.4.1",
134
134
  "eslint": "^8.57.1",
@@ -145,7 +145,7 @@
145
145
  "vite": "^5.4.11",
146
146
  "vite-plugin-babel": "^1.3.0",
147
147
  "vite-plugin-node-polyfills": "^0.22.0",
148
- "vitest": "^3.0.0-beta.4"
148
+ "vitest": "^3.0.1"
149
149
  },
150
- "gitHead": "69349187cb439fca9b2a0882cb0267cb581bfc72"
150
+ "gitHead": "9d97ee3e4dbe423716465cd7910cca2e0f44dc76"
151
151
  }