Skip to content

Commit

Permalink
chore: update to node20, ionic6, jest29, ts 5
Browse files Browse the repository at this point in the history
remove node-fetch and use the fetch that comes builtin node v20.
  • Loading branch information
junelau authored Oct 10, 2024
2 parents d6143bc + 24489f4 commit 98fb2bd
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"repository": "jitbug/helpers",
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 20"
},
"files": [
"/arrays",
Expand All @@ -30,28 +30,28 @@
"/index.js"
],
"devDependencies": {
"@ionic/core": "5.5.1",
"@types/jest": "26.0.16",
"@types/node": "14.14.10",
"@types/node-fetch": "2.5.7",
"@types/nprogress": "0.2.0",
"jest": "26.6.3",
"moment": "2.29.1",
"moment-timezone": "0.5.32",
"node-fetch": "2.6.1",
"@ionic/core": "^6.7.5",
"@types/jest": "29.5.13",
"@types/node": "22.7.5",
"@types/node-fetch": "2.6.11",
"@types/nprogress": "0.2.3",
"jest": "29.7.0",
"moment": "2.30.1",
"moment-timezone": "0.5.46",
"node-fetch": "3.3.2",
"nprogress": "0.2.0",
"prettier": "2.2.1",
"prettier-plugin-organize-imports": "1.1.1",
"standard-version": "9.0.0",
"ts-jest": "26.4.4",
"typescript": "4.1.2"
"prettier-plugin-organize-imports": "4.1.0",
"standard-version": "9.5.0",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
},
"peerDependencies": {
"@ionic/core": ">=4.x",
"@ionic/core": ">=6.x",
"moment": ">=2.x",
"moment-timezone": ">=0.x",
"nprogress": ">=0.x",
"typescript": ">=3.x"
"typescript": ">=5.x"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 98fb2bd

Please sign in to comment.