@blocklet/pages-kit 0.2.371 → 0.2.373

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.2.371",
3
+ "version": "0.2.373",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -92,13 +92,13 @@
92
92
  "url": "git+https://github.com/blocklet/pages-kit.git"
93
93
  },
94
94
  "dependencies": {
95
- "@arcblock/did-connect": "^2.10.3",
96
- "@blocklet/ai-kit": "^0.1.43",
97
- "@blocklet/ai-runtime": "^0.3.22",
95
+ "@arcblock/did-connect": "^2.10.5",
96
+ "@blocklet/ai-kit": "^0.1.44",
97
+ "@blocklet/ai-runtime": "^0.3.31",
98
98
  "@blocklet/js-sdk": "^1.16.28",
99
99
  "@blocklet/sdk": "^1.16.28",
100
- "@iconify/react": "^4.1.1",
101
- "@lottiefiles/lottie-player": "^1.7.1",
100
+ "@iconify/react": "^5.0.1",
101
+ "@lottiefiles/lottie-player": "^2.0.4",
102
102
  "@types/file-saver": "^2.0.7",
103
103
  "axios": "^1.7.2",
104
104
  "dayjs": "^1.11.11",
@@ -125,7 +125,7 @@
125
125
  "react-wrap-balancer": "^1.1.1",
126
126
  "remark-gfm": "^4.0.0",
127
127
  "typescript": "^5.5.3",
128
- "ufo": "^1.5.3",
128
+ "ufo": "^1.5.4",
129
129
  "zustand": "^4.5.4"
130
130
  },
131
131
  "peerDependencies": {
@@ -142,14 +142,14 @@
142
142
  "react-router-dom": "^6.16.0"
143
143
  },
144
144
  "devDependencies": {
145
- "@arcblock/ux": "^2.10.3",
145
+ "@arcblock/ux": "^2.10.5",
146
146
  "@emotion/cache": "^11.11.0",
147
147
  "@emotion/css": "^11.11.2",
148
148
  "@emotion/react": "^11.11.4",
149
- "@mui/icons-material": "^5.16.0",
150
- "@mui/lab": "^5.0.0-alpha.171",
151
- "@mui/material": "^5.16.0",
152
- "@types/lodash": "^4.17.6",
149
+ "@mui/icons-material": "^5.16.4",
150
+ "@mui/lab": "^5.0.0-alpha.172",
151
+ "@mui/material": "^5.16.4",
152
+ "@types/lodash": "^4.17.7",
153
153
  "@types/mustache": "^4.2.5",
154
154
  "@types/node-fetch": "^2.6.11",
155
155
  "@types/react": "^18.3.3",
@@ -160,8 +160,8 @@
160
160
  "npm-run-all": "^4.1.5",
161
161
  "react": "^18.3.1",
162
162
  "react-dom": "^18.3.1",
163
- "react-router-dom": "^6.24.1",
164
- "rimraf": "^5.0.9"
163
+ "react-router-dom": "^6.25.0",
164
+ "rimraf": "^6.0.1"
165
165
  },
166
166
  "scripts": {
167
167
  "lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",