|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.0", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@9.15.4", |
| 6 | + "packageManager": "pnpm@10.6.5", |
7 | 7 | "author": "Anthony Fu<https://github.com/antfu>", |
8 | 8 | "license": "MIT", |
9 | 9 | "homepage": "https://github.com/antfu/icones#readme", |
|
27 | 27 | "build:electron": "NODE_ENV=production npm -C ./electron run build" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@antfu/utils": "^8.1.0", |
31 | | - "@vueuse/core": "^12.5.0", |
| 30 | + "@antfu/utils": "^9.1.0", |
| 31 | + "@vueuse/core": "^13.0.0", |
32 | 32 | "dexie": "^4.0.11", |
33 | 33 | "file-saver": "^2.0.5", |
34 | 34 | "floating-vue": "^5.2.2", |
35 | 35 | "fzf": "^0.5.2", |
36 | 36 | "hotkeys-js": "^3.13.9", |
37 | 37 | "iconify-icon": "^2.3.0", |
38 | | - "prettier": "^3.4.2", |
| 38 | + "prettier": "^3.5.3", |
39 | 39 | "vue": "^3.5.13", |
40 | 40 | "vue-chemistry": "^0.2.2", |
41 | 41 | "vue-router": "^4.5.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@antfu/eslint-config": "^4.1.1", |
45 | | - "@iconify/json": "^2.2.302", |
| 44 | + "@antfu/eslint-config": "^4.11.0", |
| 45 | + "@iconify/json": "^2.2.319", |
46 | 46 | "@types/file-saver": "^2.0.7", |
47 | 47 | "@types/fs-extra": "^11.0.4", |
48 | | - "@vitejs/plugin-vue": "^5.2.1", |
| 48 | + "@vitejs/plugin-vue": "^5.2.3", |
49 | 49 | "dayjs": "^1.11.13", |
50 | | - "eslint": "^9.19.0", |
| 50 | + "eslint": "^9.23.0", |
51 | 51 | "eslint-plugin-format": "^1.0.1", |
52 | 52 | "esno": "^4.8.0", |
53 | 53 | "fast-glob": "^3.3.3", |
54 | 54 | "fs-extra": "^11.3.0", |
55 | 55 | "jszip": "^3.10.1", |
56 | 56 | "lru-cache": "^11.0.2", |
57 | | - "pnpm": "^9.15.4", |
58 | | - "shiki": "^2.2.0", |
| 57 | + "pnpm": "^10.6.5", |
| 58 | + "shiki": "^3.2.1", |
59 | 59 | "svg-packer": "^0.0.3", |
60 | | - "typescript": "^5.7.3", |
61 | | - "unocss": "^65.4.3", |
62 | | - "unplugin-auto-import": "^19.0.0", |
63 | | - "unplugin-vue-components": "^28.0.0", |
64 | | - "vite": "^6.0.11", |
65 | | - "vite-plugin-pages": "^0.32.4", |
66 | | - "vite-plugin-pwa": "^0.21.1", |
67 | | - "vue-tsc": "^2.2.0" |
| 60 | + "typescript": "^5.8.2", |
| 61 | + "unocss": "^66.1.0-beta.6", |
| 62 | + "unplugin-auto-import": "^19.1.1", |
| 63 | + "unplugin-vue-components": "^28.4.1", |
| 64 | + "vite": "^6.2.2", |
| 65 | + "vite-plugin-pages": "^0.32.5", |
| 66 | + "vite-plugin-pwa": "^0.21.2", |
| 67 | + "vue-tsc": "^2.2.8" |
68 | 68 | }, |
69 | 69 | "pnpm": { |
70 | 70 | "neverBuiltDependencies": [ |
|
0 commit comments