update deps

This commit is contained in:
Sendou
2020-06-08 20:38:40 +03:00
parent 1910e05f93
commit cbeb0dce34
4 changed files with 12 additions and 12 deletions

View File

@@ -7237,9 +7237,9 @@
"integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ=="
},
"graphql": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0.tgz",
"integrity": "sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ=="
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz",
"integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q=="
},
"graphql-tag": {
"version": "2.10.3",
@@ -12678,9 +12678,9 @@
}
},
"react-draggable": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.2.tgz",
"integrity": "sha512-zLQs4R4bnBCGnCVTZiD8hPsHtkiJxgMpGDlRESM+EHQo8ysXhKJ2GKdJ8UxxLJdRVceX1j19jy+hQS2wHislPQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.3.tgz",
"integrity": "sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w==",
"requires": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0"

View File

@@ -26,14 +26,14 @@
"@types/webpack-env": "^1.15.2",
"apollo-boost": "^0.4.9",
"emotion-theming": "^10.0.27",
"graphql": "^15.0.0",
"graphql": "^15.1.0",
"jstz": "^2.1.1",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-datepicker": "^3.0.0",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.2",
"react-draggable": "^4.4.3",
"react-helmet-async": "^1.0.6",
"react-hotkeys-hook": "^2.1.3",
"react-icons": "^3.10.0",

6
package-lock.json generated
View File

@@ -1403,9 +1403,9 @@
"dev": true
},
"graphql": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0.tgz",
"integrity": "sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ=="
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz",
"integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q=="
},
"graphql-extensions": {
"version": "0.12.2",

View File

@@ -25,7 +25,7 @@
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"graphql": "^15.0.0",
"graphql": "^15.1.0",
"lodash": "^4.17.15",
"mongoose": "^5.9.18",
"mongoose-unique-validator": "^2.0.3",