Skip to content

Commit 671b44b

Browse files
authored
Merge branch 'main' into docs/required-jsdocs-tags
2 parents ee2b7ad + 2539e6a commit 671b44b

File tree

7 files changed

+166
-153
lines changed

7 files changed

+166
-153
lines changed

docs/guide/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ All locales together are around 5 MB in size.
6969
| hr | Hrvatski |
7070
| hu | Hungarian |
7171
| hy | Armenian |
72-
| id_ID | Indonesia |
72+
| id_ID | Indonesian |
7373
| it | Italian |
7474
| ja | Japanese |
7575
| ko | Korean |

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@
100100
"@types/prettier": "~2.7.1",
101101
"@types/react": "~18.0.21",
102102
"@types/sanitize-html": "~2.6.2",
103-
"@types/validator": "~13.7.6",
103+
"@types/validator": "~13.7.7",
104104
"@typescript-eslint/eslint-plugin": "~5.38.0",
105105
"@typescript-eslint/parser": "~5.38.0",
106106
"@vitest/coverage-c8": "~0.23.4",
107107
"@vitest/ui": "~0.23.4",
108108
"c8": "~7.12.0",
109109
"conventional-changelog-cli": "~2.2.2",
110-
"cypress": "~10.7.0",
111-
"esbuild": "~0.15.7",
112-
"eslint": "~8.23.1",
110+
"cypress": "~10.9.0",
111+
"esbuild": "~0.15.9",
112+
"eslint": "~8.24.0",
113113
"eslint-config-prettier": "~8.5.0",
114114
"eslint-define-config": "~1.7.0",
115115
"eslint-gitignore": "~0.1.0",
@@ -125,15 +125,15 @@
125125
"react": "~18.2.0",
126126
"react-dom": "~18.2.0",
127127
"rimraf": "~3.0.2",
128-
"sanitize-html": "~2.7.1",
128+
"sanitize-html": "~2.7.2",
129129
"simple-git-hooks": "~2.8.0",
130130
"standard-version": "~9.5.0",
131131
"tsx": "~3.9.0",
132132
"typedoc": "~0.23.15",
133133
"typedoc-plugin-missing-exports": "~1.0.0",
134134
"typescript": "~4.8.3",
135135
"validator": "~13.7.0",
136-
"vite": "~3.1.0",
136+
"vite": "~3.1.4",
137137
"vitepress": "1.0.0-alpha.16",
138138
"vitest": "~0.23.4"
139139
},

0 commit comments

Comments
 (0)