Skip to content

Commit dbe9739

Browse files
authored
Merge branch 'next' into infra/unicorn/require-array-join-separator
2 parents 2aadd93 + 9dd57d7 commit dbe9739

File tree

10 files changed

+441
-268
lines changed

10 files changed

+441
-268
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,19 @@
9494
"@eslint-types/prettier": "5.0.1-1",
9595
"@eslint-types/typescript-eslint": "~6.12.0",
9696
"@eslint-types/unicorn": "~49.0.0",
97-
"@types/markdown-it": "~13.0.6",
98-
"@types/node": "~20.9.2",
99-
"@types/sanitize-html": "~2.9.4",
100-
"@types/semver": "~7.5.5",
101-
"@types/validator": "~13.11.6",
97+
"@types/markdown-it": "~13.0.7",
98+
"@types/node": "~20.10.0",
99+
"@types/sanitize-html": "~2.9.5",
100+
"@types/semver": "~7.5.6",
101+
"@types/validator": "~13.11.7",
102102
"@typescript-eslint/eslint-plugin": "~6.12.0",
103103
"@typescript-eslint/parser": "~6.12.0",
104104
"@vitest/coverage-v8": "~0.34.6",
105105
"@vitest/ui": "~0.34.7",
106106
"@vueuse/core": "~10.6.1",
107107
"conventional-changelog-cli": "~4.1.0",
108-
"cypress": "~13.5.1",
109-
"esbuild": "~0.19.6",
108+
"cypress": "~13.6.0",
109+
"esbuild": "~0.19.8",
110110
"eslint": "~8.54.0",
111111
"eslint-config-prettier": "~9.0.0",
112112
"eslint-define-config": "~2.0.0",
@@ -131,7 +131,7 @@
131131
"vite": "~4.5.0",
132132
"vitepress": "1.0.0-beta.7",
133133
"vitest": "~0.34.6",
134-
"vue": "~3.3.8"
134+
"vue": "~3.3.9"
135135
},
136136
"packageManager": "pnpm@8.5.1",
137137
"engines": {

0 commit comments

Comments
 (0)