Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed May 13, 2023
1 parent d5a0f1b commit 35770c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
EXECUTE_COMMANDS: |
npx npm-check-updates -u --packageFile package.json
npx npm-check-updates -x /vitest/ -u --packageFile package.json
yarn install
yarn upgrade
yarn audit
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"js-yaml": "^4.1.0",
"vitest": "^0.31.0"
"vitest": "^0.30.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
Expand All @@ -52,7 +52,7 @@
"@types/node": "^20.1.3",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.21.7",
Expand Down

0 comments on commit 35770c7

Please sign in to comment.