Skip to content

Commit 985f36f

Browse files
committed
Update dependencies.
1 parent be97da7 commit 985f36f

File tree

3 files changed

+3476
-1728
lines changed

3 files changed

+3476
-1728
lines changed

package.json

Lines changed: 28 additions & 27 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.13",
4+
"version": "1.3.15",
55
"license": "MIT",
66
"description": "CodeMirror6 Component for vue2 and vue3.",
77
"keywords": [
@@ -56,7 +56,7 @@
5656
"engines": {
5757
"pnpm": ">=10.3.0"
5858
},
59-
"packageManager": "pnpm@10.7.0",
59+
"packageManager": "pnpm@10.11.0",
6060
"sideEffects": false,
6161
"scripts": {
6262
"dev": "vite",
@@ -77,58 +77,59 @@
7777
"@codemirror/language": "^6.11.0",
7878
"@codemirror/lint": "^6.8.5",
7979
"@codemirror/state": "^6.5.2",
80-
"@codemirror/view": "^6.36.5",
80+
"@codemirror/view": "^6.36.8",
8181
"codemirror": "^6.0.1",
8282
"style-mod": "^4.1.2",
83+
"vue-codemirror6": "file:",
8384
"vue-demi": "latest"
8485
},
8586
"peerDependencies": {
8687
"vue": "^2.7.14 || ^3.4"
8788
},
8889
"devDependencies": {
8990
"@codemirror/autocomplete": "^6.18.6",
90-
"@codemirror/lang-javascript": "^6.2.3",
91+
"@codemirror/lang-javascript": "^6.2.4",
9192
"@codemirror/lang-json": "^6.0.1",
9293
"@codemirror/lang-markdown": "^6.3.2",
9394
"@codemirror/lang-vue": "^0.1.3",
94-
"@codemirror/search": "^6.5.10",
95+
"@codemirror/search": "^6.5.11",
9596
"@tsconfig/node-lts": "^22.0.1",
96-
"@types/node": "^22.13.14",
97-
"@vitejs/plugin-vue": "^5.2.3",
98-
"@vue/compiler-sfc": "^3.5.13",
97+
"@types/node": "^22.15.18",
98+
"@vitejs/plugin-vue": "^5.2.4",
99+
"@vue/compiler-sfc": "^3.5.14",
99100
"@vue/eslint-config-prettier": "^10.2.0",
100101
"@vue/eslint-config-typescript": "^14.5.0",
101102
"@vue/test-utils": "^2.4.6",
102103
"@vue/tsconfig": "^0.7.0",
103-
"@vueuse/core": "^13.0.0",
104-
"bootstrap": "^5.3.3",
105-
"eslint": "^9.23.0",
104+
"@vueuse/core": "^13.2.0",
105+
"bootstrap": "^5.3.6",
106+
"eslint": "^9.27.0",
106107
"eslint-import-resolver-custom-alias": "^1.3.2",
107-
"eslint-import-resolver-typescript": "^4.3.1",
108-
"eslint-linter-browserify": "^9.23.0",
108+
"eslint-import-resolver-typescript": "^4.3.5",
109+
"eslint-linter-browserify": "^9.27.0",
109110
"eslint-plugin-import": "^2.31.0",
110111
"eslint-plugin-playwright": "^2.2.0",
111-
"eslint-plugin-vue": "^10.0.0",
112+
"eslint-plugin-vue": "^10.1.0",
112113
"eslint-plugin-vuejs-accessibility": "^2.4.1",
113114
"husky": "^9.1.7",
114115
"jiti": "^2.4.2",
115-
"lint-staged": "^15.5.0",
116-
"npm-run-all2": "^7.0.2",
116+
"lint-staged": "^16.0.0",
117+
"npm-run-all2": "^8.0.2",
117118
"prettier": "^3.5.3",
118119
"rimraf": "^6.0.1",
119120
"rollup-plugin-visualizer": "^5.14.0",
120-
"sass": "^1.86.0",
121+
"sass": "^1.89.0",
121122
"supports-color": "^10.0.0",
122-
"typescript": "^5.8.2",
123-
"typescript-eslint": "^8.28.0",
124-
"vite": "^6.2.4",
125-
"vite-plugin-banner": "^0.8.0",
126-
"vite-plugin-checker": "^0.9.1",
127-
"vite-plugin-dts": "^4.5.3",
128-
"vue": "^3.5.13",
129-
"vue-eslint-parser": "^10.1.1",
123+
"typescript": "^5.8.3",
124+
"typescript-eslint": "^8.32.1",
125+
"vite": "^6.3.5",
126+
"vite-plugin-banner": "^0.8.1",
127+
"vite-plugin-checker": "^0.9.3",
128+
"vite-plugin-dts": "^4.5.4",
129+
"vue": "^3.5.14",
130+
"vue-eslint-parser": "^10.1.3",
130131
"vue-markdown-wasm": "^0.5.1",
131-
"vue-tsc": "^2.2.8"
132+
"vue-tsc": "^2.2.10"
132133
},
133134
"husky": {
134135
"hooks": {
@@ -143,4 +144,4 @@
143144
"json5": ">=2.2.3",
144145
"yaml": ">=2.6.0"
145146
}
146-
}
147+
}

0 commit comments

Comments
 (0)