Skip to content

Commit d6ad01b

Browse files
authored
Merge branch 'next' into fix/no-leading-zero-building-number-en
2 parents f1bf905 + a94d365 commit d6ad01b

File tree

516 files changed

+1239
-1272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

516 files changed

+1239
-1272
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,27 +96,27 @@
9696
"@algolia/client-search": "~4.17.0",
9797
"@types/glob": "~8.1.0",
9898
"@types/markdown-it": "~12.2.3",
99-
"@types/node": "~18.16.0",
99+
"@types/node": "~18.16.3",
100100
"@types/prettier": "~2.7.2",
101-
"@types/react": "~18.0.38",
101+
"@types/react": "~18.2.0",
102102
"@types/sanitize-html": "~2.9.0",
103103
"@types/semver": "~7.3.13",
104104
"@types/validator": "~13.7.15",
105-
"@typescript-eslint/eslint-plugin": "~5.59.0",
106-
"@typescript-eslint/parser": "~5.59.0",
105+
"@typescript-eslint/eslint-plugin": "~5.59.1",
106+
"@typescript-eslint/parser": "~5.59.1",
107107
"@vitest/coverage-c8": "~0.30.1",
108108
"@vitest/ui": "~0.30.1",
109109
"@vueuse/core": "~10.1.0",
110110
"c8": "~7.13.0",
111111
"conventional-changelog-cli": "~2.2.2",
112-
"cypress": "~12.10.0",
112+
"cypress": "~12.11.0",
113113
"esbuild": "~0.17.18",
114114
"eslint": "~8.39.0",
115115
"eslint-config-prettier": "~8.8.0",
116-
"eslint-define-config": "~1.19.0",
116+
"eslint-define-config": "~1.20.0",
117117
"eslint-gitignore": "~0.1.0",
118118
"eslint-plugin-deprecation": "~1.4.1",
119-
"eslint-plugin-jsdoc": "~43.0.7",
119+
"eslint-plugin-jsdoc": "~43.1.1",
120120
"eslint-plugin-prettier": "~4.2.1",
121121
"glob": "~10.2.2",
122122
"npm-run-all": "~4.1.5",
@@ -129,12 +129,12 @@
129129
"sanitize-html": "~2.10.0",
130130
"semver": "~7.5.0",
131131
"standard-version": "~9.5.0",
132-
"tsx": "~3.12.6",
132+
"tsx": "~3.12.7",
133133
"typedoc": "~0.24.6",
134134
"typescript": "~4.9.5",
135135
"validator": "~13.9.0",
136-
"vite": "~4.3.1",
137-
"vitepress": "1.0.0-alpha.73",
136+
"vite": "~4.3.3",
137+
"vitepress": "1.0.0-alpha.75",
138138
"vitest": "~0.30.1",
139139
"vue": "~3.2.47"
140140
},

0 commit comments

Comments
 (0)