|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.2.9", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@9.4.0", |
| 6 | + "packageManager": "pnpm@9.9.0", |
7 | 7 | "scripts": { |
8 | 8 | "typecheck": "tsc", |
9 | 9 | "build": "pnpm -r run build", |
|
16 | 16 | "prepare": "simple-git-hooks" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@antfu/eslint-config": "^2.21.1", |
20 | | - "@iconify-json/ri": "^1.1.21", |
21 | | - "@iconify-json/svg-spinners": "^1.1.2", |
22 | | - "@shikijs/markdown-it": "^1.9.0", |
23 | | - "@shikijs/transformers": "^1.9.0", |
24 | | - "@shikijs/twoslash": "^1.9.0", |
25 | | - "@shikijs/vitepress-twoslash": "^1.9.0", |
26 | | - "@types/node": "^20.14.8", |
27 | | - "@types/react": "^18.3.3", |
| 19 | + "@antfu/eslint-config": "^3.0.0", |
| 20 | + "@iconify-json/ri": "^1.2.0", |
| 21 | + "@iconify-json/svg-spinners": "^1.2.0", |
| 22 | + "@shikijs/markdown-it": "^1.15.2", |
| 23 | + "@shikijs/transformers": "^1.15.2", |
| 24 | + "@shikijs/twoslash": "^1.15.2", |
| 25 | + "@shikijs/vitepress-twoslash": "^1.15.2", |
| 26 | + "@types/node": "^22.5.2", |
| 27 | + "@types/react": "^18.3.5", |
28 | 28 | "@types/react-dom": "^18.3.0", |
29 | | - "@typescript/twoslash": "^3.2.7", |
30 | | - "@typescript/vfs": "1.5.0", |
31 | | - "@vitest/coverage-v8": "^1.6.0", |
32 | | - "@vueuse/core": "^10.11.0", |
33 | | - "bumpp": "^9.4.1", |
34 | | - "eslint": "^9.5.0", |
| 29 | + "@typescript/twoslash": "^3.2.8", |
| 30 | + "@typescript/vfs": "^1.6.0", |
| 31 | + "@vitest/coverage-v8": "^2.0.5", |
| 32 | + "@vueuse/core": "^11.0.3", |
| 33 | + "bumpp": "^9.5.2", |
| 34 | + "eslint": "^9.9.1", |
35 | 35 | "esno": "^4.7.0", |
36 | 36 | "fast-glob": "^3.3.2", |
37 | 37 | "jiti": "^1.21.6", |
38 | | - "lint-staged": "^15.2.7", |
| 38 | + "lint-staged": "^15.2.10", |
39 | 39 | "lz-string": "^1.5.0", |
40 | 40 | "mlly": "^1.7.1", |
41 | | - "preact": "^10.22.0", |
| 41 | + "preact": "^10.23.2", |
42 | 42 | "pretty-format": "^29.7.0", |
43 | 43 | "react": "^18.3.1", |
44 | | - "shiki": "^1.9.0", |
| 44 | + "shiki": "^1.15.2", |
45 | 45 | "simple-git-hooks": "^2.11.1", |
46 | | - "tslib": "^2.6.3", |
| 46 | + "tslib": "^2.7.0", |
47 | 47 | "twoslash": "workspace:*", |
48 | 48 | "twoslash-cdn": "workspace:*", |
49 | 49 | "twoslash-eslint": "workspace:*", |
50 | 50 | "twoslash-vue": "workspace:*", |
51 | | - "typescript": "^5.5.2", |
| 51 | + "typescript": "^5.5.4", |
52 | 52 | "unbuild": "^2.0.0", |
53 | | - "unplugin-vue-components": "^0.27.0", |
54 | | - "vite": "^5.3.1", |
55 | | - "vite-tsconfig-paths": "^4.3.2", |
56 | | - "vitest": "^1.6.0", |
57 | | - "vue": "^3.4.30" |
| 53 | + "unplugin-vue-components": "^0.27.4", |
| 54 | + "vite": "^5.4.2", |
| 55 | + "vite-tsconfig-paths": "^5.0.1", |
| 56 | + "vitest": "^2.0.5", |
| 57 | + "vue": "^3.4.38" |
58 | 58 | }, |
59 | 59 | "resolutions": { |
| 60 | + "@types/node": "^22.5.2", |
60 | 61 | "twoslash": "workspace:*", |
61 | | - "twoslash-vue": "workspace:*" |
| 62 | + "twoslash-vue": "workspace:*", |
| 63 | + "typescript": "^5.5.4" |
62 | 64 | }, |
63 | 65 | "simple-git-hooks": { |
64 | 66 | "pre-commit": "npx lint-staged" |
|
0 commit comments