|
1 | 1 | { |
2 | 2 | "$schema": "https://json.schemastore.org/package.json", |
3 | 3 | "name": "vue-codemirror6", |
4 | | - "version": "1.3.1", |
| 4 | + "version": "1.3.2", |
5 | 5 | "license": "MIT", |
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.", |
7 | 7 | "keywords": [ |
|
83 | 83 | "@codemirror/lang-json": "^6.0.1", |
84 | 84 | "@codemirror/lang-markdown": "^6.2.5", |
85 | 85 | "@codemirror/lang-vue": "0.1.2", |
86 | | - "@eslint/js": "^9.3.0", |
| 86 | + "@eslint/js": "^9.4.0", |
87 | 87 | "@tsconfig/node-lts": "^20.1.3", |
88 | | - "@types/node": "^20.12.12", |
89 | | - "@typescript-eslint/eslint-plugin": "^7.9.0", |
90 | | - "@vitejs/plugin-vue": "^5.0.4", |
| 88 | + "@types/node": "^20.14.2", |
| 89 | + "@typescript-eslint/eslint-plugin": "^7.12.0", |
| 90 | + "@vitejs/plugin-vue": "^5.0.5", |
91 | 91 | "@vue/compiler-sfc": "^3.4.27", |
92 | 92 | "@vue/eslint-config-prettier": "^9.0.0", |
93 | 93 | "@vue/tsconfig": "^0.5.1", |
94 | | - "@vueuse/core": "^10.9.0", |
| 94 | + "@vueuse/core": "^10.10.0", |
95 | 95 | "bootstrap": "^5.3.3", |
96 | | - "eslint": "^9.3.0", |
| 96 | + "eslint": "^9.4.0", |
97 | 97 | "eslint-import-resolver-alias": "^1.1.2", |
98 | 98 | "eslint-import-resolver-typescript": "^3.6.1", |
99 | | - "eslint-linter-browserify": "^9.3.0", |
| 99 | + "eslint-linter-browserify": "^9.4.0", |
100 | 100 | "eslint-plugin-import": "^2.29.1", |
101 | | - "eslint-plugin-tsdoc": "^0.2.17", |
| 101 | + "eslint-plugin-tsdoc": "^0.3.0", |
102 | 102 | "eslint-plugin-vue": "^9.26.0", |
103 | 103 | "eslint-plugin-vuejs-accessibility": "^2.3.0", |
104 | 104 | "eslint-plugin-yaml": "^0.5.0", |
105 | 105 | "husky": "^9.0.11", |
106 | | - "lint-staged": "^15.2.2", |
| 106 | + "lint-staged": "^15.2.5", |
107 | 107 | "npm-run-all": "^4.1.5", |
108 | | - "prettier": "^3.2.5", |
| 108 | + "prettier": "^3.3.1", |
109 | 109 | "rimraf": "^5.0.7", |
110 | 110 | "rollup-plugin-visualizer": "^5.12.0", |
111 | | - "sass": "^1.77.2", |
| 111 | + "sass": "^1.77.4", |
112 | 112 | "typescript": "^5.4.5", |
113 | | - "typescript-eslint": "^7.9.0", |
114 | | - "vite": "^5.2.11", |
| 113 | + "typescript-eslint": "^7.12.0", |
| 114 | + "vite": "^5.2.13", |
115 | 115 | "vite-plugin-banner": "^0.7.1", |
116 | 116 | "vite-plugin-checker": "^0.6.4", |
117 | 117 | "vite-plugin-dts": "^3.9.1", |
118 | 118 | "vue": "^3.4.27", |
119 | | - "vue-eslint-parser": "^9.4.2", |
| 119 | + "vue-eslint-parser": "^9.4.3", |
120 | 120 | "vue-markdown-wasm": "^0.4.0", |
121 | | - "vue-tsc": "^2.0.19" |
| 121 | + "vue-tsc": "^2.0.21" |
122 | 122 | }, |
123 | 123 | "husky": { |
124 | 124 | "hooks": { |
|
0 commit comments