|
43 | 43 | "publish-typedoc": "typedoc --options typedoc.json" |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | | - "vue": "^3.3.4" |
| 46 | + "vue": "^3.4.21" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | | - "@codemirror/autocomplete": "^6.11.1", |
50 | | - "@codemirror/commands": "^6.3.2", |
51 | | - "@codemirror/lang-javascript": "^6.2.1", |
52 | | - "@codemirror/language": "^6.9.3", |
53 | | - "@codemirror/lint": "^6.4.2", |
54 | | - "@codemirror/search": "^6.5.5", |
55 | | - "@codemirror/state": "^6.3.3", |
56 | | - "@codemirror/view": "^6.22.3", |
57 | | - "@lezer/common": "^1.1.2", |
58 | | - "codemirror": "=6.0.1", |
59 | | - "eslint-linter-browserify": "^8.55.0", |
| 49 | + "@codemirror/autocomplete": "^6.15.0", |
| 50 | + "@codemirror/commands": "^6.3.3", |
| 51 | + "@codemirror/lang-javascript": "^6.2.2", |
| 52 | + "@codemirror/language": "^6.10.1", |
| 53 | + "@codemirror/lint": "^6.5.0", |
| 54 | + "@codemirror/search": "^6.5.6", |
| 55 | + "@codemirror/state": "^6.4.1", |
| 56 | + "@codemirror/view": "^6.26.0", |
| 57 | + "@lezer/common": "^1.2.1", |
| 58 | + "codemirror": "^6.65.7", |
| 59 | + "eslint-linter-browserify": "^8.57.0", |
60 | 60 | "octicons-css": "^19.8.0", |
61 | | - "vue-codemirror6": "^1.1.32", |
62 | | - "vue-i18n": "^9.8.0" |
| 61 | + "vue-codemirror6": "^1.2.5", |
| 62 | + "vue-i18n": "^9.10.2" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@antfu/eslint-config": "^2.4.5", |
66 | | - "@types/node": "^20.10.4", |
67 | | - "@vitejs/plugin-vue": "^4.5.2", |
68 | | - "@vitest/ui": "^1.0.4", |
69 | | - "autoprefixer": "^10.4.16", |
70 | | - "daisyui": "^4.4.19", |
71 | | - "eslint": "^8.55.0", |
72 | | - "happy-dom": "^12.10.3", |
73 | | - "postcss": "^8.4.32", |
74 | | - "postcss-import": "^15.1.0", |
75 | | - "postcss-nesting": "^12.0.1", |
| 65 | + "@antfu/eslint-config": "^2.8.3", |
| 66 | + "@types/node": "^20.11.29", |
| 67 | + "@vitejs/plugin-vue": "^5.0.4", |
| 68 | + "@vitest/ui": "^1.4.0", |
| 69 | + "autoprefixer": "^10.4.18", |
| 70 | + "daisyui": "^4.7.3", |
| 71 | + "eslint": "^8.57.0", |
| 72 | + "happy-dom": "^14.0.0", |
| 73 | + "postcss": "^8.4.36", |
| 74 | + "postcss-import": "^16.0.1", |
| 75 | + "postcss-nesting": "^12.1.0", |
76 | 76 | "rimraf": "^5.0.5", |
77 | | - "tailwindcss": "^3.3.6", |
78 | | - "typedoc": "^0.25.4", |
79 | | - "typedoc-plugin-markdown": "4.0.0-next.36", |
80 | | - "typedoc-vitepress-theme": "1.0.0-next.3", |
81 | | - "typescript": "^5.3.3", |
| 77 | + "tailwindcss": "^3.4.1", |
| 78 | + "typedoc": "^0.25.12", |
| 79 | + "typedoc-plugin-markdown": "4.0.0-next.53", |
| 80 | + "typedoc-vitepress-theme": "1.0.0-next.9", |
| 81 | + "typescript": "^5.4.2", |
82 | 82 | "unplugin-vue-components": "^0.26.0", |
83 | | - "vite": "^5.0.8", |
84 | | - "vitepress": "1.0.0-rc.31", |
85 | | - "vitest": "^1.0.4", |
86 | | - "vue-tsc": "^1.8.25" |
| 83 | + "vite": "^5.1.6", |
| 84 | + "vitepress": "1.0.0-rc.45", |
| 85 | + "vitest": "^1.4.0", |
| 86 | + "vue-tsc": "^2.0.6" |
87 | 87 | } |
88 | 88 | } |
0 commit comments