mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 06:56:04 +01:00
fix(deps): pin dependency @marscollective/gatsby-theme-link-free to 0.2.5 (#143)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"deploy": "yarn build && netlify deploy -p"
|
"deploy": "yarn build && netlify deploy -p"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@marscollective/gatsby-theme-link-free": "^0.2.3",
|
"@marscollective/gatsby-theme-link-free": "0.2.5",
|
||||||
"gatsby": "2.28.2",
|
"gatsby": "2.28.2",
|
||||||
"react": "17.0.1",
|
"react": "17.0.1",
|
||||||
"react-dom": "17.0.1"
|
"react-dom": "17.0.1"
|
||||||
|
|||||||
33
yarn.lock
33
yarn.lock
@@ -1676,10 +1676,10 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz#8ace5259254426ccef57f3175bc64ed7095ed919"
|
resolved "https://registry.yarnpkg.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz#8ace5259254426ccef57f3175bc64ed7095ed919"
|
||||||
integrity sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==
|
integrity sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==
|
||||||
|
|
||||||
"@marscollective/gatsby-theme-core@^0.2.1":
|
"@marscollective/gatsby-theme-core@^0.2.5":
|
||||||
version "0.2.1"
|
version "0.2.5"
|
||||||
resolved "https://registry.yarnpkg.com/@marscollective/gatsby-theme-core/-/gatsby-theme-core-0.2.1.tgz#c24d9ed3f75585b5ec896da10795fb15b683b3ed"
|
resolved "https://registry.yarnpkg.com/@marscollective/gatsby-theme-core/-/gatsby-theme-core-0.2.5.tgz#dafb6c600e6e02b158099ae147519aeabda28bad"
|
||||||
integrity sha512-AHvSSMMmzEfBlUvn7cFMWDzSMoGZppuxqWsw3penfQ4Bp+evJaDHLTugasUHtsD/1K5Hun3h6HK8FHugO6v5vw==
|
integrity sha512-sq+1eL9DQoAyGZGKN/DxygXOTf4xiTnEydmwBeV0QfCvpNzJDj7FLhborxVgm0ROvDPMq79kIFu5Zxlvw80auw==
|
||||||
dependencies:
|
dependencies:
|
||||||
gatsby-image "^2.7.0"
|
gatsby-image "^2.7.0"
|
||||||
gatsby-plugin-catch-links "^2.6.0"
|
gatsby-plugin-catch-links "^2.6.0"
|
||||||
@@ -1696,21 +1696,22 @@
|
|||||||
gatsby-source-filesystem "^2.7.0"
|
gatsby-source-filesystem "^2.7.0"
|
||||||
gatsby-transformer-remark "^2.12.0"
|
gatsby-transformer-remark "^2.12.0"
|
||||||
gatsby-transformer-sharp "^2.8.0"
|
gatsby-transformer-sharp "^2.8.0"
|
||||||
|
gatsby-transformer-yaml "^2.8.0"
|
||||||
js-yaml "^3.14.1"
|
js-yaml "^3.14.1"
|
||||||
netlify-cms-proxy-server "^1.3.8"
|
netlify-cms-proxy-server "^1.3.8"
|
||||||
react-helmet "^6.1.0"
|
react-helmet "^6.1.0"
|
||||||
|
|
||||||
"@marscollective/gatsby-theme-link-free@^0.2.1":
|
"@marscollective/gatsby-theme-link-free@0.2.5":
|
||||||
version "0.2.1"
|
version "0.2.5"
|
||||||
resolved "https://registry.yarnpkg.com/@marscollective/gatsby-theme-link-free/-/gatsby-theme-link-free-0.2.1.tgz#937dce9335a7909f80f845c2089db84de0dcf55a"
|
resolved "https://registry.yarnpkg.com/@marscollective/gatsby-theme-link-free/-/gatsby-theme-link-free-0.2.5.tgz#a6c8dead0cd5373c9ccd6d8a7f498894a5299609"
|
||||||
integrity sha512-0r/R/KMUPBus/EvpJGSPjJ8Y8+aA5+4MTj+huRXZWBR4yjDgVqKM6L90cM2zHL0HUd3dgsbH9NBF0wPCrQH58w==
|
integrity sha512-urQFc6Uw4yGhwNWQlDrFKKunLV+Td8VsVpfraBbstc8TDqJGwqx8RHDjZuDaPegpe/1VqswhyKV0LGo3b27tyQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@marscollective/gatsby-theme-core" "^0.2.1"
|
"@marscollective/gatsby-theme-core" "^0.2.5"
|
||||||
autoprefixer "^10.1.0"
|
autoprefixer "^10.1.0"
|
||||||
gatsby-plugin-netlify-cms "^4.6.0"
|
gatsby-plugin-netlify-cms "^4.6.0"
|
||||||
gatsby-plugin-postcss "^3.3.0"
|
gatsby-plugin-postcss "^3.3.0"
|
||||||
gatsby-transformer-yaml "^2.7.0"
|
gatsby-transformer-yaml "^2.7.0"
|
||||||
netlify-cms-app "^2.14.5"
|
netlify-cms-app "^2.14.6"
|
||||||
postcss "^8.2.1"
|
postcss "^8.2.1"
|
||||||
tailwindcss "^2.0.2"
|
tailwindcss "^2.0.2"
|
||||||
|
|
||||||
@@ -7192,6 +7193,16 @@ gatsby-transformer-yaml@^2.7.0:
|
|||||||
lodash "^4.17.20"
|
lodash "^4.17.20"
|
||||||
unist-util-select "^1.5.0"
|
unist-util-select "^1.5.0"
|
||||||
|
|
||||||
|
gatsby-transformer-yaml@^2.8.0:
|
||||||
|
version "2.8.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.8.0.tgz#6b0a353efdbbcc2f38896d65087169b4c09bf9a6"
|
||||||
|
integrity sha512-z7XhhGFshOw2yGKcerD7LDbFjJHhntwcrriktDic+dvbN3/UKrfJdiF4aJrSnP/MFwpclqti17Zo7BJSWXLiow==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.12.5"
|
||||||
|
js-yaml "^3.14.0"
|
||||||
|
lodash "^4.17.20"
|
||||||
|
unist-util-select "^1.5.0"
|
||||||
|
|
||||||
gatsby@2.28.2:
|
gatsby@2.28.2:
|
||||||
version "2.28.2"
|
version "2.28.2"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.28.2.tgz#2ca533900f8d4ad983f97981e7b17025d3f1c454"
|
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.28.2.tgz#2ca533900f8d4ad983f97981e7b17025d3f1c454"
|
||||||
@@ -10621,7 +10632,7 @@ neo-async@^2.5.0, neo-async@^2.6.1:
|
|||||||
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
||||||
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
||||||
|
|
||||||
netlify-cms-app@^2.14.5:
|
netlify-cms-app@^2.14.6:
|
||||||
version "2.14.6"
|
version "2.14.6"
|
||||||
resolved "https://registry.yarnpkg.com/netlify-cms-app/-/netlify-cms-app-2.14.6.tgz#89bf998b83c719615b03b1ac3408443d028643d0"
|
resolved "https://registry.yarnpkg.com/netlify-cms-app/-/netlify-cms-app-2.14.6.tgz#89bf998b83c719615b03b1ac3408443d028643d0"
|
||||||
integrity sha512-KGYJELSEGyGcP1Tl7wcMfd2q0F/1wvuSg46GvZAyDarDs1vVWcaN9uwxox2+PKMSIZahYPDNqsgTQi3rbMxrIw==
|
integrity sha512-KGYJELSEGyGcP1Tl7wcMfd2q0F/1wvuSg46GvZAyDarDs1vVWcaN9uwxox2+PKMSIZahYPDNqsgTQi3rbMxrIw==
|
||||||
|
|||||||
Reference in New Issue
Block a user