Skip to content

Commit

Permalink
Merge branch 'next' into infra/tsconfig/noImplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Dec 11, 2023
2 parents b7a712e + 60dcfe7 commit 6963835
Show file tree
Hide file tree
Showing 16 changed files with 680 additions and 393 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,30 @@
"@eslint-types/typescript-eslint": "~6.12.0",
"@eslint-types/unicorn": "~49.0.0",
"@types/markdown-it": "~13.0.7",
"@types/node": "~20.10.0",
"@types/node": "~20.10.4",
"@types/sanitize-html": "~2.9.5",
"@types/semver": "~7.5.6",
"@types/validator": "~13.11.7",
"@typescript-eslint/eslint-plugin": "~6.12.0",
"@typescript-eslint/parser": "~6.12.0",
"@typescript-eslint/eslint-plugin": "~6.13.2",
"@typescript-eslint/parser": "~6.13.2",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.7",
"@vueuse/core": "~10.6.1",
"@vueuse/core": "~10.7.0",
"conventional-changelog-cli": "~4.1.0",
"cypress": "~13.6.0",
"esbuild": "~0.19.8",
"eslint": "~8.54.0",
"eslint-config-prettier": "~9.0.0",
"cypress": "~13.6.1",
"esbuild": "~0.19.9",
"eslint": "~8.55.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.0.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-unicorn": "~49.0.0",
"eslint-plugin-vitest": "~0.3.10",
"eslint-plugin-vitest": "~0.3.15",
"glob": "~10.3.10",
"npm-run-all": "~4.1.5",
"prettier": "3.1.0",
"prettier": "3.1.1",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"sanitize-html": "~2.11.0",
Expand All @@ -128,10 +128,10 @@
"typedoc": "~0.24.8",
"typescript": "~4.9.5",
"validator": "~13.11.0",
"vite": "~4.5.0",
"vite": "~4.5.1",
"vitepress": "1.0.0-beta.7",
"vitest": "~0.34.6",
"vue": "~3.3.9"
"vue": "~3.3.11"
},
"packageManager": "pnpm@8.5.1",
"engines": {
Expand Down
Loading

0 comments on commit 6963835

Please sign in to comment.