Skip to content

Commit

Permalink
chore: 项目依赖升级
Browse files Browse the repository at this point in the history
  • Loading branch information
beezen committed Jan 3, 2024
1 parent 554a7bd commit 073524e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Use Node.js 16
- name: Use Node.js 16.14
uses: actions/setup-node@v3
with:
node-version: 16.14
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/jest": "^27.4.1",
"babel-jest": "^28.1.3",
"jest": "^27.5.1",
"@types/jest": "^29.5.11",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.4",
"ts-jest": "^29.1.1",
"typescript": "^4.6.3"
}
}

0 comments on commit 073524e

Please sign in to comment.