npm update (#56)

* npm update

* update prettier to ^2.0.2

* npm run all

* update @zeit/ncc to ^0.22.0
This commit is contained in:
Naoki Oketani
2020-03-29 19:57:04 +09:00
committed by GitHub
parent ad3449ef9c
commit 79bd1d007d
4 changed files with 1327 additions and 429 deletions

View File

@@ -34,17 +34,17 @@
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@typescript-eslint/parser": "^2.23.0",
"@zeit/ncc": "^0.21.1",
"@types/node": "^13.9.5",
"@typescript-eslint/parser": "^2.25.0",
"@zeit/ncc": "^0.22.0",
"eslint": "^6.8.0",
"eslint-plugin-github": "^3.4.1",
"eslint-plugin-jest": "^23.8.2",
"graphql": "^14.6.0",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"jest": "^25.2.3",
"jest-circus": "^25.2.3",
"js-yaml": "^3.13.1",
"prettier": "^1.19.1",
"prettier": "^2.0.2",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}