Update apollo-upload-client to v15.

This commit is contained in:
Jayden Seric 2021-05-13 20:02:40 +10:00
parent d8bb653fcd
commit ee4b815fbb
2 changed files with 20 additions and 23 deletions

41
app/package-lock.json generated
View File

@ -8,7 +8,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@apollo/client": "^3.3.17", "@apollo/client": "^3.3.17",
"apollo-upload-client": "^14.1.3", "apollo-upload-client": "^15.0.0",
"device-agnostic-ui": "^7.0.1", "device-agnostic-ui": "^7.0.1",
"graphql": "^15.5.0", "graphql": "^15.5.0",
"next": "^10.2.0", "next": "^10.2.0",
@ -35,7 +35,7 @@
"stylelint-prettier": "^1.2.0" "stylelint-prettier": "^1.2.0"
}, },
"engines": { "engines": {
"node": "^12.0.0 || >= 13.7.0", "node": "^12.20 || >= 14.13",
"npm": ">= 7" "npm": ">= 7"
}, },
"funding": { "funding": {
@ -821,21 +821,20 @@
} }
}, },
"node_modules/apollo-upload-client": { "node_modules/apollo-upload-client": {
"version": "14.1.3", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-14.1.3.tgz", "resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-15.0.0.tgz",
"integrity": "sha512-X2T+7pHk5lcaaWnvP9h2tuAAMCzOW6/9juedQ0ZuGp3Ufl81BpDISlCs0o6u29wBV0RRT/QpMU2gbP+3FCfVpQ==", "integrity": "sha512-7kyBwflLTqRhfsNIIBc94z1Row3WVWOgLm77izAuG3YJEzUbpy8k4775G40j3xlToSey5c7CR/9NOdoDcQw/xg==",
"dependencies": { "dependencies": {
"@apollo/client": "^3.2.5", "extract-files": "^10.0.0"
"@babel/runtime": "^7.12.5",
"extract-files": "^9.0.0"
}, },
"engines": { "engines": {
"node": "^10.17.0 || ^12.0.0 || >= 13.7.0" "node": "^12.20 || >= 14.13"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/jaydenseric" "url": "https://github.com/sponsors/jaydenseric"
}, },
"peerDependencies": { "peerDependencies": {
"@apollo/client": "^3.0.0",
"graphql": "14 - 15" "graphql": "14 - 15"
} }
}, },
@ -2734,11 +2733,11 @@
"dev": true "dev": true
}, },
"node_modules/extract-files": { "node_modules/extract-files": {
"version": "9.0.0", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/extract-files/-/extract-files-9.0.0.tgz", "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-10.0.0.tgz",
"integrity": "sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==", "integrity": "sha512-4KXYOSf8SlMlQCj94Ygy89xIZU2GTs0HU2Nz9mG2/F5TKsHyq/3sDWGjHgHmfw9RhXF3hO+pBKyC6JfIHD52bw==",
"engines": { "engines": {
"node": "^10.17.0 || ^12.0.0 || >= 13.7.0" "node": "^12.20 || >= 14.13"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/jaydenseric" "url": "https://github.com/sponsors/jaydenseric"
@ -8051,13 +8050,11 @@
} }
}, },
"apollo-upload-client": { "apollo-upload-client": {
"version": "14.1.3", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-14.1.3.tgz", "resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-15.0.0.tgz",
"integrity": "sha512-X2T+7pHk5lcaaWnvP9h2tuAAMCzOW6/9juedQ0ZuGp3Ufl81BpDISlCs0o6u29wBV0RRT/QpMU2gbP+3FCfVpQ==", "integrity": "sha512-7kyBwflLTqRhfsNIIBc94z1Row3WVWOgLm77izAuG3YJEzUbpy8k4775G40j3xlToSey5c7CR/9NOdoDcQw/xg==",
"requires": { "requires": {
"@apollo/client": "^3.2.5", "extract-files": "^10.0.0"
"@babel/runtime": "^7.12.5",
"extract-files": "^9.0.0"
} }
}, },
"app-root-path": { "app-root-path": {
@ -9511,9 +9508,9 @@
"dev": true "dev": true
}, },
"extract-files": { "extract-files": {
"version": "9.0.0", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/extract-files/-/extract-files-9.0.0.tgz", "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-10.0.0.tgz",
"integrity": "sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==" "integrity": "sha512-4KXYOSf8SlMlQCj94Ygy89xIZU2GTs0HU2Nz9mG2/F5TKsHyq/3sDWGjHgHmfw9RhXF3hO+pBKyC6JfIHD52bw=="
}, },
"fast-deep-equal": { "fast-deep-equal": {
"version": "3.1.3", "version": "3.1.3",

View File

@ -22,7 +22,7 @@
"browserslist": "Node 12.20 - 13 and Node < 13, Node >= 14.13, > 0.5%, not OperaMini all, not IE > 0, not dead", "browserslist": "Node 12.20 - 13 and Node < 13, Node >= 14.13, > 0.5%, not OperaMini all, not IE > 0, not dead",
"dependencies": { "dependencies": {
"@apollo/client": "^3.3.17", "@apollo/client": "^3.3.17",
"apollo-upload-client": "^14.1.3", "apollo-upload-client": "^15.0.0",
"device-agnostic-ui": "^7.0.1", "device-agnostic-ui": "^7.0.1",
"graphql": "^15.5.0", "graphql": "^15.5.0",
"next": "^10.2.0", "next": "^10.2.0",