|
55 | 55 | "engines": { |
56 | 56 | "yarn": ">=1.22.19" |
57 | 57 | }, |
58 | | - "packageManager": "yarn@4.1.1", |
| 58 | + "packageManager": "yarn@4.2.2", |
59 | 59 | "sideEffects": false, |
60 | 60 | "scripts": { |
61 | 61 | "dev": "vite", |
|
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.1.1", |
| 86 | + "@eslint/js": "^9.3.0", |
87 | 87 | "@tsconfig/node-lts": "^20.1.3", |
88 | | - "@types/node": "^20.12.7", |
89 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 88 | + "@types/node": "^20.12.12", |
| 89 | + "@typescript-eslint/eslint-plugin": "^7.9.0", |
90 | 90 | "@vitejs/plugin-vue": "^5.0.4", |
91 | | - "@vue/compiler-sfc": "^3.4.26", |
| 91 | + "@vue/compiler-sfc": "^3.4.27", |
92 | 92 | "@vue/eslint-config-prettier": "^9.0.0", |
93 | 93 | "@vue/tsconfig": "^0.5.1", |
94 | 94 | "@vueuse/core": "^10.9.0", |
95 | 95 | "bootstrap": "^5.3.3", |
96 | | - "eslint": "^9.1.1", |
| 96 | + "eslint": "^9.3.0", |
97 | 97 | "eslint-import-resolver-alias": "^1.1.2", |
98 | 98 | "eslint-import-resolver-typescript": "^3.6.1", |
99 | | - "eslint-linter-browserify": "^9.1.1", |
| 99 | + "eslint-linter-browserify": "^9.3.0", |
100 | 100 | "eslint-plugin-import": "^2.29.1", |
101 | 101 | "eslint-plugin-tsdoc": "^0.2.17", |
102 | | - "eslint-plugin-vue": "^9.25.0", |
| 102 | + "eslint-plugin-vue": "^9.26.0", |
103 | 103 | "eslint-plugin-vuejs-accessibility": "^2.3.0", |
104 | 104 | "eslint-plugin-yaml": "^0.5.0", |
105 | 105 | "husky": "^9.0.11", |
106 | 106 | "lint-staged": "^15.2.2", |
107 | 107 | "npm-run-all": "^4.1.5", |
108 | 108 | "prettier": "^3.2.5", |
109 | | - "rimraf": "^5.0.5", |
| 109 | + "rimraf": "^5.0.7", |
110 | 110 | "rollup-plugin-visualizer": "^5.12.0", |
111 | | - "sass": "^1.75.0", |
| 111 | + "sass": "^1.77.2", |
112 | 112 | "typescript": "^5.4.5", |
113 | | - "typescript-eslint": "^7.8.0", |
114 | | - "vite": "^5.2.10", |
| 113 | + "typescript-eslint": "^7.9.0", |
| 114 | + "vite": "^5.2.11", |
115 | 115 | "vite-plugin-banner": "^0.7.1", |
116 | 116 | "vite-plugin-checker": "^0.6.4", |
117 | | - "vite-plugin-dts": "^3.9.0", |
118 | | - "vue": "^3.4.26", |
| 117 | + "vite-plugin-dts": "^3.9.1", |
| 118 | + "vue": "^3.4.27", |
119 | 119 | "vue-eslint-parser": "^9.4.2", |
120 | 120 | "vue-markdown-wasm": "^0.4.0", |
121 | | - "vue-tsc": "^2.0.14" |
| 121 | + "vue-tsc": "^2.0.19" |
122 | 122 | }, |
123 | 123 | "husky": { |
124 | 124 | "hooks": { |
|
0 commit comments