chore(deps): bump typescript to 4

Bumped `typescript` up to v4.x as well as a bunch of other dependencies,
including `jest` which had a moderate severity from it's `node-notifier`
dependency. Also added Node.js v15.x to the automated testing.
This commit is contained in:
Josh Sherman 2020-12-29 16:37:38 -06:00
parent b3bbab4e6b
commit 3eca80185c
5 changed files with 1370 additions and 1992 deletions

View file

@ -1,6 +1,6 @@
{
"name": "holidayapi",
"version": "4.1.0",
"version": "4.2.0",
"description": "Official Node.js library for Holiday API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -24,23 +24,23 @@
"node": ">= 10.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/jest": "^26.0.19",
"@types/nock": "^11.1.0",
"@types/node": "^14.0.13",
"@types/node": "^14.14.16",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "~7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"jest": "^26.0.1",
"nock": "^12.0.3",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3",
"nock": "^13.0.5",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"dependencies": {
"node-fetch": "^2.6.0"
"node-fetch": "^2.6.1"
},
"scripts": {
"build": "tsc",