|
1 | 1 | {
|
2 | 2 | "$schema": "https://json.schemastore.org/package.json",
|
3 | 3 | "name": "vue-codemirror6",
|
4 |
| - "version": "1.1.7", |
| 4 | + "version": "1.1.9", |
5 | 5 | "license": "MIT",
|
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.",
|
7 | 7 | "keywords": [
|
|
53 | 53 | "./sfc": "./src/components/CodeMirror.ts"
|
54 | 54 | },
|
55 | 55 | "engines": {
|
56 |
| - "node": ">=18.12.1", |
| 56 | + "node": ">=18.13.0", |
57 | 57 | "yarn": ">=1.22.10"
|
58 | 58 | },
|
59 | 59 | "packageManager": "[email protected]",
|
|
93 | 93 | "@codemirror/lang-markdown": "^6.0.5",
|
94 | 94 | "@types/lodash": "^4.14.191",
|
95 | 95 | "@types/node": "^18.11.18",
|
96 |
| - "@typescript-eslint/eslint-plugin": "^5.48.2", |
97 |
| - "@typescript-eslint/parser": "^5.48.2", |
| 96 | + "@typescript-eslint/eslint-plugin": "^5.49.0", |
| 97 | + "@typescript-eslint/parser": "^5.49.0", |
98 | 98 | "@vitejs/plugin-vue": "^4.0.0",
|
99 | 99 | "@vue/eslint-config-prettier": "^7.0.0",
|
100 | 100 | "@vue/tsconfig": "^0.1.3",
|
|
107 | 107 | "eslint-linter-browserify": "^8.32.0",
|
108 | 108 | "eslint-plugin-html": "^7.1.0",
|
109 | 109 | "eslint-plugin-import": "^2.27.5",
|
110 |
| - "eslint-plugin-jsdoc": "^39.6.7", |
| 110 | + "eslint-plugin-jsdoc": "^39.6.9", |
111 | 111 | "eslint-plugin-prettier": "^4.2.1",
|
112 | 112 | "eslint-plugin-tsdoc": "^0.2.17",
|
113 | 113 | "eslint-plugin-vue": "^9.9.0",
|
|
117 | 117 | "lint-staged": "^13.1.0",
|
118 | 118 | "npm-run-all": "^4.1.5",
|
119 | 119 | "prettier": "^2.8.3",
|
120 |
| - "rimraf": "^4.1.1", |
| 120 | + "rimraf": "^4.1.2", |
121 | 121 | "rollup-plugin-visualizer": "^5.9.0",
|
122 | 122 | "typescript": "^4.9.4",
|
123 | 123 | "vite": "^4.0.4",
|
124 | 124 | "vite-plugin-banner": "^0.7.0",
|
125 |
| - "vite-plugin-checker": "^0.5.4", |
| 125 | + "vite-plugin-checker": "^0.5.5", |
126 | 126 | "vue": "^3.2.45",
|
127 | 127 | "vue-eslint-parser": "^9.1.0",
|
128 |
| - "vue-markdown-wasm": "^0.2.0", |
| 128 | + "vue-markdown-wasm": "^0.3.1", |
129 | 129 | "vue-tsc": "^1.0.24"
|
130 | 130 | },
|
131 | 131 | "husky": {
|
|
0 commit comments