Update dependencies.

This commit is contained in:
Jayden Seric 2019-12-02 19:48:03 +11:00
parent 0fc4ad93e6
commit 97ad6956f2
4 changed files with 15 additions and 15 deletions

6
api/package-lock.json generated
View File

@ -1414,9 +1414,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "18.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-18.4.0.tgz",
"integrity": "sha512-K1CG9Acmp1OtAOqhf5axjuEOUFyLW7LZlTs5up6FWWZXSniGWmEhlD755/iQEA+KDL5xBVbue1gtlV52OZSNng==",
"version": "18.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-18.4.1.tgz",
"integrity": "sha512-JyGUby6EPpyjfGBpTy3VRfG8yfJOjFc+l6GbusHVRludgrHsJpR105bm9IBv2s0mI6AxC8/r+Ec7kBubmDugTg==",
"dev": true,
"requires": {
"comment-parser": "^0.7.0",

View File

@ -26,7 +26,7 @@
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import-order-alphabetical": "^1.0.0",
"eslint-plugin-jsdoc": "^18.4.0",
"eslint-plugin-jsdoc": "^18.4.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"nodemon": "^2.0.1",

18
app/package-lock.json generated
View File

@ -1295,9 +1295,9 @@
}
},
"apollo-upload-client": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-11.0.0.tgz",
"integrity": "sha512-JChTrBi1VSF8u6OPrkWUApJlyUvzwhw98kqRB3fSi7/CU6z0OUD42Mee9s5h8mfjKEfOanK6GNZhF4t2tIPXSw==",
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-12.0.0.tgz",
"integrity": "sha512-TbK50CY5RA2fg5jzD65kUwgntijLZE+jCvnMnjSNObNmKNeiYWXHXEyntkeUlANTuxuukxPVh2xw9KXsaGxxnw==",
"requires": {
"@babel/runtime": "^7.5.4",
"apollo-link": "^1.2.12",
@ -2003,9 +2003,9 @@
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
},
"caniuse-lite": {
"version": "1.0.30001012",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001012.tgz",
"integrity": "sha512-7RR4Uh04t9K1uYRWzOJmzplgEOAXbfK72oVNokCdMzA67trrhPzy93ahKk1AWHiA0c58tD2P+NHqxrA8FZ+Trg=="
"version": "1.0.30001013",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001013.tgz",
"integrity": "sha512-hOAXaWKuq/UVFgYawxIOdPdyMQdYcwOCDOjnZcKn7wCgFUrhP7smuNZjGLuJlPSgE6aRA4cRJ+bGSrhtEt7ZAg=="
},
"chalk": {
"version": "2.4.2",
@ -3178,9 +3178,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "18.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-18.4.0.tgz",
"integrity": "sha512-K1CG9Acmp1OtAOqhf5axjuEOUFyLW7LZlTs5up6FWWZXSniGWmEhlD755/iQEA+KDL5xBVbue1gtlV52OZSNng==",
"version": "18.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-18.4.1.tgz",
"integrity": "sha512-JyGUby6EPpyjfGBpTy3VRfG8yfJOjFc+l6GbusHVRludgrHsJpR105bm9IBv2s0mI6AxC8/r+Ec7kBubmDugTg==",
"dev": true,
"requires": {
"comment-parser": "^0.7.0",

View File

@ -16,7 +16,7 @@
"@apollo/react-ssr": "^3.1.3",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-upload-client": "^11.0.0",
"apollo-upload-client": "^12.0.0",
"babel-plugin-graphql-tag": "^2.5.0",
"cross-fetch": "^3.0.4",
"device-agnostic-ui": "^5.1.1",
@ -34,7 +34,7 @@
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import-order-alphabetical": "^1.0.0",
"eslint-plugin-jsdoc": "^18.4.0",
"eslint-plugin-jsdoc": "^18.4.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",