Skip to content

Commit 074c74b

Browse files
authored
Merge branch 'main' into chore/consistent-locale-import-order
2 parents ab440af + c3250c3 commit 074c74b

File tree

2 files changed

+315
-137
lines changed

2 files changed

+315
-137
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@
9898
"@types/react": "~17.0.45",
9999
"@types/sanitize-html": "~2.6.2",
100100
"@types/validator": "~13.7.2",
101-
"@typescript-eslint/eslint-plugin": "~5.24.0",
102-
"@typescript-eslint/parser": "~5.24.0",
101+
"@typescript-eslint/eslint-plugin": "~5.25.0",
102+
"@typescript-eslint/parser": "~5.25.0",
103103
"@vitest/ui": "~0.12.6",
104-
"c8": "~7.11.2",
104+
"c8": "~7.11.3",
105105
"conventional-changelog-cli": "~2.2.2",
106106
"cypress": "~9.6.1",
107107
"esbuild": "~0.14.39",
108108
"eslint": "~8.15.0",
109109
"eslint-config-prettier": "~8.5.0",
110-
"eslint-define-config": "~1.4.0",
110+
"eslint-define-config": "~1.4.1",
111111
"eslint-gitignore": "~0.1.0",
112112
"eslint-plugin-jsdoc": "~39.2.9",
113113
"eslint-plugin-prettier": "~4.0.0",
114-
"esno": "~0.14.1",
115-
"glob": "~8.0.1",
114+
"esno": "~0.16.3",
115+
"glob": "~8.0.3",
116116
"lint-staged": "~12.4.1",
117117
"mime-db": "~1.52.0",
118118
"npm-run-all": "~4.1.5",
@@ -124,7 +124,7 @@
124124
"rimraf": "~3.0.2",
125125
"sanitize-html": "~2.7.0",
126126
"simple-git-hooks": "~2.7.0",
127-
"standard-version": "~9.3.2",
127+
"standard-version": "~9.5.0",
128128
"typedoc": "~0.22.15",
129129
"typedoc-plugin-missing-exports": "~0.22.6",
130130
"typescript": "~4.6.4",

0 commit comments

Comments
 (0)