|
53 | 53 | "./sfc": "./src/components/CodeMirror.ts"
|
54 | 54 | },
|
55 | 55 | "engines": {
|
56 |
| - "pnpm": ">=9.13.0" |
| 56 | + "pnpm": ">=9.14.2" |
57 | 57 | },
|
58 |
| - "packageManager": "pnpm@9.13.2", |
| 58 | + "packageManager": "pnpm@9.14.2", |
59 | 59 | "sideEffects": false,
|
60 | 60 | "scripts": {
|
61 | 61 | "dev": "vite",
|
|
74 | 74 | "dependencies": {
|
75 | 75 | "@codemirror/commands": "^6.7.1",
|
76 | 76 | "@codemirror/language": "^6.10.3",
|
77 |
| - "@codemirror/lint": "^6.8.2", |
| 77 | + "@codemirror/lint": "^6.8.3", |
78 | 78 | "@codemirror/state": "^6.4.1",
|
79 |
| - "@codemirror/view": "^6.34.2", |
| 79 | + "@codemirror/view": "^6.35.0", |
80 | 80 | "codemirror": "^6.0.1",
|
81 | 81 | "style-mod": "^4.1.2",
|
82 | 82 | "vue-demi": "latest"
|
|
90 | 90 | "@codemirror/lang-json": "^6.0.1",
|
91 | 91 | "@codemirror/lang-markdown": "^6.3.1",
|
92 | 92 | "@codemirror/lang-vue": "^0.1.3",
|
93 |
| - "@codemirror/search": "^6.5.7", |
94 |
| - "@eslint/js": "^9.14.0", |
| 93 | + "@codemirror/search": "^6.5.8", |
| 94 | + "@eslint/js": "^9.15.0", |
95 | 95 | "@tsconfig/node-lts": "^22.0.0",
|
96 |
| - "@types/node": "^22.9.0", |
97 |
| - "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 96 | + "@types/node": "^22.9.1", |
| 97 | + "@typescript-eslint/eslint-plugin": "^8.15.0", |
98 | 98 | "@vitejs/plugin-vue": "^5.2.0",
|
99 |
| - "@vue/compiler-sfc": "^3.5.12", |
| 99 | + "@vue/compiler-sfc": "^3.5.13", |
100 | 100 | "@vue/eslint-config-prettier": "^10.1.0",
|
101 | 101 | "@vue/tsconfig": "^0.6.0",
|
102 |
| - "@vueuse/core": "^11.2.0", |
| 102 | + "@vueuse/core": "^11.3.0", |
103 | 103 | "bootstrap": "^5.3.3",
|
104 |
| - "eslint": "^9.14.0", |
| 104 | + "eslint": "^9.15.0", |
105 | 105 | "eslint-import-resolver-alias": "^1.1.2",
|
106 | 106 | "eslint-import-resolver-typescript": "^3.6.3",
|
107 |
| - "eslint-linter-browserify": "^9.14.0", |
| 107 | + "eslint-linter-browserify": "^9.15.0", |
108 | 108 | "eslint-plugin-import": "^2.31.0",
|
109 | 109 | "eslint-plugin-tsdoc": "^0.3.0",
|
110 | 110 | "eslint-plugin-vue": "^9.31.0",
|
111 | 111 | "eslint-plugin-vuejs-accessibility": "^2.4.1",
|
112 | 112 | "eslint-plugin-yaml": "^1.0.3",
|
113 |
| - "husky": "^9.1.6", |
| 113 | + "husky": "^9.1.7", |
114 | 114 | "lint-staged": "^15.2.10",
|
115 | 115 | "npm-run-all": "^4.1.5",
|
116 | 116 | "prettier": "^3.3.3",
|
117 | 117 | "rimraf": "^6.0.1",
|
118 | 118 | "rollup-plugin-visualizer": "^5.12.0",
|
119 |
| - "sass": "^1.80.7", |
120 |
| - "typescript": "~5.6.3", |
121 |
| - "typescript-eslint": "^8.14.0", |
| 119 | + "sass": "^1.81.0", |
| 120 | + "typescript": "^5.6.3", |
| 121 | + "typescript-eslint": "^8.15.0", |
122 | 122 | "vite": "^5.4.11",
|
123 | 123 | "vite-plugin-banner": "^0.8.0",
|
124 | 124 | "vite-plugin-checker": "^0.8.0",
|
125 | 125 | "vite-plugin-dts": "^4.3.0",
|
126 |
| - "vue": "^3.5.12", |
| 126 | + "vue": "^3.5.13", |
127 | 127 | "vue-eslint-parser": "^9.4.3",
|
128 | 128 | "vue-markdown-wasm": "^0.4.0",
|
129 | 129 | "vue-tsc": "^2.1.10"
|
|
0 commit comments