|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.39", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748", |
| 6 | + "packageManager": "pnpm@10.30.3", |
7 | 7 | "author": { |
8 | 8 | "url": "https://github.com/ourongxing/", |
9 | 9 | "email": "orongxing@gmail.com", |
|
25 | 25 | "test": "vitest -c vitest.config.ts" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@atlaskit/pragmatic-drag-and-drop": "^1.5.0", |
29 | | - "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0", |
30 | | - "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3", |
31 | | - "@formkit/auto-animate": "^0.8.2", |
32 | | - "@iconify-json/si": "^1.2.3", |
33 | | - "@modelcontextprotocol/sdk": "^1.11.0", |
34 | | - "@tanstack/react-query-devtools": "^5.66.11", |
35 | | - "@tanstack/react-router": "^1.112.0", |
36 | | - "@unocss/reset": "^66.0.0", |
37 | | - "ahooks": "^3.8.4", |
38 | | - "better-sqlite3": "^11.10.0", |
39 | | - "cheerio": "^1.0.0", |
| 28 | + "@atlaskit/pragmatic-drag-and-drop": "^1.7.7", |
| 29 | + "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.5", |
| 30 | + "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0", |
| 31 | + "@formkit/auto-animate": "^0.9.0", |
| 32 | + "@iconify-json/si": "^1.2.17", |
| 33 | + "@modelcontextprotocol/sdk": "^1.27.1", |
| 34 | + "@tanstack/react-query-devtools": "^5.91.3", |
| 35 | + "@tanstack/react-router": "^1.163.2", |
| 36 | + "@unocss/reset": "^66.6.2", |
| 37 | + "ahooks": "^3.9.6", |
| 38 | + "better-sqlite3": "^12.6.2", |
| 39 | + "cheerio": "^1.2.0", |
40 | 40 | "clsx": "^2.1.1", |
41 | | - "cmdk": "^1.0.4", |
42 | | - "consola": "^3.4.0", |
| 41 | + "cmdk": "^1.1.1", |
| 42 | + "consola": "^3.4.2", |
43 | 43 | "cookie-es": "^2.0.0", |
44 | 44 | "dayjs": "1.11.13", |
45 | 45 | "db0": "^0.3.1", |
46 | 46 | "defu": "^6.1.4", |
47 | | - "fast-xml-parser": "^5.0.8", |
48 | | - "framer-motion": "^12.4.7", |
| 47 | + "fast-xml-parser": "^5.4.1", |
| 48 | + "framer-motion": "^12.34.3", |
49 | 49 | "h3": "^1.15.1", |
50 | | - "iconv-lite": "^0.6.3", |
51 | | - "jose": "^6.0.8", |
52 | | - "jotai": "^2.12.1", |
| 50 | + "iconv-lite": "^0.7.2", |
| 51 | + "jose": "^6.1.3", |
| 52 | + "jotai": "^2.18.0", |
53 | 53 | "md5": "^2.3.0", |
54 | | - "ofetch": "^1.4.1", |
55 | | - "overlayscrollbars": "^2.11.1", |
56 | | - "pnpm": "^10.5.2", |
57 | | - "react": "^19.0.0", |
| 54 | + "ofetch": "^1.5.1", |
| 55 | + "overlayscrollbars": "^2.14.0", |
| 56 | + "pnpm": "^10.30.3", |
| 57 | + "react": "^19.0.4", |
58 | 58 | "react-device-detect": "^2.2.3", |
59 | | - "react-dom": "^19.0.0", |
| 59 | + "react-dom": "^19.0.4", |
60 | 60 | "react-use": "^17.6.0", |
61 | 61 | "uncrypto": "^0.1.3", |
62 | | - "zod": "^3.24.2" |
| 62 | + "zod": "^4.3.6" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@eslint-react/eslint-plugin": "^1.29.0", |
| 65 | + "@eslint-react/eslint-plugin": "^2.13.0", |
66 | 66 | "@iconify-json/ph": "^1.2.2", |
67 | | - "@napi-rs/pinyin": "^1.7.5", |
| 67 | + "@napi-rs/pinyin": "^1.7.7", |
68 | 68 | "@ourongxing/eslint-config": "3.2.3-beta.6", |
69 | | - "@ourongxing/tsconfig": "^0.0.4", |
70 | | - "@rollup/pluginutils": "^5.1.4", |
71 | | - "@tanstack/react-query": "^5.66.11", |
72 | | - "@tanstack/router-devtools": "^1.112.0", |
73 | | - "@tanstack/router-plugin": "^1.112.0", |
74 | | - "@types/md5": "^2.3.5", |
75 | | - "@types/react": "^19.0.10", |
76 | | - "@types/react-dom": "^19.0.4", |
77 | | - "@unocss/rule-utils": "^66.0.0", |
78 | | - "@vitejs/plugin-react-swc": "^3.8.0", |
79 | | - "bumpp": "^10.0.3", |
80 | | - "cross-env": "^7.0.3", |
81 | | - "dotenv": "^16.4.7", |
| 69 | + "@rollup/pluginutils": "^5.3.0", |
| 70 | + "@tanstack/react-query": "^5.90.21", |
| 71 | + "@tanstack/router-devtools": "^1.163.2", |
| 72 | + "@tanstack/router-plugin": "^1.163.2", |
| 73 | + "@types/md5": "^2.3.6", |
| 74 | + "@types/react": "^19.2.14", |
| 75 | + "@types/react-dom": "^19.2.3", |
| 76 | + "@unocss/rule-utils": "^66.6.2", |
| 77 | + "@vitejs/plugin-react-swc": "^4.2.3", |
| 78 | + "bumpp": "^10.4.1", |
| 79 | + "cross-env": "^10.1.0", |
| 80 | + "dotenv": "^17.3.1", |
82 | 81 | "eslint": "^9.21.0", |
83 | 82 | "eslint-plugin-react-hooks": "^5.2.0", |
84 | 83 | "eslint-plugin-react-refresh": "^0.4.19", |
85 | 84 | "fast-glob": "^3.3.3", |
86 | 85 | "favicons-scraper": "^1.3.2", |
87 | | - "lint-staged": "^15.4.3", |
88 | | - "mlly": "^1.7.4", |
| 86 | + "lint-staged": "^16.2.7", |
| 87 | + "mlly": "^1.8.0", |
89 | 88 | "mockdate": "^3.0.5", |
90 | | - "pnpm-patch-i": "^0.4.1", |
91 | | - "rollup": "^4.34.8", |
92 | | - "simple-git-hooks": "^2.11.1", |
93 | | - "tsx": "^4.19.3", |
94 | | - "typescript": "^5.8.2", |
95 | | - "typescript-eslint": "^8.25.0", |
96 | | - "unimport": "^4.1.2", |
97 | | - "unocss": "^66.0.0", |
98 | | - "vite": "^6.2.0", |
99 | | - "vite-plugin-pwa": "^0.21.1", |
| 89 | + "pnpm-patch-i": "^0.5.6", |
| 90 | + "rollup": "^4.59.0", |
| 91 | + "simple-git-hooks": "^2.13.1", |
| 92 | + "tsx": "^4.21.0", |
| 93 | + "typescript": "^5.9.3", |
| 94 | + "typescript-eslint": "^8.56.1", |
| 95 | + "unimport": "^6.0.0", |
| 96 | + "unocss": "^66.6.2", |
| 97 | + "vite": "^7.3.1", |
| 98 | + "vite-plugin-pwa": "^1.2.0", |
100 | 99 | "vite-plugin-with-nitro": "0.0.3", |
101 | | - "vitest": "^3.0.7", |
102 | | - "workbox-build": "^7.3.0", |
103 | | - "workbox-window": "^7.3.0", |
| 100 | + "vitest": "^4.0.18", |
| 101 | + "workbox-build": "^7.4.0", |
| 102 | + "workbox-window": "^7.4.0", |
104 | 103 | "wrangler": "4.14.1" |
105 | 104 | }, |
106 | 105 | "pnpm": { |
|
122 | 121 | "resolutions": { |
123 | 122 | "cross-spawn": ">=7.0.6", |
124 | 123 | "dayjs": "1.11.13", |
| 124 | + "db0": "^0.3.4", |
125 | 125 | "nitropack": "npm:nitro-go@0.0.3", |
126 | | - "picomatch": "^4.0.2", |
127 | | - "react": "^19", |
128 | | - "db0": "^0.3.1", |
129 | | - "vite": "^6" |
| 126 | + "picomatch": "^4.0.3", |
| 127 | + "react": "^19.0.4", |
| 128 | + "vite": "^7.3.1" |
130 | 129 | }, |
131 | 130 | "simple-git-hooks": { |
132 | 131 | "pre-commit": "npx lint-staged" |
|
0 commit comments