Skip to content

Commit

Permalink
Merge branch 'main' into chore/strong-types-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Feb 16, 2022
2 parents 0321ede + 895cd0d commit d481b9a
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 181 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"groupName": "typescript-eslint",
"matchPackagePrefixes": ["@typescript-eslint/"]
},
{
"groupName": "doc-dependencies",
"matchPackagePrefixes": [
"typedoc",
"typedoc-plugin-missing-exports",
"vitepress"
]
},
{
"groupName": "vitest",
"matchPackagePrefixes": ["@vitest/ui", "vitest"]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@vitest/ui": "~0.3.4",
"c8": "~7.11.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~9.4.1",
"cypress": "~9.5.0",
"esbuild": "~0.14.21",
"eslint": "~8.9.0",
"eslint-config-prettier": "~8.3.0",
Expand All @@ -116,11 +116,11 @@
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.5.5",
"validator": "~13.7.0",
"vite": "~2.8.1",
"vitepress": "~0.22.0",
"vite": "~2.8.3",
"vitepress": "~0.22.2",
"vitest": "~0.3.4"
},
"packageManager": "pnpm@6.30.1",
"packageManager": "pnpm@6.31.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down
134 changes: 67 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d481b9a

Please sign in to comment.