|
1 | 1 | { |
2 | 2 | "$schema": "https://json.schemastore.org/package.json", |
3 | 3 | "name": "vue-codemirror6", |
4 | | - "version": "1.1.20", |
| 4 | + "version": "1.1.21", |
5 | 5 | "license": "MIT", |
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.", |
7 | 7 | "keywords": [ |
|
79 | 79 | "vue": "^2.7.14 || ^3.2" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | | - "@codemirror/lang-javascript": "^6.1.7", |
| 82 | + "@codemirror/lang-javascript": "^6.1.8", |
83 | 83 | "@codemirror/lang-json": "^6.0.1", |
84 | 84 | "@codemirror/lang-markdown": "^6.1.1", |
85 | 85 | "@codemirror/lang-vue": "^0.1.1", |
86 | | - "@tsconfig/node-lts": "^18.12.1", |
87 | | - "@types/node": "^18.16.3", |
88 | | - "@typescript-eslint/eslint-plugin": "^5.59.2", |
89 | | - "@typescript-eslint/parser": "^5.59.2", |
90 | | - "@vitejs/plugin-vue": "^4.2.1", |
91 | | - "@vue/compiler-sfc": "^3.2.47", |
| 86 | + "@tsconfig/node-lts": "^18.12.2", |
| 87 | + "@types/node": "^20.1.5", |
| 88 | + "@typescript-eslint/eslint-plugin": "^5.59.6", |
| 89 | + "@typescript-eslint/parser": "^5.59.6", |
| 90 | + "@vitejs/plugin-vue": "^4.2.3", |
| 91 | + "@vue/compiler-sfc": "^3.3.2", |
92 | 92 | "@vue/eslint-config-prettier": "^7.1.0", |
93 | | - "@vue/tsconfig": "^0.3.2", |
| 93 | + "@vue/tsconfig": "^0.4.0", |
94 | 94 | "@vueuse/core": "^10.1.2", |
95 | 95 | "bootstrap": "5.3.0-alpha3", |
96 | | - "eslint": "^8.39.0", |
| 96 | + "eslint": "^8.40.0", |
97 | 97 | "eslint-config-standard-with-typescript": "latest", |
98 | 98 | "eslint-import-resolver-alias": "^1.1.2", |
99 | 99 | "eslint-import-resolver-typescript": "^3.5.5", |
100 | | - "eslint-linter-browserify": "^8.39.0", |
| 100 | + "eslint-linter-browserify": "^8.40.0", |
101 | 101 | "eslint-plugin-html": "^7.1.0", |
102 | 102 | "eslint-plugin-import": "^2.27.5", |
103 | | - "eslint-plugin-n": "^15.7.0", |
| 103 | + "eslint-plugin-n": "^16.0.0", |
104 | 104 | "eslint-plugin-promise": "^6.1.1", |
105 | 105 | "eslint-plugin-tsdoc": "^0.2.17", |
106 | 106 | "eslint-plugin-vue": "latest", |
|
114 | 114 | "rollup-plugin-visualizer": "^5.9.0", |
115 | 115 | "sass": "^1.62.1", |
116 | 116 | "typescript": "^5.0.4", |
117 | | - "vite": "^4.3.4", |
| 117 | + "vite": "^4.3.6", |
118 | 118 | "vite-plugin-banner": "^0.7.0", |
119 | 119 | "vite-plugin-checker": "^0.6.0", |
120 | 120 | "vite-plugin-dts": "^2.3.0", |
121 | | - "vue": "^3.2.47", |
122 | | - "vue-eslint-parser": "^9.2.0", |
| 121 | + "vue": "^3.3.2", |
| 122 | + "vue-eslint-parser": "^9.3.0", |
123 | 123 | "vue-markdown-wasm": "^0.3.7", |
124 | | - "vue-tsc": "^1.6.3" |
| 124 | + "vue-tsc": "^1.7.0" |
125 | 125 | }, |
126 | 126 | "husky": { |
127 | 127 | "hooks": { |
|
0 commit comments