@blocklet/did-space-react 1.0.49 → 1.0.52

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.49";
3
+ const version = "1.0.52";
4
4
 
5
5
  exports.version = version;
@@ -1,3 +1,3 @@
1
- const version = "1.0.49";
1
+ const version = "1.0.52";
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.49",
3
+ "version": "1.0.52",
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.4",
84
- "@did-space/core": "^1.0.49",
83
+ "@arcblock/did": "^1.20.8",
84
+ "@did-space/core": "^1.0.52",
85
85
  "@mui/icons-material": "^5.17.1",
86
86
  "@mui/lab": "^5.0.0-alpha.176",
87
87
  "@mui/material": "^5.17.1",
@@ -109,16 +109,16 @@
109
109
  "access": "public"
110
110
  },
111
111
  "devDependencies": {
112
- "@arcblock/did-connect": "^2.13.19",
112
+ "@arcblock/did-connect": "^2.13.29",
113
113
  "@arcblock/eslint-config-ts": "^0.3.3",
114
- "@arcblock/ux": "^2.13.19",
115
- "@babel/cli": "^7.27.1",
114
+ "@arcblock/ux": "^2.13.29",
115
+ "@babel/cli": "^7.27.2",
116
116
  "@babel/core": "^7.27.1",
117
- "@babel/preset-env": "^7.27.1",
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.16.42",
121
- "@blocklet/sdk": "^1.16.42",
120
+ "@blocklet/js-sdk": "^1.16.43",
121
+ "@blocklet/sdk": "^1.16.43",
122
122
  "@storybook/addon-essentials": "^7.6.20",
123
123
  "@storybook/addon-interactions": "^7.6.20",
124
124
  "@storybook/addon-links": "^7.6.20",
@@ -128,10 +128,10 @@
128
128
  "@storybook/react-vite": "^7.6.20",
129
129
  "@storybook/test": "^7.6.20",
130
130
  "@svgr/rollup": "^8.1.0",
131
- "@types/react": "^18.3.20",
131
+ "@types/react": "^18.3.21",
132
132
  "@types/react-dom": "^18.3.7",
133
133
  "@vitejs/plugin-legacy": "^5.4.3",
134
- "@vitest/coverage-v8": "^3.1.2",
134
+ "@vitest/coverage-v8": "^3.1.3",
135
135
  "babel-plugin-inline-react-svg": "^2.0.2",
136
136
  "copyfiles": "^2.4.1",
137
137
  "eslint": "^8.57.1",
@@ -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.40.1",
145
+ "type-fest": "^4.41.0",
146
146
  "typescript": "~5.5.4",
147
147
  "unbuild": "^2.0.0",
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.1.2"
151
+ "vitest": "^3.1.3"
152
152
  },
153
- "gitHead": "7ca23ad7266d76c9cea2df49787f1964ad78b06b"
153
+ "gitHead": "160de275aa0f632f66548f25101e6d7a5d4c5b60"
154
154
  }