Skip to content

Commit 8c150dc

Browse files
author
gudaoxuri
committed
Update dependencies in package.json
1 parent 4085324 commit 8c150dc

File tree

3 files changed

+1340
-1367
lines changed

3 files changed

+1340
-1367
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"dbaeumer.vscode-eslint",
55
"bradlc.vscode-tailwindcss",
66
"ms-vscode.vscode-typescript-next",
7-
"zixuanchen.vitest-explorer"
7+
"vitest.explorer"
88
]
99
}

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -43,46 +43,46 @@
4343
"publish-typedoc": "typedoc --options typedoc.json"
4444
},
4545
"peerDependencies": {
46-
"vue": "^3.3.4"
46+
"vue": "^3.4.21"
4747
},
4848
"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",
6060
"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"
6363
},
6464
"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",
7676
"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",
8282
"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"
8787
}
8888
}

0 commit comments

Comments
 (0)