Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 7, 2019
1 parent 109dce9 commit b1d93e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"gatsby-plugin-layout": "1.1.10",
"gatsby-plugin-styled-components": "3.1.8",
"gatsby-source-airtable": "2.0.9",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-filesystem": "2.1.29",
"react": "16.10.2",
"react-dom": "16.10.2",
"styled-components": "^4.4.0"
"styled-components": "4.4.0"
},
"devDependencies": {
"husky": "3.0.8",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@chasemccoy/kit@^0.7.6":
"@chasemccoy/kit@0.7.6":
version "0.7.6"
resolved "https://registry.yarnpkg.com/@chasemccoy/kit/-/kit-0.7.6.tgz#97803f3ac5dee37e719c2a5cdb721a9af0ebec2b"
integrity sha512-7qhHY5yii2wU0YpC+whxZQM/au8vS9bRoo76TZWnBFdT3gLW/dx/F9A7e5lIXoihlfmR+4PG3GHb/7DmmrGr1g==
Expand Down Expand Up @@ -1975,7 +1975,7 @@ babel-plugin-remove-graphql-queries@^2.7.10:
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.10.tgz#141bc6c8e13d6371d34f6f663954fd9ba5117a37"
integrity sha512-J/4xsXYXlWwSuA/hktGx9xtWb+oKMhocwl3ztb17XB6S+x9XEIGKQnOj9nGh/Tr4x04unM/wa12UszzMXbwR+w==

"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.10.6:
babel-plugin-styled-components@1.10.6, "babel-plugin-styled-components@>= 1":
version "1.10.6"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.6.tgz#f8782953751115faf09a9f92431436912c34006b"
integrity sha512-gyQj/Zf1kQti66100PhrCRjI5ldjaze9O0M3emXRPAN80Zsf8+e1thpTpaXJXVHXtaM4/+dJEgZHyS9Its+8SA==
Expand Down Expand Up @@ -4917,7 +4917,7 @@ gatsby-page-utils@^0.0.24:
micromatch "^3.1.10"
slash "^3.0.0"

gatsby-plugin-layout@^1.1.10:
gatsby-plugin-layout@1.1.10:
version "1.1.10"
resolved "https://registry.yarnpkg.com/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.10.tgz#be1f22dbe831470634ed39d6bb22ab2a2226fa05"
integrity sha512-FUvwZyH7YN1L1LUXQiUbqy/YfU7iC4ZfZZ5jD8btCO3yD2h3s6C1c8V35l7Yte9MAVBNGa+0ztKsqLLKKw1g7g==
Expand All @@ -4937,7 +4937,7 @@ gatsby-plugin-page-creator@^2.1.24:
lodash "^4.17.15"
micromatch "^3.1.10"

gatsby-plugin-styled-components@^3.1.8:
gatsby-plugin-styled-components@3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.8.tgz#afc6633301d91baabb9a2d102674e3925b14f92d"
integrity sha512-TtCGZWO1+XeiwHuZx8hCEYZUOwdoh4wdQAH4/UYJuf0ZrpufdcOCfyZr0fHwQuvYm/G8EKD50u6WS2sm5s3/5w==
Expand All @@ -4953,15 +4953,15 @@ gatsby-react-router-scroll@^2.1.11:
scroll-behavior "^0.9.10"
warning "^3.0.0"

gatsby-source-airtable@^2.0.9:
gatsby-source-airtable@2.0.9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/gatsby-source-airtable/-/gatsby-source-airtable-2.0.9.tgz#244312165cb1aebc6c27e8e01181b33f98eeee28"
integrity sha512-IRfzCDwanxID5+zTFci+dtScDtqtO9H/jcUpD31kk9bSPQQtiUo1WHjLr1kLUCBzAs/H8coWz64qQSkVSPKwcg==
dependencies:
airtable "^0.7.1"
bluebird "^3.5.4"

gatsby-source-filesystem@^2.1.29:
gatsby-source-filesystem@2.1.29:
version "2.1.29"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.29.tgz#ca4dd77c850152b1a57d91b6535930b67b35fe73"
integrity sha512-MRJ3jkGhxJDztXzw0oeh4hizLzs5hGIc/Jq5gwUi5NcrKCR5HDbOFvVVE8irfkoNh7TuvHf6sjWFzDgzlUADgw==
Expand Down Expand Up @@ -5732,7 +5732,7 @@ https-browserify@^1.0.0:
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=

husky@^3.0.8:
husky@3.0.8:
version "3.0.8"
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.8.tgz#8de3fed26ce9b43034ef51013c4ad368b6b74ea8"
integrity sha512-HFOsgcyrX3qe/rBuqyTt+P4Gxn5P0seJmr215LAZ/vnwK3jWB3r0ck7swbzGRUbufCf9w/lgHPVbF/YXQALgfQ==
Expand Down Expand Up @@ -6757,7 +6757,7 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=

lint-staged@^9.4.1:
lint-staged@9.4.1:
version "9.4.1"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.1.tgz#60c0f85745bd398e6460aa7f5adb3cad3a2b862c"
integrity sha512-zFRbo1bAJEVf1m33paTTjDVfy2v3lICCqHfmQSgNoI+lWpi7HPG5y/R2Y7Whdce+FKxlZYs/U1sDSx8+nmQdDA==
Expand Down Expand Up @@ -10310,7 +10310,7 @@ style-loader@^0.23.1:
loader-utils "^1.1.0"
schema-utils "^1.0.0"

styled-components@^4.4.0:
styled-components@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.4.0.tgz#4e381e2dab831d0e6ea431c2840a96323e84e21b"
integrity sha512-xQ6vTI/0zNjZ1BBDRxyjvBddrxhQ3DxjeCdaLM1lSn5FDnkTOQgRkmWvcUiTajqc5nJqKVl+7sUioMqktD0+Zw==
Expand Down

0 comments on commit b1d93e0

Please sign in to comment.