|
97 | 97 | "@algolia/client-search": "~4.14.2", |
98 | 98 | "@types/glob": "~8.0.0", |
99 | 99 | "@types/markdown-it": "~12.2.3", |
100 | | - "@types/node": "~18.8.4", |
| 100 | + "@types/node": "~18.11.8", |
101 | 101 | "@types/prettier": "~2.7.1", |
102 | | - "@types/react": "~18.0.21", |
| 102 | + "@types/react": "~18.0.24", |
103 | 103 | "@types/sanitize-html": "~2.6.2", |
104 | | - "@types/semver": "~7.3.12", |
105 | | - "@types/validator": "~13.7.9", |
106 | | - "@typescript-eslint/eslint-plugin": "~5.40.1", |
107 | | - "@typescript-eslint/parser": "~5.40.1", |
| 104 | + "@types/semver": "~7.3.13", |
| 105 | + "@types/validator": "~13.7.10", |
| 106 | + "@typescript-eslint/eslint-plugin": "~5.41.0", |
| 107 | + "@typescript-eslint/parser": "~5.41.0", |
108 | 108 | "@vitest/coverage-c8": "~0.24.3", |
109 | 109 | "@vitest/ui": "~0.24.3", |
| 110 | + "@vueuse/core": "~9.4.0", |
110 | 111 | "c8": "~7.12.0", |
111 | 112 | "conventional-changelog-cli": "~2.2.2", |
112 | | - "cypress": "~10.10.0", |
| 113 | + "cypress": "~10.11.0", |
113 | 114 | "esbuild": "~0.15.12", |
114 | 115 | "eslint": "~8.26.0", |
115 | 116 | "eslint-config-prettier": "~8.5.0", |
116 | | - "eslint-define-config": "~1.8.0", |
| 117 | + "eslint-define-config": "~1.11.0", |
117 | 118 | "eslint-gitignore": "~0.1.0", |
118 | | - "eslint-plugin-jsdoc": "~39.3.23", |
| 119 | + "eslint-plugin-jsdoc": "~39.4.0", |
119 | 120 | "eslint-plugin-prettier": "~4.2.1", |
120 | 121 | "glob": "~8.0.3", |
121 | 122 | "lint-staged": "~13.0.3", |
|
127 | 128 | "react": "~18.2.0", |
128 | 129 | "react-dom": "~18.2.0", |
129 | 130 | "rimraf": "~3.0.2", |
130 | | - "sanitize-html": "~2.7.2", |
| 131 | + "sanitize-html": "~2.7.3", |
131 | 132 | "semver": "~7.3.8", |
132 | 133 | "simple-git-hooks": "~2.8.1", |
133 | 134 | "standard-version": "~9.5.0", |
134 | 135 | "tsx": "~3.11.0", |
135 | | - "typedoc": "~0.23.16", |
| 136 | + "typedoc": "~0.23.19", |
136 | 137 | "typedoc-plugin-missing-exports": "~1.0.0", |
137 | 138 | "typescript": "~4.8.4", |
138 | 139 | "validator": "~13.7.0", |
139 | | - "vite": "~3.1.8", |
140 | | - "vitepress": "1.0.0-alpha.21", |
141 | | - "vitest": "~0.24.3" |
| 140 | + "vite": "~3.2.1", |
| 141 | + "vitepress": "1.0.0-alpha.26", |
| 142 | + "vitest": "~0.24.3", |
| 143 | + "vue": "~3.2.41" |
142 | 144 | }, |
143 | | - "packageManager": "pnpm@7.14.0", |
| 145 | + "packageManager": "pnpm@7.14.1", |
144 | 146 | "engines": { |
145 | | - "node": ">=14.0.0", |
146 | | - "npm": ">=6.0.0" |
| 147 | + "node": "^14.17.0 || ^16.13.0 || >=18.0.0", |
| 148 | + "npm": ">=6.14.13" |
147 | 149 | } |
148 | 150 | } |
0 commit comments