|
1 | 1 | {
|
2 | 2 | "$schema": "https://json.schemastore.org/package.json",
|
3 | 3 | "name": "vue-codemirror6",
|
4 |
| - "version": "1.3.17", |
| 4 | + "version": "1.3.18", |
5 | 5 | "license": "MIT",
|
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.",
|
7 | 7 | "keywords": [
|
|
56 | 56 | "engines": {
|
57 | 57 | "pnpm": ">=10.3.0"
|
58 | 58 | },
|
59 |
| - "packageManager": "pnpm@10.11.0", |
| 59 | + "packageManager": "pnpm@10.12.1", |
60 | 60 | "sideEffects": false,
|
61 | 61 | "scripts": {
|
62 | 62 | "dev": "vite",
|
|
75 | 75 | "dependencies": {
|
76 | 76 | "@codemirror/autocomplete": "^6.18.6",
|
77 | 77 | "@codemirror/commands": "^6.8.1",
|
78 |
| - "@codemirror/language": "^6.11.0", |
| 78 | + "@codemirror/language": "^6.11.1", |
79 | 79 | "@codemirror/lint": "^6.8.5",
|
80 | 80 | "@codemirror/search": "^6.5.11",
|
81 | 81 | "@codemirror/state": "^6.5.2",
|
|
93 | 93 | "@codemirror/lang-markdown": "^6.3.2",
|
94 | 94 | "@codemirror/lang-vue": "^0.1.3",
|
95 | 95 | "@tsconfig/node-lts": "^22.0.1",
|
96 |
| - "@types/node": "^22.15.29", |
| 96 | + "@types/node": "^22.15.30", |
97 | 97 | "@vitejs/plugin-vue": "^5.2.4",
|
98 | 98 | "@vue/compiler-sfc": "^3.5.16",
|
99 | 99 | "@vue/eslint-config-prettier": "^10.2.0",
|
|
104 | 104 | "bootstrap": "^5.3.6",
|
105 | 105 | "eslint": "^9.28.0",
|
106 | 106 | "eslint-import-resolver-custom-alias": "^1.3.2",
|
107 |
| - "eslint-import-resolver-typescript": "^4.4.2", |
| 107 | + "eslint-import-resolver-typescript": "^4.4.3", |
108 | 108 | "eslint-linter-browserify": "^9.28.0",
|
109 | 109 | "eslint-plugin-import": "^2.31.0",
|
110 | 110 | "eslint-plugin-playwright": "^2.2.0",
|
111 |
| - "eslint-plugin-vue": "^10.1.0", |
| 111 | + "eslint-plugin-vue": "^10.2.0", |
112 | 112 | "eslint-plugin-vuejs-accessibility": "^2.4.1",
|
113 | 113 | "husky": "^9.1.7",
|
114 | 114 | "jiti": "^2.4.2",
|
115 | 115 | "lint-staged": "^16.1.0",
|
116 | 116 | "npm-run-all2": "^8.0.4",
|
117 | 117 | "prettier": "^3.5.3",
|
118 | 118 | "rimraf": "^6.0.1",
|
119 |
| - "rollup-plugin-visualizer": "^6.0.1", |
120 |
| - "sass": "^1.89.1", |
| 119 | + "rollup-plugin-visualizer": "^6.0.3", |
| 120 | + "sass-embedded": "^1.89.1", |
121 | 121 | "supports-color": "^10.0.0",
|
122 | 122 | "typescript": "^5.8.3",
|
123 |
| - "typescript-eslint": "^8.33.0", |
| 123 | + "typescript-eslint": "^8.33.1", |
124 | 124 | "vite": "^6.3.5",
|
125 | 125 | "vite-plugin-banner": "^0.8.1",
|
126 | 126 | "vite-plugin-checker": "^0.9.3",
|
|
0 commit comments