Skip to content

Commit

Permalink
Merge branch 'main' into fix/datatype/datatime-seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Feb 7, 2022
2 parents 4e8f9a7 + f1884be commit ee6d496
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 78 deletions.
7 changes: 7 additions & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ comment:
require_changes: false
require_base: false
require_head: true

coverage:
status:
project:
default:
target: 95%
threshold: 2%
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
table td * {
display: inline;
}

.nav-bar-title .logo {
min-height: 2rem;
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
"c8": "~7.11.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~9.4.1",
"esbuild": "~0.14.18",
"esbuild": "~0.14.19",
"eslint-define-config": "~1.2.4",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~37.7.1",
"eslint": "~8.8.0",
"esno": "~0.14.0",
"esno": "~0.14.1",
"lint-staged": "~12.3.3",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
Expand All @@ -116,7 +116,7 @@
"vitepress": "~0.21.6",
"vitest": "~0.2.7"
},
"packageManager": "pnpm@6.29.1",
"packageManager": "pnpm@6.30.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down
145 changes: 70 additions & 75 deletions pnpm-lock.yaml

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

0 comments on commit ee6d496

Please sign in to comment.