|
1 | 1 | { |
2 | 2 | "$schema": "https://json.schemastore.org/package.json", |
3 | 3 | "name": "vue-codemirror6", |
4 | | - "version": "1.3.4", |
| 4 | + "version": "1.3.5", |
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 | | - "yarn": ">=1.22.19" |
| 56 | + "pnpm": ">=9.7.0" |
57 | 57 | }, |
58 | | - "packageManager": "[email protected]", |
| 58 | + "packageManager": "[email protected]", |
59 | 59 | "sideEffects": false, |
60 | 60 | "scripts": { |
61 | 61 | "dev": "vite", |
|
68 | 68 | "preview": "vite preview --mode=docs", |
69 | 69 | "build-only": "vite build", |
70 | 70 | "type-check": "vue-tsc --build --force", |
71 | | - "prepare": "husky install", |
| 71 | + "prepare": "husky", |
72 | 72 | "version": "auto-changelog -p && git add CHANGELOG.md" |
73 | 73 | }, |
74 | 74 | "dependencies": { |
|
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.6.0", |
| 86 | + "@eslint/js": "^9.9.0", |
87 | 87 | "@tsconfig/node-lts": "^20.1.3", |
88 | | - "@types/node": "^20.14.10", |
89 | | - "@typescript-eslint/eslint-plugin": "^7.16.0", |
90 | | - "@vitejs/plugin-vue": "^5.0.5", |
91 | | - "@vue/compiler-sfc": "^3.4.31", |
| 88 | + "@types/node": "^22.2.0", |
| 89 | + "@typescript-eslint/eslint-plugin": "^8.0.1", |
| 90 | + "@vitejs/plugin-vue": "^5.1.2", |
| 91 | + "@vue/compiler-sfc": "^3.4.37", |
92 | 92 | "@vue/eslint-config-prettier": "^9.0.0", |
93 | 93 | "@vue/tsconfig": "^0.5.1", |
94 | | - "@vueuse/core": "^10.11.0", |
| 94 | + "@vueuse/core": "^10.11.1", |
95 | 95 | "bootstrap": "^5.3.3", |
96 | | - "eslint": "^9.6.0", |
| 96 | + "eslint": "^9.9.0", |
97 | 97 | "eslint-import-resolver-alias": "^1.1.2", |
98 | 98 | "eslint-import-resolver-typescript": "^3.6.1", |
99 | | - "eslint-linter-browserify": "^9.6.0", |
| 99 | + "eslint-linter-browserify": "^9.9.0", |
100 | 100 | "eslint-plugin-import": "^2.29.1", |
101 | 101 | "eslint-plugin-tsdoc": "^0.3.0", |
102 | 102 | "eslint-plugin-vue": "^9.27.0", |
103 | | - "eslint-plugin-vuejs-accessibility": "^2.3.1", |
| 103 | + "eslint-plugin-vuejs-accessibility": "^2.4.1", |
104 | 104 | "eslint-plugin-yaml": "^1.0.3", |
105 | | - "husky": "^9.0.11", |
106 | | - "lint-staged": "^15.2.7", |
| 105 | + "husky": "^9.1.4", |
| 106 | + "lint-staged": "^15.2.8", |
107 | 107 | "npm-run-all": "^4.1.5", |
108 | | - "prettier": "^3.3.2", |
| 108 | + "prettier": "^3.3.3", |
109 | 109 | "rimraf": "^6.0.1", |
110 | 110 | "rollup-plugin-visualizer": "^5.12.0", |
111 | | - "sass": "^1.77.7", |
112 | | - "typescript": "^5.5.3", |
113 | | - "typescript-eslint": "^7.16.0", |
114 | | - "vite": "^5.3.3", |
| 111 | + "sass": "^1.77.8", |
| 112 | + "typescript": "^5.5.4", |
| 113 | + "typescript-eslint": "^8.0.1", |
| 114 | + "vite": "^5.4.0", |
115 | 115 | "vite-plugin-banner": "^0.7.1", |
116 | | - "vite-plugin-checker": "^0.7.1", |
117 | | - "vite-plugin-dts": "^3.9.1", |
118 | | - "vue": "^3.4.31", |
| 116 | + "vite-plugin-checker": "^0.7.2", |
| 117 | + "vite-plugin-dts": "^4.0.2", |
| 118 | + "vue": "^3.4.37", |
119 | 119 | "vue-eslint-parser": "^9.4.3", |
120 | 120 | "vue-markdown-wasm": "^0.4.0", |
121 | | - "vue-tsc": "^2.0.26" |
| 121 | + "vue-tsc": "^2.0.29" |
122 | 122 | }, |
123 | 123 | "husky": { |
124 | 124 | "hooks": { |
|
0 commit comments