@blocklet/pages-kit 0.2.396 → 0.2.398

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.396",
3
+ "version": "0.2.398",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -92,20 +92,21 @@
92
92
  "url": "git+https://github.com/blocklet/pages-kit.git"
93
93
  },
94
94
  "dependencies": {
95
- "@arcblock/did-connect": "^2.10.20",
96
- "@blocklet/ai-kit": "^0.1.46",
97
- "@blocklet/ai-runtime": "^0.4.26",
95
+ "@arcblock/did-connect": "^2.10.21",
96
+ "@blocklet/ai-kit": "^0.1.47",
97
+ "@blocklet/ai-runtime": "^0.4.31",
98
98
  "@blocklet/js-sdk": "^1.16.29",
99
99
  "@blocklet/sdk": "^1.16.29",
100
100
  "@iconify/react": "^5.0.2",
101
101
  "@lottiefiles/lottie-player": "^2.0.4",
102
102
  "@types/file-saver": "^2.0.7",
103
103
  "axios": "^1.7.4",
104
- "dayjs": "^1.11.12",
105
- "eventsource-parser": "^1.1.2",
104
+ "dayjs": "^1.11.13",
105
+ "eventsource-parser": "^2.0.1",
106
106
  "file-saver": "^2.0.5",
107
107
  "html2pdf.js": "^0.10.2",
108
108
  "immer": "^10.1.1",
109
+ "isomorphic-dompurify": "^2.14.0",
109
110
  "joi": "^17.13.3",
110
111
  "js-base64": "^3.7.7",
111
112
  "lodash": "^4.17.21",
@@ -142,7 +143,7 @@
142
143
  "react-router-dom": "^6.16.0"
143
144
  },
144
145
  "devDependencies": {
145
- "@arcblock/ux": "^2.10.20",
146
+ "@arcblock/ux": "^2.10.21",
146
147
  "@emotion/cache": "^11.13.1",
147
148
  "@emotion/css": "^11.13.0",
148
149
  "@emotion/react": "^11.13.0",
@@ -152,7 +153,7 @@
152
153
  "@types/lodash": "^4.17.7",
153
154
  "@types/mustache": "^4.2.5",
154
155
  "@types/node-fetch": "^2.6.11",
155
- "@types/react": "^18.3.3",
156
+ "@types/react": "^18.3.4",
156
157
  "@types/react-helmet": "^6.1.11",
157
158
  "@types/react-scroll-to-bottom": "^4.2.5",
158
159
  "@types/react-syntax-highlighter": "^15.5.13",