Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js v16 => Node.js v18.17.0
  • Loading branch information
BlackGlory committed Dec 20, 2023
1 parent cdfa8f8 commit aebb2cc
Show file tree
Hide file tree
Showing 4 changed files with 1,203 additions and 936 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ module.exports = {
]
, rules: {
'@typescript-eslint/no-empty-function': 'off'
, '@typescript-eslint/no-explicit-any': 'off'
}
}
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "BlackGlory <woshenmedoubuzhidao@blackglory.me>",
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=18.17.0"
},
"scripts": {
"prepare": "ts-patch install -s",
Expand All @@ -33,32 +33,32 @@
}
},
"devDependencies": {
"@blackglory/jest-resolver": "^0.3.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/chrome": "^0.0.217",
"@types/jest": "^29.4.0",
"@types/node": "16",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@blackglory/jest-resolver": "^0.3.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/chrome": "^0.0.254",
"@types/jest": "^29.5.11",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"cross-env": "^7.0.3",
"eslint": "^8.33.0",
"eslint": "^8.56.0",
"husky": "4",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"jest-resolve": "^29.4.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-resolve": "^29.7.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"ts-patch": "^2.1.0",
"ts-jest": "^29.1.1",
"ts-patch": "^3.1.1",
"tscpaths": "^0.0.9",
"tslib": "^2.5.0",
"typescript": "4.8",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@blackglory/prelude": "^0.3.1",
"extra-promise": "^6.0.6"
"@blackglory/prelude": "^0.3.4",
"extra-promise": "^6.0.8"
}
}
Loading

0 comments on commit aebb2cc

Please sign in to comment.