mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(starters): update dependency gatsby to ^2.5.2 (#14112)
This commit is contained in:
Generated
+4
-4
@@ -5201,9 +5201,9 @@
|
||||
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
|
||||
},
|
||||
"gatsby": {
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.1.tgz",
|
||||
"integrity": "sha512-ncBAIKCQfOkEPo2ZzxG7Y92tU2GIV1BeIQZMaru0fz45C/6corvOgbLnUBNRePa/H2yR1AZAd4ndLYn+j/lidw==",
|
||||
"version": "2.5.2",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.5.2.tgz",
|
||||
"integrity": "sha512-ylX5YKalNFtSBdAGkraKeIYdP+kC0y8FVP1gyBgyafWhWz6VdVZsXRx05SLykSHhKVC7uZfAe3LJGGscnC2F2A==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
@@ -5303,7 +5303,7 @@
|
||||
"raw-loader": "^0.5.1",
|
||||
"react-dev-utils": "^4.2.1",
|
||||
"react-error-overlay": "^3.0.0",
|
||||
"react-hot-loader": "^4.6.2",
|
||||
"react-hot-loader": "^4.8.4",
|
||||
"redux": "^4.0.0",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"semver": "^5.6.0",
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^2.5.1",
|
||||
"gatsby": "^2.5.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6"
|
||||
},
|
||||
|
||||
@@ -4077,10 +4077,10 @@ gatsby-telemetry@^1.0.9:
|
||||
stack-utils "1.0.2"
|
||||
uuid "3.3.2"
|
||||
|
||||
gatsby@^2.5.1:
|
||||
version "2.5.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.5.1.tgz#fce39d20d6dfbafdc400ba7cdb01d15f0b0908c4"
|
||||
integrity sha512-ncBAIKCQfOkEPo2ZzxG7Y92tU2GIV1BeIQZMaru0fz45C/6corvOgbLnUBNRePa/H2yR1AZAd4ndLYn+j/lidw==
|
||||
gatsby@^2.5.2:
|
||||
version "2.5.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.5.2.tgz#a439638df78c7ad3a2fcecd2da9341057f7ec4fd"
|
||||
integrity sha512-ylX5YKalNFtSBdAGkraKeIYdP+kC0y8FVP1gyBgyafWhWz6VdVZsXRx05SLykSHhKVC7uZfAe3LJGGscnC2F2A==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/core" "^7.0.0"
|
||||
@@ -4180,7 +4180,7 @@ gatsby@^2.5.1:
|
||||
raw-loader "^0.5.1"
|
||||
react-dev-utils "^4.2.1"
|
||||
react-error-overlay "^3.0.0"
|
||||
react-hot-loader "^4.6.2"
|
||||
react-hot-loader "^4.8.4"
|
||||
redux "^4.0.0"
|
||||
redux-thunk "^2.3.0"
|
||||
semver "^5.6.0"
|
||||
@@ -7404,7 +7404,7 @@ react-error-overlay@^3.0.0:
|
||||
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-3.0.0.tgz#c2bc8f4d91f1375b3dad6d75265d51cd5eeaf655"
|
||||
integrity sha512-XzgvowFrwDo6TWcpJ/WTiarb9UI6lhA4PMzS7n1joK3sHfBBBOQHUc0U4u57D6DWO9vHv6lVSWx2Q/Ymfyv4hw==
|
||||
|
||||
react-hot-loader@^4.6.2:
|
||||
react-hot-loader@^4.8.4:
|
||||
version "4.8.5"
|
||||
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.8.5.tgz#9fb383345f8f059ed160c084f985744047e374d9"
|
||||
integrity sha512-9Stc+7C2p23O9iOB78t+fKNxSxNfgXJpwsiToRuZZe7rNFJ0IMCyesXF2ls70XIxAzgnU36FzfW9c9mXhTz2xQ==
|
||||
|
||||
Reference in New Issue
Block a user