Update NPM dependencies in package.json

This commit is contained in:
Ewout ter Hoeven 2020-11-29 11:32:06 +01:00 committed by GitHub
parent b3ea035039
commit 309bb94161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -39,20 +39,20 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/node": "^14.14.7", "@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.1", "@typescript-eslint/parser": "^4.8.2",
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"eslint": "^7.13.0", "eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0", "eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-circus": "^26.6.3", "jest-circus": "^26.6.3",
"mock-env": "^0.2.0", "mock-env": "^0.2.0",
"npm-check-updates": "^10.2.1", "npm-check-updates": "^10.2.2",
"prettier": "^2.1.2", "prettier": "^2.2.1",
"temp-write": "^4.0.0", "temp-write": "^4.0.0",
"ts-jest": "^26.4.4", "ts-jest": "^26.4.4",
"typescript": "^4.0.5" "typescript": "^4.1.2"
} }
} }