|
1 | 1 | {
|
2 | 2 | "$schema": "https://json.schemastore.org/package.json",
|
3 | 3 | "name": "vue-codemirror6",
|
4 |
| - "version": "1.3.18", |
| 4 | + "version": "1.3.20", |
5 | 5 | "license": "MIT",
|
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.",
|
7 | 7 | "keywords": [
|
|
79 | 79 | "@codemirror/lint": "^6.8.5",
|
80 | 80 | "@codemirror/search": "^6.5.11",
|
81 | 81 | "@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", |
84 | 84 | "style-mod": "^4.1.2",
|
85 | 85 | "vue-demi": "latest"
|
86 | 86 | },
|
|
89 | 89 | },
|
90 | 90 | "devDependencies": {
|
91 | 91 | "@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", |
94 | 94 | "@codemirror/lang-vue": "^0.1.3",
|
95 | 95 | "@tsconfig/node-lts": "^22.0.1",
|
96 |
| - "@types/node": "^22.15.30", |
| 96 | + "@types/node": "^24.0.3", |
97 | 97 | "@vitejs/plugin-vue": "^5.2.4",
|
98 |
| - "@vue/compiler-sfc": "^3.5.16", |
| 98 | + "@vue/compiler-sfc": "^3.5.17", |
99 | 99 | "@vue/eslint-config-prettier": "^10.2.0",
|
100 |
| - "@vue/eslint-config-typescript": "^14.5.0", |
| 100 | + "@vue/eslint-config-typescript": "^14.5.1", |
101 | 101 | "@vue/test-utils": "^2.4.6",
|
102 | 102 | "@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", |
106 | 106 | "eslint-import-resolver-custom-alias": "^1.3.2",
|
107 | 107 | "eslint-import-resolver-typescript": "^4.4.3",
|
108 |
| - "eslint-linter-browserify": "^9.28.0", |
| 108 | + "eslint-linter-browserify": "^9.29.0", |
109 | 109 | "eslint-plugin-import": "^2.31.0",
|
110 | 110 | "eslint-plugin-playwright": "^2.2.0",
|
111 | 111 | "eslint-plugin-vue": "^10.2.0",
|
112 | 112 | "eslint-plugin-vuejs-accessibility": "^2.4.1",
|
113 | 113 | "husky": "^9.1.7",
|
114 | 114 | "jiti": "^2.4.2",
|
115 |
| - "lint-staged": "^16.1.0", |
| 115 | + "lint-staged": "^16.1.2", |
116 | 116 | "npm-run-all2": "^8.0.4",
|
117 | 117 | "prettier": "^3.5.3",
|
118 | 118 | "rimraf": "^6.0.1",
|
119 | 119 | "rollup-plugin-visualizer": "^6.0.3",
|
120 |
| - "sass-embedded": "^1.89.1", |
| 120 | + "sass-embedded": "^1.89.2", |
121 | 121 | "supports-color": "^10.0.0",
|
122 | 122 | "typescript": "^5.8.3",
|
123 |
| - "typescript-eslint": "^8.33.1", |
| 123 | + "typescript-eslint": "^8.34.1", |
124 | 124 | "vite": "^6.3.5",
|
125 | 125 | "vite-plugin-banner": "^0.8.1",
|
126 | 126 | "vite-plugin-checker": "^0.9.3",
|
127 | 127 | "vite-plugin-dts": "^4.5.4",
|
128 |
| - "vue": "^3.5.16", |
| 128 | + "vue": "^3.5.17", |
129 | 129 | "vue-eslint-parser": "^10.1.3",
|
130 | 130 | "vue-markdown-wasm": "^0.5.1",
|
131 | 131 | "vue-tsc": "^2.2.10"
|
|
0 commit comments