test: add Node.js v14.x to test suite

* test: Added Node.js v14.x to the test suite.
* perf: Updated dependencies.
* docs: Drop blurb about migration from v2 as it will be covered in
  release notes.
* chore: Bumped minor version since compatibility has increased.
This commit is contained in:
Josh Sherman 2020-04-27 17:32:11 -05:00
parent 2e44b14a37
commit 2edef851ca
4 changed files with 991 additions and 2314 deletions

View file

@ -1,6 +1,6 @@
{
"name": "holidayapi",
"version": "3.2.1",
"version": "3.3.0",
"description": "Official Node.js library for Holiday API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -24,20 +24,20 @@
"node": ">= 8.0.0"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/jest": "^25.2.1",
"@types/nock": "^11.1.0",
"@types/node": "^13.9.2",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"coveralls": "^3.0.11",
"@types/node": "^13.13.4",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"jest": "^25.1.0",
"jest": "^25.4.0",
"nock": "^12.0.3",
"ts-jest": "^25.2.0",
"ts-jest": "^25.4.0",
"typescript": "^3.7.5"
},
"dependencies": {