Skip to content

Commit

Permalink
feat: ✨ drop nodejs v18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Jan 16, 2024
1 parent de2d6a5 commit b10c25e
Show file tree
Hide file tree
Showing 3 changed files with 1,083 additions and 1,374 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
20.10.0
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"database"
],
"engines": {
"node": ">=18.x",
"node": ">=20.x",
"yarn": "^1.22.x"
},
"private": false,
Expand All @@ -46,39 +46,39 @@
"coverage": "FILE=./coverage/lcov-report/index.html; test -f $FILE && open $FILE || echo 'no coverage yet, run yarn test'"
},
"dependencies": {
"@types/node": "18.15.11",
"@types/node": "20.11.3",
"@vpriem/geojson": "1.3.0",
"ioredis": "5.3.2"
},
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.4",
"@semantic-release/npm": "11.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@types/jest": "29.5.11",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"coveralls": "3.1.1",
"devmoji": "2.3.0",
"eslint": "8.54.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"husky": "8.0.3",
"jest": "27.5.1",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"pinst": "3.0.0",
"prettier": "3.2.2",
"rimraf": "5.0.5",
"semantic-release": "22.0.8",
"ts-jest": "27.1.4",
"typescript": "5.2.2"
"semantic-release": "23.0.0",
"ts-jest": "29.1.1",
"typescript": "5.3.3"
},
"lint-staged": {
"*.ts": [
Expand Down
Loading

0 comments on commit b10c25e

Please sign in to comment.