Skip to content

Commit

Permalink
Merge branch 'main' into feat/lorem-null-response-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 3, 2022
2 parents 2b9eb94 + 7327e6e commit a8658aa
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 213 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@
"@types/react": "~18.0.21",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.7",
"@typescript-eslint/eslint-plugin": "~5.38.0",
"@typescript-eslint/parser": "~5.38.0",
"@typescript-eslint/eslint-plugin": "~5.38.1",
"@typescript-eslint/parser": "~5.38.1",
"@vitest/coverage-c8": "~0.23.4",
"@vitest/ui": "~0.23.4",
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.9.0",
"esbuild": "~0.15.9",
"esbuild": "~0.15.10",
"eslint": "~8.24.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.7.0",
Expand All @@ -131,13 +131,13 @@
"tsx": "~3.9.0",
"typedoc": "~0.23.15",
"typedoc-plugin-missing-exports": "~1.0.0",
"typescript": "~4.8.3",
"typescript": "~4.8.4",
"validator": "~13.7.0",
"vite": "~3.1.4",
"vitepress": "1.0.0-alpha.17",
"vitepress": "1.0.0-alpha.19",
"vitest": "~0.23.4"
},
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
Loading

0 comments on commit a8658aa

Please sign in to comment.