Skip to content

Commit ceca0a0

Browse files
authored
Merge branch 'main' into refactor/unique/move-to-helpers
2 parents 6874214 + c2108fa commit ceca0a0

File tree

13 files changed

+263
-217
lines changed

13 files changed

+263
-217
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@
100100
"@types/prettier": "~2.7.0",
101101
"@types/react": "~18.0.17",
102102
"@types/sanitize-html": "~2.6.2",
103-
"@types/validator": "~13.7.5",
104-
"@typescript-eslint/eslint-plugin": "~5.33.1",
105-
"@typescript-eslint/parser": "~5.33.1",
103+
"@types/validator": "~13.7.6",
104+
"@typescript-eslint/eslint-plugin": "~5.35.1",
105+
"@typescript-eslint/parser": "~5.35.1",
106106
"@vitest/coverage-c8": "~0.22.1",
107107
"@vitest/ui": "~0.22.1",
108108
"c8": "~7.12.0",
109109
"conventional-changelog-cli": "~2.2.2",
110110
"cypress": "~10.6.0",
111111
"esbuild": "~0.15.5",
112-
"eslint": "~8.22.0",
112+
"eslint": "~8.23.0",
113113
"eslint-config-prettier": "~8.5.0",
114-
"eslint-define-config": "~1.6.0",
114+
"eslint-define-config": "~1.6.1",
115115
"eslint-gitignore": "~0.1.0",
116116
"eslint-plugin-jsdoc": "~39.3.6",
117117
"eslint-plugin-prettier": "~4.2.1",
@@ -129,15 +129,15 @@
129129
"simple-git-hooks": "~2.8.0",
130130
"standard-version": "~9.5.0",
131131
"tsx": "~3.8.2",
132-
"typedoc": "~0.23.10",
132+
"typedoc": "~0.23.11",
133133
"typedoc-plugin-missing-exports": "~1.0.0",
134-
"typescript": "~4.7.4",
134+
"typescript": "~4.8.2",
135135
"validator": "~13.7.0",
136136
"vite": "~3.0.9",
137-
"vitepress": "1.0.0-alpha.10",
137+
"vitepress": "1.0.0-alpha.12",
138138
"vitest": "~0.22.1"
139139
},
140-
"packageManager": "[email protected].3",
140+
"packageManager": "[email protected].5",
141141
"engines": {
142142
"node": ">=14.0.0",
143143
"npm": ">=6.0.0"

0 commit comments

Comments
 (0)