|
1 | 1 | {
|
2 | 2 | "$schema": "https://json.schemastore.org/package.json",
|
3 | 3 | "name": "vue-codemirror6",
|
4 |
| - "version": "1.3.7", |
| 4 | + "version": "1.3.8", |
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 |
| - "pnpm": ">=9.12.3" |
| 56 | + "pnpm": ">=9.13.0" |
57 | 57 | },
|
58 |
| - "packageManager": "pnpm@9.12.3", |
| 58 | + "packageManager": "pnpm@9.13.2", |
59 | 59 | "sideEffects": false,
|
60 | 60 | "scripts": {
|
61 | 61 | "dev": "vite",
|
|
79 | 79 | "@codemirror/view": "^6.34.2",
|
80 | 80 | "codemirror": "^6.0.1",
|
81 | 81 | "style-mod": "^4.1.2",
|
82 |
| - "vue-codemirror6": "file:", |
83 | 82 | "vue-demi": "latest"
|
84 | 83 | },
|
85 | 84 | "peerDependencies": {
|
86 | 85 | "vue": "^2.7.14 || ^3.4"
|
87 | 86 | },
|
88 | 87 | "devDependencies": {
|
89 |
| - "@codemirror/autocomplete": "^6.18.2", |
| 88 | + "@codemirror/autocomplete": "^6.18.3", |
90 | 89 | "@codemirror/lang-javascript": "^6.2.2",
|
91 | 90 | "@codemirror/lang-json": "^6.0.1",
|
92 | 91 | "@codemirror/lang-markdown": "^6.3.1",
|
|
95 | 94 | "@eslint/js": "^9.14.0",
|
96 | 95 | "@tsconfig/node-lts": "^22.0.0",
|
97 | 96 | "@types/node": "^22.9.0",
|
98 |
| - "@typescript-eslint/eslint-plugin": "^8.13.0", |
99 |
| - "@vitejs/plugin-vue": "^5.1.4", |
| 97 | + "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 98 | + "@vitejs/plugin-vue": "^5.2.0", |
100 | 99 | "@vue/compiler-sfc": "^3.5.12",
|
101 | 100 | "@vue/eslint-config-prettier": "^10.1.0",
|
102 |
| - "@vue/tsconfig": "^0.5.1", |
| 101 | + "@vue/tsconfig": "^0.6.0", |
103 | 102 | "@vueuse/core": "^11.2.0",
|
104 | 103 | "bootstrap": "^5.3.3",
|
105 | 104 | "eslint": "^9.14.0",
|
|
108 | 107 | "eslint-linter-browserify": "^9.14.0",
|
109 | 108 | "eslint-plugin-import": "^2.31.0",
|
110 | 109 | "eslint-plugin-tsdoc": "^0.3.0",
|
111 |
| - "eslint-plugin-vue": "^9.30.0", |
| 110 | + "eslint-plugin-vue": "^9.31.0", |
112 | 111 | "eslint-plugin-vuejs-accessibility": "^2.4.1",
|
113 | 112 | "eslint-plugin-yaml": "^1.0.3",
|
114 | 113 | "husky": "^9.1.6",
|
|
117 | 116 | "prettier": "^3.3.3",
|
118 | 117 | "rimraf": "^6.0.1",
|
119 | 118 | "rollup-plugin-visualizer": "^5.12.0",
|
120 |
| - "sass": "^1.80.6", |
| 119 | + "sass": "^1.80.7", |
121 | 120 | "typescript": "~5.6.3",
|
122 |
| - "typescript-eslint": "^8.13.0", |
123 |
| - "vite": "^5.4.10", |
| 121 | + "typescript-eslint": "^8.14.0", |
| 122 | + "vite": "^5.4.11", |
124 | 123 | "vite-plugin-banner": "^0.8.0",
|
125 | 124 | "vite-plugin-checker": "^0.8.0",
|
126 | 125 | "vite-plugin-dts": "^4.3.0",
|
|
0 commit comments