|
89 | 89 | "devDependencies": {
|
90 | 90 | "@actions/github": "~6.0.0",
|
91 | 91 | "@algolia/client-search": "~4.19.1",
|
92 |
| - "@types/markdown-it": "~13.0.5", |
93 |
| - "@types/node": "~20.8.10", |
94 |
| - "@types/sanitize-html": "~2.9.3", |
95 |
| - "@types/semver": "~7.5.4", |
96 |
| - "@types/validator": "~13.11.5", |
97 |
| - "@typescript-eslint/eslint-plugin": "~6.9.1", |
98 |
| - "@typescript-eslint/parser": "~6.9.1", |
| 92 | + "@types/markdown-it": "~13.0.6", |
| 93 | + "@types/node": "~20.9.0", |
| 94 | + "@types/sanitize-html": "~2.9.4", |
| 95 | + "@types/semver": "~7.5.5", |
| 96 | + "@types/validator": "~13.11.6", |
| 97 | + "@typescript-eslint/eslint-plugin": "~6.10.0", |
| 98 | + "@typescript-eslint/parser": "~6.10.0", |
99 | 99 | "@vitest/coverage-v8": "~0.34.6",
|
100 | 100 | "@vitest/ui": "~0.34.7",
|
101 |
| - "@vueuse/core": "~10.5.0", |
| 101 | + "@vueuse/core": "~10.6.0", |
102 | 102 | "conventional-changelog-cli": "~4.1.0",
|
103 |
| - "cypress": "~13.4.0", |
| 103 | + "cypress": "~13.5.0", |
104 | 104 | "esbuild": "~0.19.5",
|
105 | 105 | "eslint": "~8.53.0",
|
106 | 106 | "eslint-config-prettier": "~9.0.0",
|
107 | 107 | "eslint-define-config": "~1.24.1",
|
108 | 108 | "eslint-gitignore": "~0.1.0",
|
109 | 109 | "eslint-plugin-deprecation": "~2.0.0",
|
110 |
| - "eslint-plugin-jsdoc": "~46.8.2", |
| 110 | + "eslint-plugin-jsdoc": "~46.9.0", |
111 | 111 | "eslint-plugin-prettier": "~5.0.1",
|
112 | 112 | "eslint-plugin-unicorn": "~49.0.0",
|
113 | 113 | "eslint-plugin-vitest": "~0.3.9",
|
114 | 114 | "glob": "~10.3.10",
|
115 | 115 | "npm-run-all": "~4.1.5",
|
116 |
| - "prettier": "3.0.3", |
117 |
| - "prettier-plugin-organize-imports": "~3.2.3", |
| 116 | + "prettier": "3.1.0", |
| 117 | + "prettier-plugin-organize-imports": "~3.2.4", |
118 | 118 | "rimraf": "~5.0.5",
|
119 | 119 | "sanitize-html": "~2.11.0",
|
120 | 120 | "semver": "~7.5.4",
|
|
126 | 126 | "vite": "~4.5.0",
|
127 | 127 | "vitepress": "1.0.0-beta.7",
|
128 | 128 | "vitest": "~0.34.6",
|
129 |
| - "vue": "~3.3.7" |
| 129 | + "vue": "~3.3.8" |
130 | 130 | },
|
131 | 131 | "packageManager": "pnpm@8.5.1",
|
132 | 132 | "engines": {
|
|
0 commit comments