Skip to content

Commit

Permalink
Merge branch 'next' into refactor/locale/normalize-animal-data
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Apr 8, 2024
2 parents 8a4514c + cbbe218 commit 3cd809c
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
run: pnpm vitest run --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,30 +92,29 @@
"@actions/github": "6.0.0",
"@algolia/client-search": "4.23.2",
"@eslint-types/deprecation": "2.0.0-1",
"@eslint-types/jsdoc": "48.2.1",
"@eslint-types/jsdoc": "48.2.2",
"@eslint-types/prettier": "5.1.3",
"@eslint-types/typescript-eslint": "7.2.0",
"@eslint-types/unicorn": "51.0.1",
"@types/markdown-it": "13.0.7",
"@types/node": "20.12.2",
"@eslint-types/typescript-eslint": "7.5.0",
"@eslint-types/unicorn": "52.0.0",
"@types/node": "20.12.5",
"@types/sanitize-html": "2.11.0",
"@types/semver": "7.5.8",
"@types/validator": "13.11.9",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vitest/coverage-v8": "1.4.0",
"@vitest/ui": "1.4.0",
"@vueuse/core": "10.9.0",
"conventional-changelog-cli": "4.1.0",
"cypress": "13.7.1",
"cypress": "13.7.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-gitignore": "0.1.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-jsdoc": "48.2.2",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-vitest": "0.4.1",
"glob": "10.3.12",
"npm-run-all2": "6.1.2",
Expand All @@ -127,15 +126,15 @@
"standard-version": "9.5.0",
"ts-morph": "22.0.0",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.3",
"tsx": "4.7.2",
"typescript": "5.4.4",
"validator": "13.11.0",
"vite": "5.2.7",
"vitepress": "1.0.1",
"vite": "5.2.8",
"vitepress": "1.0.2",
"vitest": "1.4.0",
"vue": "3.4.21"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
Expand Down
Loading

0 comments on commit 3cd809c

Please sign in to comment.