@blocklet/did-space-react 0.6.1 → 1.0.0

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 = "0.6.1";
3
+ const version = "1.0.0";
4
4
 
5
5
  exports.version = version;
@@ -1,3 +1,3 @@
1
- const version = "0.6.1";
1
+ const version = "1.0.0";
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": "0.6.1",
3
+ "version": "1.0.0",
4
4
  "description": "Reusable react components for did space",
5
5
  "keywords": [
6
6
  "react",
@@ -84,11 +84,11 @@
84
84
  }
85
85
  },
86
86
  "dependencies": {
87
- "@arcblock/did": "^1.18.162",
88
- "@mui/icons-material": "^5.16.12",
87
+ "@arcblock/did": "^1.18.165",
88
+ "@mui/icons-material": "^5.16.13",
89
89
  "@mui/lab": "^5.0.0-alpha.175",
90
- "@mui/material": "^5.16.12",
91
- "@mui/system": "^5.16.12",
90
+ "@mui/material": "^5.16.13",
91
+ "@mui/system": "^5.16.13",
92
92
  "ahooks": "^3.8.4",
93
93
  "axios": "^1.7.9",
94
94
  "flat": "^5.0.2",
@@ -110,9 +110,9 @@
110
110
  "access": "public"
111
111
  },
112
112
  "devDependencies": {
113
- "@arcblock/did-connect": "^2.11.3",
113
+ "@arcblock/did-connect": "^2.11.15",
114
114
  "@arcblock/eslint-config-ts": "^0.3.3",
115
- "@arcblock/ux": "^2.11.3",
115
+ "@arcblock/ux": "^2.11.15",
116
116
  "@babel/cli": "^7.26.4",
117
117
  "@babel/core": "^7.26.0",
118
118
  "@babel/preset-env": "^7.26.0",
@@ -143,7 +143,7 @@
143
143
  "react-dom": "^18.3.1",
144
144
  "rollup-plugin-node-builtins": "^2.1.2",
145
145
  "storybook": "^7.6.20",
146
- "type-fest": "^4.30.2",
146
+ "type-fest": "^4.31.0",
147
147
  "typescript": "~5.5.4",
148
148
  "unbuild": "^2.0.0",
149
149
  "vite": "^5.4.11",
@@ -151,5 +151,5 @@
151
151
  "vite-plugin-node-polyfills": "^0.22.0",
152
152
  "vitest": "^2.1.8"
153
153
  },
154
- "gitHead": "6f62f0d2fdee0293cdaa0a860366b36bd081f4a8"
154
+ "gitHead": "6a7b8a17b261f77eec2b4cf1a7955bb076b6ceeb"
155
155
  }