@blocklet/pages-kit 0.2.234 → 0.2.236

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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.2.234",
3
+ "version": "0.2.236",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -93,11 +93,11 @@
93
93
  "prepare": "npm run build"
94
94
  },
95
95
  "dependencies": {
96
- "@arcblock/did-connect": "^2.9.29",
96
+ "@arcblock/did-connect": "^2.9.32",
97
97
  "@blocklet/sdk": "^1.16.23",
98
98
  "@iconify/react": "^4.1.1",
99
99
  "axios": "^1.6.7",
100
- "eventsource-parser": "^1.1.1",
100
+ "eventsource-parser": "^1.1.2",
101
101
  "immer": "^10.0.3",
102
102
  "lodash": "^4.17.21",
103
103
  "nanoid": "^3.3.7",
@@ -107,7 +107,7 @@
107
107
  "react-wrap-balancer": "^1.1.0",
108
108
  "typescript": "^5.3.3",
109
109
  "ufo": "^1.4.0",
110
- "zustand": "^4.5.0"
110
+ "zustand": "^4.5.1"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "@arcblock/ux": "^2.8.17",
@@ -123,22 +123,22 @@
123
123
  "react-router-dom": "^6.16.0"
124
124
  },
125
125
  "devDependencies": {
126
- "@arcblock/ux": "^2.9.29",
126
+ "@arcblock/ux": "^2.9.32",
127
127
  "@emotion/cache": "^11.11.0",
128
128
  "@emotion/css": "^11.11.2",
129
129
  "@emotion/react": "^11.11.3",
130
- "@mui/icons-material": "^5.15.8",
131
- "@mui/lab": "^5.0.0-alpha.164",
132
- "@mui/material": "^5.15.7",
130
+ "@mui/icons-material": "^5.15.10",
131
+ "@mui/lab": "^5.0.0-alpha.165",
132
+ "@mui/material": "^5.15.10",
133
133
  "@types/lodash": "^4.14.202",
134
134
  "@types/mustache": "^4.2.5",
135
135
  "@types/node-fetch": "^2.6.11",
136
- "@types/react": "^18.2.55",
136
+ "@types/react": "^18.2.56",
137
137
  "axios": "^1.6.7",
138
138
  "npm-run-all": "^4.1.5",
139
139
  "react": "^18.2.0",
140
140
  "react-dom": "^18.2.0",
141
- "react-router-dom": "^6.22.0",
141
+ "react-router-dom": "^6.22.1",
142
142
  "rimraf": "^5.0.5"
143
143
  }
144
144
  }