Skip to content

Commit bfbd153

Browse files
committed
Update vue, codemirror.
1 parent 6cb6f36 commit bfbd153

File tree

3 files changed

+3466
-1579
lines changed

3 files changed

+3466
-1579
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "vue-codemirror6",
4-
"version": "1.3.18",
4+
"version": "1.3.20",
55
"license": "MIT",
66
"description": "CodeMirror6 Component for vue2 and vue3.",
77
"keywords": [
@@ -79,8 +79,8 @@
7979
"@codemirror/lint": "^6.8.5",
8080
"@codemirror/search": "^6.5.11",
8181
"@codemirror/state": "^6.5.2",
82-
"@codemirror/view": "^6.37.1",
83-
"codemirror": "^6.0.1",
82+
"@codemirror/view": "^6.37.2",
83+
"codemirror": "^6.0.2",
8484
"style-mod": "^4.1.2",
8585
"vue-demi": "latest"
8686
},
@@ -89,43 +89,43 @@
8989
},
9090
"devDependencies": {
9191
"@codemirror/lang-javascript": "^6.2.4",
92-
"@codemirror/lang-json": "^6.0.1",
93-
"@codemirror/lang-markdown": "^6.3.2",
92+
"@codemirror/lang-json": "^6.0.2",
93+
"@codemirror/lang-markdown": "^6.3.3",
9494
"@codemirror/lang-vue": "^0.1.3",
9595
"@tsconfig/node-lts": "^22.0.1",
96-
"@types/node": "^22.15.30",
96+
"@types/node": "^24.0.3",
9797
"@vitejs/plugin-vue": "^5.2.4",
98-
"@vue/compiler-sfc": "^3.5.16",
98+
"@vue/compiler-sfc": "^3.5.17",
9999
"@vue/eslint-config-prettier": "^10.2.0",
100-
"@vue/eslint-config-typescript": "^14.5.0",
100+
"@vue/eslint-config-typescript": "^14.5.1",
101101
"@vue/test-utils": "^2.4.6",
102102
"@vue/tsconfig": "^0.7.0",
103-
"@vueuse/core": "^13.3.0",
104-
"bootstrap": "^5.3.6",
105-
"eslint": "^9.28.0",
103+
"@vueuse/core": "^13.4.0",
104+
"bootstrap": "^5.3.7",
105+
"eslint": "^9.29.0",
106106
"eslint-import-resolver-custom-alias": "^1.3.2",
107107
"eslint-import-resolver-typescript": "^4.4.3",
108-
"eslint-linter-browserify": "^9.28.0",
108+
"eslint-linter-browserify": "^9.29.0",
109109
"eslint-plugin-import": "^2.31.0",
110110
"eslint-plugin-playwright": "^2.2.0",
111111
"eslint-plugin-vue": "^10.2.0",
112112
"eslint-plugin-vuejs-accessibility": "^2.4.1",
113113
"husky": "^9.1.7",
114114
"jiti": "^2.4.2",
115-
"lint-staged": "^16.1.0",
115+
"lint-staged": "^16.1.2",
116116
"npm-run-all2": "^8.0.4",
117117
"prettier": "^3.5.3",
118118
"rimraf": "^6.0.1",
119119
"rollup-plugin-visualizer": "^6.0.3",
120-
"sass-embedded": "^1.89.1",
120+
"sass-embedded": "^1.89.2",
121121
"supports-color": "^10.0.0",
122122
"typescript": "^5.8.3",
123-
"typescript-eslint": "^8.33.1",
123+
"typescript-eslint": "^8.34.1",
124124
"vite": "^6.3.5",
125125
"vite-plugin-banner": "^0.8.1",
126126
"vite-plugin-checker": "^0.9.3",
127127
"vite-plugin-dts": "^4.5.4",
128-
"vue": "^3.5.16",
128+
"vue": "^3.5.17",
129129
"vue-eslint-parser": "^10.1.3",
130130
"vue-markdown-wasm": "^0.5.1",
131131
"vue-tsc": "^2.2.10"

0 commit comments

Comments
 (0)