Upgrade node packages
This commit is contained in:
parent
f1336e57bb
commit
876e8bf84c
|
@ -11,20 +11,20 @@
|
||||||
},
|
},
|
||||||
"description": "checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch.",
|
"description": "checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^23.1.5",
|
"@types/jest": "^24.0.0",
|
||||||
"@types/node": "^10.12.18",
|
"@types/node": "^10.12.18",
|
||||||
"eslint-plugin-typescript": "^0.12.0",
|
"eslint-plugin-typescript": "^0.12.0",
|
||||||
"jest": "^23.4.0",
|
"jest": "^24.4.0",
|
||||||
"nodemon": "^1.18.9",
|
"nodemon": "^1.18.9",
|
||||||
"smee-client": "^1.0.2",
|
"smee-client": "^1.0.2",
|
||||||
"ts-jest": "^23.0.0",
|
"ts-jest": "^24.0.0",
|
||||||
"tslint": "^5.12.1",
|
"tslint": "^5.12.1",
|
||||||
"typescript": "3.2.1",
|
"typescript": "3.2.1",
|
||||||
"typescript-eslint-parser": "^18.0.0",
|
"typescript-eslint-parser": "^18.0.0",
|
||||||
"typescript-tslint-plugin": "^0.2.1"
|
"typescript-tslint-plugin": "^0.2.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 10.3.0",
|
"node": ">= 8.16.0",
|
||||||
"yarn": ">= 1.13.x"
|
"yarn": ">= 1.13.x"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/status-im/packages-check-bot",
|
"homepage": "https://github.com/status-im/packages-check-bot",
|
||||||
|
|
Loading…
Reference in New Issue