@allbluecn/web-app 0.9.4 → 0.9.5

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": "@allbluecn/web-app",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "files": [
@@ -68,6 +68,9 @@
68
68
  "@fontsource-variable/geist-mono": "^5.3.0",
69
69
  "@iconify/react": "^6.0.2",
70
70
  "@lobehub/icons": "^5.16.0",
71
+ "@open-file-viewer/core": "^0.1.43",
72
+ "@open-file-viewer/react": "^0.1.43",
73
+ "@phosphor-icons/react": "^2.1.10",
71
74
  "@prisma/client": "^7.8.0",
72
75
  "@radix-ui/react-dialog": "^1.1.23",
73
76
  "@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -178,8 +181,6 @@
178
181
  "three": "^0.180.0",
179
182
  "tw-animate-css": "^1.4.0",
180
183
  "zod": "^4.4.3",
181
- "@open-file-viewer/core": "^0.1.43",
182
- "@open-file-viewer/react": "^0.1.43",
183
184
  "@allbluecn/kernel": "0.5.2",
184
185
  "@allbluecn/database": "0.4.18"
185
186
  },
@@ -95,7 +95,7 @@ export const SDK_GROUPS: SdkGroup[] = [
95
95
  "items": [
96
96
  {
97
97
  "name": "@allbluecn/web-app",
98
- "version": "v0.9.4",
98
+ "version": "v0.9.5",
99
99
  "lastUpdate": "Sep 3, 2026",
100
100
  "source": "apps/web/package.json",
101
101
  "docsUrl": "https://github.com/allbluecn/allblue"