Skip to content

Commit

Permalink
Merge branch 'next' into test/fix/finance/amount
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Mar 4, 2024
2 parents 720dc5a + c52ec8a commit 2d3063f
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 257 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@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@
"@eslint-types/typescript-eslint": "~7.0.2",
"@eslint-types/unicorn": "~51.0.1",
"@types/markdown-it": "~13.0.7",
"@types/node": "~20.11.20",
"@types/node": "~20.11.24",
"@types/sanitize-html": "~2.11.0",
"@types/semver": "~7.5.8",
"@types/validator": "~13.11.9",
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"@typescript-eslint/eslint-plugin": "~7.1.0",
"@typescript-eslint/parser": "~7.1.0",
"@vitest/coverage-v8": "~1.3.1",
"@vitest/ui": "~1.3.1",
"@vueuse/core": "~10.8.0",
"@vueuse/core": "~10.9.0",
"conventional-changelog-cli": "~4.1.0",
"cypress": "~13.6.6",
"eslint": "~8.57.0",
Expand All @@ -121,13 +121,13 @@
"standard-version": "~9.5.0",
"tsup": "~8.0.2",
"tsx": "~4.7.1",
"typedoc": "~0.25.9",
"typedoc": "~0.25.10",
"typescript": "~5.3.3",
"validator": "~13.11.0",
"vite": "~5.1.4",
"vitepress": "1.0.0-rc.44",
"vitest": "~1.3.1",
"vue": "~3.4.20"
"vue": "~3.4.21"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 2d3063f

Please sign in to comment.