1
1
{
2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " vue-codemirror6" ,
4
- "version" : " 1.3.11 " ,
4
+ "version" : " 1.3.12 " ,
5
5
"license" : " MIT" ,
6
6
"description" : " CodeMirror6 Component for vue2 and vue3." ,
7
7
"keywords" : [
56
56
"engines" : {
57
57
"pnpm" : " >=10.3.0"
58
58
},
59
- "packageManager" : " pnpm@10.4.0 " ,
59
+ "packageManager" : " pnpm@10.5.2 " ,
60
60
"sideEffects" : false ,
61
61
"scripts" : {
62
62
"dev" : " vite" ,
77
77
"@codemirror/language" : " ^6.10.8" ,
78
78
"@codemirror/lint" : " ^6.8.4" ,
79
79
"@codemirror/state" : " ^6.5.2" ,
80
- "@codemirror/view" : " ^6.36.2 " ,
80
+ "@codemirror/view" : " ^6.36.3 " ,
81
81
"codemirror" : " ^6.0.1" ,
82
82
"style-mod" : " ^4.1.2" ,
83
83
"vue-demi" : " latest"
91
91
"@codemirror/lang-json" : " ^6.0.1" ,
92
92
"@codemirror/lang-markdown" : " ^6.3.2" ,
93
93
"@codemirror/lang-vue" : " ^0.1.3" ,
94
- "@codemirror/search" : " ^6.5.9 " ,
94
+ "@codemirror/search" : " ^6.5.10 " ,
95
95
"@tsconfig/node-lts" : " ^22.0.1" ,
96
- "@types/node" : " ^22.13.4 " ,
96
+ "@types/node" : " ^22.13.8 " ,
97
97
"@vitejs/plugin-vue" : " ^5.2.1" ,
98
98
"@vue/compiler-sfc" : " ^3.5.13" ,
99
99
"@vue/eslint-config-prettier" : " ^10.2.0" ,
100
100
"@vue/eslint-config-typescript" : " ^14.4.0" ,
101
101
"@vue/test-utils" : " ^2.4.6" ,
102
102
"@vue/tsconfig" : " ^0.7.0" ,
103
- "@vueuse/core" : " ^12.6.1 " ,
103
+ "@vueuse/core" : " ^12.7.0 " ,
104
104
"bootstrap" : " ^5.3.3" ,
105
- "eslint" : " ^9.20.1 " ,
105
+ "eslint" : " ^9.21.0 " ,
106
106
"eslint-import-resolver-custom-alias" : " ^1.3.2" ,
107
- "eslint-import-resolver-typescript" : " ^3.8.0 " ,
108
- "eslint-linter-browserify" : " ^9.20.1 " ,
107
+ "eslint-import-resolver-typescript" : " ^3.8.3 " ,
108
+ "eslint-linter-browserify" : " ^9.21.0 " ,
109
109
"eslint-plugin-import" : " ^2.31.0" ,
110
110
"eslint-plugin-playwright" : " ^2.2.0" ,
111
111
"eslint-plugin-vue" : " ^9.32.0" ,
114
114
"jiti" : " ^2.4.2" ,
115
115
"lint-staged" : " ^15.4.3" ,
116
116
"npm-run-all" : " ^4.1.5" ,
117
- "prettier" : " ^3.5.1 " ,
117
+ "prettier" : " ^3.5.2 " ,
118
118
"rimraf" : " ^6.0.1" ,
119
119
"rollup-plugin-visualizer" : " ^5.14.0" ,
120
- "sass" : " ^1.85.0 " ,
120
+ "sass" : " ^1.85.1 " ,
121
121
"supports-color" : " ^10.0.0" ,
122
- "typescript" : " ^5.7.3 " ,
123
- "typescript-eslint" : " ^8.24 .0" ,
124
- "vite" : " ^6.1 .0" ,
122
+ "typescript" : " ^5.8.2 " ,
123
+ "typescript-eslint" : " ^8.25 .0" ,
124
+ "vite" : " ^6.2 .0" ,
125
125
"vite-plugin-banner" : " ^0.8.0" ,
126
- "vite-plugin-checker" : " ^0.8 .0" ,
127
- "vite-plugin-dts" : " ^4.5.0 " ,
126
+ "vite-plugin-checker" : " ^0.9 .0" ,
127
+ "vite-plugin-dts" : " ^4.5.1 " ,
128
128
"vue" : " ^3.5.13" ,
129
129
"vue-eslint-parser" : " ^9.4.3" ,
130
130
"vue-markdown-wasm" : " ^0.5.1" ,
131
- "vue-tsc" : " ^2.2.0 "
131
+ "vue-tsc" : " ^2.2.8 "
132
132
},
133
133
"husky" : {
134
134
"hooks" : {
143
143
"json5" : " >=2.2.3" ,
144
144
"yaml" : " >=2.6.0"
145
145
}
146
- }
146
+ }
0 commit comments