Skip to content

Commit

Permalink
🐛 fix(deps): Update Node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 17, 2024
1 parent c65dfb3 commit 8971631
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Sync to Npm.js
uses: actions/setup-node@main
with:
node-version: '14.0.0'
node-version: '16.14.0'
registry-url: https://registry.npmjs.org/
- name: Publish to Npm.js
run: npm publish --access public
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,30 @@
"filehound": "^1.17.6"
},
"peerDependencies": {
"node": ">=14.0.0"
"node": ">=16.14.0"
},
"devDependencies": {
"@kwooshung/cvlar": "^1.3.7",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"commitlint": "^18.5.0",
"@swc/core": "^1.4.1",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"commitlint": "^18.6.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"swc-loader": "^0.2.3",
"terser": "^5.27.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"swc-loader": "^0.2.6",
"terser": "^5.27.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"license": "MIT"
}
}
Loading

0 comments on commit 8971631

Please sign in to comment.