Skip to content

Commit 5b2d39b

Browse files
authored
Merge branch 'main' into chore/fix-address-eslint-warning
2 parents 376426d + 69eedd7 commit 5b2d39b

File tree

2 files changed

+135
-135
lines changed

2 files changed

+135
-135
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@
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.22.0",
102-
"@typescript-eslint/parser": "~5.22.0",
103-
"@vitest/ui": "~0.10.5",
101+
"@typescript-eslint/eslint-plugin": "~5.23.0",
102+
"@typescript-eslint/parser": "~5.23.0",
103+
"@vitest/ui": "~0.12.4",
104104
"c8": "~7.11.2",
105105
"conventional-changelog-cli": "~2.2.2",
106-
"cypress": "~9.6.0",
107-
"esbuild": "~0.14.38",
106+
"cypress": "~9.6.1",
107+
"esbuild": "~0.14.39",
108108
"eslint": "~8.15.0",
109109
"eslint-config-prettier": "~8.5.0",
110110
"eslint-define-config": "~1.4.0",
@@ -129,9 +129,9 @@
129129
"typedoc-plugin-missing-exports": "~0.22.6",
130130
"typescript": "~4.6.4",
131131
"validator": "~13.7.0",
132-
"vite": "~2.9.8",
132+
"vite": "~2.9.9",
133133
"vitepress": "~0.22.4",
134-
"vitest": "~0.10.5"
134+
"vitest": "~0.12.4"
135135
},
136136
"packageManager": "[email protected]",
137137
"engines": {

0 commit comments

Comments
 (0)