Skip to content

Commit

Permalink
Merge branch 'main' into feat/add_en_units
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Sep 26, 2022
2 parents 455515d + 9361578 commit d898217
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
run: pnpm vitest run --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
"@types/glob": "~8.0.0",
"@types/markdown-it": "~12.2.3",
"@types/node": "~18.7.13",
"@types/prettier": "~2.7.0",
"@types/prettier": "~2.7.1",
"@types/react": "~18.0.20",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.6",
"@typescript-eslint/eslint-plugin": "~5.37.0",
"@typescript-eslint/parser": "~5.37.0",
"@typescript-eslint/eslint-plugin": "~5.38.0",
"@typescript-eslint/parser": "~5.38.0",
"@vitest/coverage-c8": "~0.23.4",
"@vitest/ui": "~0.23.4",
"c8": "~7.12.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
"vitepress": "1.0.0-alpha.15",
"vitest": "~0.23.4"
},
"packageManager": "pnpm@7.12.0",
"packageManager": "pnpm@7.12.2",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
87 changes: 41 additions & 46 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 d898217

Please sign in to comment.