Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Pin dependencies (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adrw committed Jun 15, 2019
1 parent 228ae21 commit a892a87
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
34 changes: 17 additions & 17 deletions @westegg/gatsby-theme-core/package.json
Expand Up @@ -36,23 +36,23 @@
"react-dom": "16.8.6"
},
"dependencies": {
"arrify": "^2.0.0",
"gatsby-plugin-compile-es6-packages": "^1.0.6",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-google-analytics": "^2.0.17",
"gatsby-plugin-page-creator": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sharp": "^2.0.29",
"gatsby-plugin-sitemap": "^2.0.10",
"gatsby-plugin-typescript": "^2.0.11",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-source-filesystem": "^2.0.27",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.17",
"lodash.has": "^4.5.2",
"mkdirp": "^0.5.1",
"read-pkg-up": "^5.0.0",
"semver": "^6.0.0"
"arrify": "2.0.1",
"gatsby-plugin-compile-es6-packages": "1.1.0",
"gatsby-plugin-emotion": "4.0.7",
"gatsby-plugin-google-analytics": "2.0.21",
"gatsby-plugin-page-creator": "2.0.13",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-sharp": "2.1.5",
"gatsby-plugin-sitemap": "2.1.0",
"gatsby-plugin-typescript": "2.0.15",
"gatsby-remark-copy-linked-files": "2.0.13",
"gatsby-source-filesystem": "2.0.39",
"gatsby-transformer-remark": "2.4.0",
"gatsby-transformer-sharp": "2.1.21",
"lodash.has": "4.5.2",
"mkdirp": "0.5.1",
"read-pkg-up": "5.0.0",
"semver": "6.1.1"
},
"peerDependencies": {
"gatsby": "^2.3.4",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Expand Up @@ -3278,16 +3278,16 @@ arraybuffer.slice@~0.0.7:
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==

arrify@2.0.1, arrify@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==

arrify@^1.0.0, arrify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=

arrify@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==

asap@^2.0.0, asap@^2.0.6, asap@~2.0.3:
version "2.0.6"
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
Expand Down Expand Up @@ -7486,15 +7486,15 @@ gatsby-mdx@0.6.3:
unist-util-remove "^1.0.1"
unist-util-visit "^1.4.0"

gatsby-plugin-compile-es6-packages@^1.0.6, gatsby-plugin-compile-es6-packages@^1.1.0:
gatsby-plugin-compile-es6-packages@1.1.0, gatsby-plugin-compile-es6-packages@^1.0.6, gatsby-plugin-compile-es6-packages@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-compile-es6-packages/-/gatsby-plugin-compile-es6-packages-1.1.0.tgz#5045c3bbf408c6d639b317ebffd8e9128073c4f9"
integrity sha512-YjB9LDyUBcWfVVF8mN+t4OziYghys08nb2vpYgW+sqXO4giHRLWpANFmVUXW+H2c1g8fAwPlKYcwDXyqNunibw==
dependencies:
"@babel/runtime" "^7.0.0"
regex-escape "^3.4.8"

gatsby-plugin-emotion@^4.0.6:
gatsby-plugin-emotion@4.0.7, gatsby-plugin-emotion@^4.0.6:
version "4.0.7"
resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.0.7.tgz#370c6a723a2aef0d88d837361aeea6ac6e6b4598"
integrity sha512-U9rJNQ/IdX92l4EvjGMoh3sNy2oW2G7Ae6KK+TETal6cRFG8K3toq338FbC/1z/2w+vPcTS074pjkhAxYxmTkA==
Expand Down Expand Up @@ -7624,7 +7624,7 @@ gatsby-plugin-og-image@0.0.1:
mkdirp "^0.5.1"
rev-hash "^2.0.0"

gatsby-plugin-page-creator@^2.0.12, gatsby-plugin-page-creator@^2.0.13, gatsby-plugin-page-creator@^2.0.6:
gatsby-plugin-page-creator@2.0.13, gatsby-plugin-page-creator@^2.0.12, gatsby-plugin-page-creator@^2.0.13:
version "2.0.13"
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.0.13.tgz#ba5d1af97b6fce9e41ae3e617699eed9c3682bde"
integrity sha512-wlIkpgFr0Oltlk8TTBRGaGOZZIzDY99iIIZ20mSl5HNMyU9IXe11IQDoF4JYXH2lMIEfp6OBGreCGCTOHHcc3g==
Expand Down Expand Up @@ -7674,7 +7674,7 @@ gatsby-plugin-sharp@2.1.5, gatsby-plugin-sharp@^2.0.29:
sharp "^0.22.1"
svgo "^1.2.0"

gatsby-plugin-sitemap@^2.0.10:
gatsby-plugin-sitemap@2.1.0, gatsby-plugin-sitemap@^2.0.10:
version "2.1.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.1.0.tgz#b21e64a3ef82f4203cffa1728cfab71451b3e050"
integrity sha512-9YJUx2UyeYKC8GcLZ4ZsnPAmXi6I9dxu0UDDi85HydTWhV5yC+wgbhNGZH+KlzSTlFGfyAV25cSOyoEO8dXjWg==
Expand All @@ -7684,7 +7684,7 @@ gatsby-plugin-sitemap@^2.0.10:
pify "^3.0.0"
sitemap "^1.12.0"

gatsby-plugin-typescript@^2.0.11:
gatsby-plugin-typescript@2.0.15, gatsby-plugin-typescript@^2.0.11:
version "2.0.15"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.0.15.tgz#2c95e512287f8d4df02245152a94cf9601813e45"
integrity sha512-ZOKEjz+VhDLT1Q8w33JmR2NUDYiYgThab7jFZQvEd9zWA9x70BZlFL5kMy6mhHXIkD6dhPwYN1WM1yWWRzkOjw==
Expand All @@ -7702,7 +7702,7 @@ gatsby-react-router-scroll@^2.0.7:
scroll-behavior "^0.9.9"
warning "^3.0.0"

gatsby-remark-copy-linked-files@2.0.13, gatsby-remark-copy-linked-files@^2.0.12:
gatsby-remark-copy-linked-files@2.0.13:
version "2.0.13"
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.0.13.tgz#a406b752f15cf4190891674e1c5849242d6a5859"
integrity sha512-COGXsXRKogBTPX8glj33NVeQr9KxKSLgWOIxmMLAXRcoVkev6ON4sKmjKySK887gwzf0olnQBzNLDiy5Q2ZpyQ==
Expand Down Expand Up @@ -7877,7 +7877,7 @@ gatsby-transformer-remark@2.3.12:
unist-util-select "^1.5.0"
unist-util-visit "^1.3.0"

gatsby-transformer-remark@^2.3.12:
gatsby-transformer-remark@2.4.0, gatsby-transformer-remark@^2.3.12:
version "2.4.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.4.0.tgz#8a23269ce05ffcdddacc010b2fd2317caa9f27d7"
integrity sha512-RN+cTnloC+Zqog/gtIn9R2vShrwvlZwQPt6OH+VGEnp28HI83Vf6L8mO+Ro8BbhzNQXcO0gY7GQ/iK0Ta4RXgg==
Expand Down Expand Up @@ -11274,7 +11274,7 @@ lodash.get@^4.0, lodash.get@^4.4.2:
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=

lodash.has@^4.0, lodash.has@^4.5.2:
lodash.has@4.5.2, lodash.has@^4.0, lodash.has@^4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
integrity sha1-0Z9NwQlQWMzL4rDN9O4P5Ko3yGI=
Expand Down Expand Up @@ -14880,6 +14880,14 @@ read-package-tree@^5.1.6:
read-package-json "^2.0.0"
readdir-scoped-modules "^1.0.0"

read-pkg-up@5.0.0, read-pkg-up@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-5.0.0.tgz#b6a6741cb144ed3610554f40162aa07a6db621b8"
integrity sha512-XBQjqOBtTzyol2CpsQOw8LHV0XbDZVG7xMMjmXAJomlVY03WOBRmYgDJETlvcg0H63AJvPRwT7GFi5rvOzUOKg==
dependencies:
find-up "^3.0.0"
read-pkg "^5.0.0"

read-pkg-up@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
Expand Down Expand Up @@ -14912,14 +14920,6 @@ read-pkg-up@^4.0.0:
find-up "^3.0.0"
read-pkg "^3.0.0"

read-pkg-up@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-5.0.0.tgz#b6a6741cb144ed3610554f40162aa07a6db621b8"
integrity sha512-XBQjqOBtTzyol2CpsQOw8LHV0XbDZVG7xMMjmXAJomlVY03WOBRmYgDJETlvcg0H63AJvPRwT7GFi5rvOzUOKg==
dependencies:
find-up "^3.0.0"
read-pkg "^5.0.0"

read-pkg@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
Expand Down Expand Up @@ -15860,7 +15860,7 @@ semver-truncate@^1.1.2:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==

semver@^6.0.0, semver@^6.1.0, semver@^6.1.1:
semver@6.1.1, semver@^6.0.0, semver@^6.1.0, semver@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==
Expand Down

0 comments on commit a892a87

Please sign in to comment.