Skip to content

Commit

Permalink
Merge pull request #119 from Financial-Times/drop-node-14
Browse files Browse the repository at this point in the history
Drop Node.js 14 support
  • Loading branch information
rowanmanning committed Apr 19, 2023
2 parents 33c42e1 + 559110f commit 75a9cd2
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 107 deletions.
163 changes: 60 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@financial-times/n-logger": "^10.3.0",
"isomorphic-fetch": "^2.0.0",
"n-eager-fetch": "^5.1.0"
"isomorphic-fetch": "^3.0.0",
"n-eager-fetch": "^7.0.0"
},
"devDependencies": {
"@dotcom-tool-kit/component": "^2.1.1",
"@dotcom-tool-kit/eslint": "^2.2.5",
"@dotcom-tool-kit/mocha": "^2.2.1",
"@financial-times/eslint-config-next": "^6.0.0",
"@financial-times/eslint-config-next": "^7.0.0",
"chai": "^3.3.0",
"check-engine": "^1.10.1",
"dotcom-tool-kit": "^2.4.2",
Expand All @@ -42,7 +42,7 @@
"start": "dotcom-tool-kit run:local"
},
"engines": {
"node": "14.x || 16.x",
"node": "16.x",
"npm": "7.x || 8.x"
},
"husky": {
Expand Down

0 comments on commit 75a9cd2

Please sign in to comment.