|
1 | 1 | {
|
2 | 2 | "$schema": "https://json.schemastore.org/package.json",
|
3 | 3 | "name": "vue-codemirror6",
|
4 |
| - "version": "1.3.8", |
| 4 | + "version": "1.3.9", |
5 | 5 | "license": "MIT",
|
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.",
|
7 | 7 | "keywords": [
|
|
40 | 40 | "exports": {
|
41 | 41 | ".": {
|
42 | 42 | "import": "./dist/index.es.js",
|
43 |
| - "require": "./dist/index.umd.js", |
44 |
| - "types": "./dist/src/index.d.ts" |
| 43 | + "require": "./dist/index.umd.js" |
45 | 44 | }
|
46 | 45 | },
|
47 | 46 | "files": [
|
|
53 | 52 | "./sfc": "./src/components/CodeMirror.ts"
|
54 | 53 | },
|
55 | 54 | "engines": {
|
56 |
| - "pnpm": ">=9.14.2" |
| 55 | + "pnpm": ">=9.15.0" |
57 | 56 | },
|
58 |
| - "packageManager": "pnpm@9.14.2", |
| 57 | + "packageManager": "pnpm@9.15.2", |
59 | 58 | "sideEffects": false,
|
60 | 59 | "scripts": {
|
61 | 60 | "dev": "vite",
|
|
73 | 72 | },
|
74 | 73 | "dependencies": {
|
75 | 74 | "@codemirror/commands": "^6.7.1",
|
76 |
| - "@codemirror/language": "^6.10.3", |
77 |
| - "@codemirror/lint": "^6.8.3", |
78 |
| - "@codemirror/state": "^6.4.1", |
79 |
| - "@codemirror/view": "^6.35.0", |
| 75 | + "@codemirror/language": "^6.10.8", |
| 76 | + "@codemirror/lint": "^6.8.4", |
| 77 | + "@codemirror/state": "^6.5.0", |
| 78 | + "@codemirror/view": "^6.36.1", |
80 | 79 | "codemirror": "^6.0.1",
|
81 | 80 | "style-mod": "^4.1.2",
|
82 | 81 | "vue-demi": "latest"
|
|
85 | 84 | "vue": "^2.7.14 || ^3.4"
|
86 | 85 | },
|
87 | 86 | "devDependencies": {
|
88 |
| - "@codemirror/autocomplete": "^6.18.3", |
| 87 | + "@codemirror/autocomplete": "^6.18.4", |
89 | 88 | "@codemirror/lang-javascript": "^6.2.2",
|
90 | 89 | "@codemirror/lang-json": "^6.0.1",
|
91 | 90 | "@codemirror/lang-markdown": "^6.3.1",
|
92 | 91 | "@codemirror/lang-vue": "^0.1.3",
|
93 | 92 | "@codemirror/search": "^6.5.8",
|
94 |
| - "@eslint/js": "^9.15.0", |
95 |
| - "@tsconfig/node-lts": "^22.0.0", |
96 |
| - "@types/node": "^22.9.1", |
97 |
| - "@typescript-eslint/eslint-plugin": "^8.15.0", |
98 |
| - "@vitejs/plugin-vue": "^5.2.0", |
| 93 | + "@eslint/js": "^9.17.0", |
| 94 | + "@tsconfig/node-lts": "^22.0.1", |
| 95 | + "@types/node": "^22.10.5", |
| 96 | + "@typescript-eslint/eslint-plugin": "^8.19.0", |
| 97 | + "@vitejs/plugin-vue": "^5.2.1", |
99 | 98 | "@vue/compiler-sfc": "^3.5.13",
|
100 | 99 | "@vue/eslint-config-prettier": "^10.1.0",
|
101 |
| - "@vue/tsconfig": "^0.6.0", |
102 |
| - "@vueuse/core": "^11.3.0", |
| 100 | + "@vue/tsconfig": "^0.7.0", |
| 101 | + "@vueuse/core": "^12.3.0", |
103 | 102 | "bootstrap": "^5.3.3",
|
104 |
| - "eslint": "^9.15.0", |
| 103 | + "eslint": "^9.17.0", |
105 | 104 | "eslint-import-resolver-alias": "^1.1.2",
|
106 |
| - "eslint-import-resolver-typescript": "^3.6.3", |
107 |
| - "eslint-linter-browserify": "^9.15.0", |
| 105 | + "eslint-import-resolver-typescript": "^3.7.0", |
| 106 | + "eslint-linter-browserify": "^9.17.0", |
108 | 107 | "eslint-plugin-import": "^2.31.0",
|
109 |
| - "eslint-plugin-tsdoc": "^0.3.0", |
110 |
| - "eslint-plugin-vue": "^9.31.0", |
| 108 | + "eslint-plugin-tsdoc": "^0.4.0", |
| 109 | + "eslint-plugin-vue": "^9.32.0", |
111 | 110 | "eslint-plugin-vuejs-accessibility": "^2.4.1",
|
112 | 111 | "eslint-plugin-yaml": "^1.0.3",
|
113 | 112 | "husky": "^9.1.7",
|
114 |
| - "lint-staged": "^15.2.10", |
| 113 | + "lint-staged": "^15.3.0", |
115 | 114 | "npm-run-all": "^4.1.5",
|
116 |
| - "prettier": "^3.3.3", |
| 115 | + "prettier": "^3.4.2", |
117 | 116 | "rimraf": "^6.0.1",
|
118 |
| - "rollup-plugin-visualizer": "^5.12.0", |
119 |
| - "sass": "^1.81.0", |
120 |
| - "typescript": "^5.6.3", |
121 |
| - "typescript-eslint": "^8.15.0", |
122 |
| - "vite": "^5.4.11", |
| 117 | + "rollup-plugin-visualizer": "^5.13.1", |
| 118 | + "sass": "^1.83.1", |
| 119 | + "supports-color": "^10.0.0", |
| 120 | + "typescript": "^5.7.2", |
| 121 | + "typescript-eslint": "^8.19.0", |
| 122 | + "vite": "^6.0.7", |
123 | 123 | "vite-plugin-banner": "^0.8.0",
|
124 | 124 | "vite-plugin-checker": "^0.8.0",
|
125 |
| - "vite-plugin-dts": "^4.3.0", |
| 125 | + "vite-plugin-dts": "^4.4.0", |
126 | 126 | "vue": "^3.5.13",
|
127 | 127 | "vue-eslint-parser": "^9.4.3",
|
128 | 128 | "vue-markdown-wasm": "^0.4.0",
|
129 |
| - "vue-tsc": "^2.1.10" |
| 129 | + "vue-tsc": "^2.2.0" |
130 | 130 | },
|
131 | 131 | "husky": {
|
132 | 132 | "hooks": {
|
|
0 commit comments