Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Aug 31, 2021
1 parent 914239d commit c62e0d8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 33 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"version": "0.221.0",
"dependencies": {
"@vtex/gatsby-plugin-graphql": "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-graphql",
"@vtex/gatsby-plugin-nginx": "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-nginx",
"@vtex/gatsby-plugin-thumbor": "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-thumbor",
"@vtex/gatsby-source-vtex": "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-source-vtex",
"@vtex/store-sdk": "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/store-sdk",
"@vtex/gatsby-plugin-graphql": "^1.0.1",
"@vtex/gatsby-plugin-nginx": "^1.0.1",
"@vtex/gatsby-plugin-thumbor": "^1.0.1",
"@vtex/gatsby-source-vtex": "^1.0.1",
"@vtex/store-sdk": "^1.0.1",
"babel-preset-gatsby": "^1.11.0",
"gatsby": "^3.11.1",
"gatsby-plugin-image": "^1.11.0",
Expand All @@ -26,7 +26,7 @@
"@cypress/code-coverage": "^3.9.10",
"@testing-library/cypress": "^8.0.0",
"@types/cypress": "^1.1.3",
"@vtex/lighthouse-config": "0.373.36",
"@vtex/lighthouse-config": "^1.0.1",
"@vtex/prettier-config": "0.3.6",
"@vtex/tsconfig": "0.5.6",
"dotenv": "^8.2.0",
Expand Down
51 changes: 24 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2203,9 +2203,10 @@
"@typescript-eslint/types" "4.29.1"
eslint-visitor-keys "^2.0.0"

"@vtex/gatsby-plugin-graphql@https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-graphql":
version "0.373.36"
resolved "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-graphql#3da222e86dabe2cf29705abab1d512360c10a8c7"
"@vtex/gatsby-plugin-graphql@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vtex/gatsby-plugin-graphql/-/gatsby-plugin-graphql-1.0.1.tgz#f08a98518cf32dfaa53af102dbd4c0bab49a93a0"
integrity sha512-DlRQT9AKB7otzg8fZ7gsWc9r/rcfN6Qu12ZXZhw2nHq6n063ziy4xOohmQIwPXzp0APHrdGs6cV7EtdrcKscbQ==
dependencies:
"@graphql-codegen/core" "^1.17.7"
"@graphql-codegen/plugin-helpers" "^1.17.7"
Expand All @@ -2214,48 +2215,44 @@
"@graphql-tools/relay-operation-optimizer" "^6.0.15"
fs-extra "^9.0.1"

"@vtex/gatsby-plugin-nginx@0.373.36":
version "0.373.36"
resolved "https://registry.yarnpkg.com/@vtex/gatsby-plugin-nginx/-/gatsby-plugin-nginx-0.373.36.tgz#26e18a060e29d3be13fa652e0accbda4a82e94da"
integrity sha512-DUPXe5mWWn4lTorMzSaBfA7PA6jBiRyAesGekdRlNC3dAJzj3TiB+zhtSgoMhcZE2RewcgmLvccuQ1wj6m7rWw==
dependencies:
kebab-hash "^0.1.2"
webpack-assets-manifest "^5.0.6"

"@vtex/gatsby-plugin-nginx@https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-nginx":
version "0.373.36"
resolved "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-nginx#f82f3a5e3f734289b65851776919c12b2df264c9"
"@vtex/gatsby-plugin-nginx@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vtex/gatsby-plugin-nginx/-/gatsby-plugin-nginx-1.0.1.tgz#11db6c72b61375748fa02b08eb975326a4a3bf94"
integrity sha512-LYU1Rn7DbZyidAG0aHaVJj/X2/Ibc1B0x9XbmYmH4lw1CQT7vvBss3qwF+1oq7xC7p4Qlpo3JL3jHXOKJk5pTw==
dependencies:
kebab-hash "^0.1.2"
webpack-assets-manifest "^5.0.6"

"@vtex/gatsby-plugin-thumbor@https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-thumbor":
version "0.373.36"
resolved "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-plugin-thumbor#e06e2cb14f285d2ec8fefbb8e9d191913d916209"
"@vtex/gatsby-plugin-thumbor@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vtex/gatsby-plugin-thumbor/-/gatsby-plugin-thumbor-1.0.1.tgz#cb87410327e708ffd1fa678f947be07b5f41c136"
integrity sha512-nNbogVz2NjljSo61pv1RY4sfDCi4u+hjIkfwbXeE8d3jp9Hzubm0hFYe5kk8zmbcfyzBqfvoLj4BVgPokFrPrA==

"@vtex/gatsby-source-vtex@https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-source-vtex":
version "0.373.36"
resolved "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/gatsby-source-vtex#a13bc11dbb02b43578dcd6edc9f94d7741ea6f2b"
"@vtex/gatsby-source-vtex@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vtex/gatsby-source-vtex/-/gatsby-source-vtex-1.0.1.tgz#36bc15fbb27ee31a7038edd3d9de9a901b38a0da"
integrity sha512-4FCycJFL6aXEDrJN9c4a2iVKtygrUQ7BNSFfXWc+ohGsAZSrSLF74Im5fRDSDWPnBtbcju8HHuj1vBX4gGa4UQ==
dependencies:
"@graphql-tools/delegate" "^7.1.5"
"@graphql-tools/wrap" "^7.0.8"
gatsby-graphql-source-toolkit "^2.0.1"
isomorphic-unfetch "^3.0.0"
slugify "^1.4.6"

"@vtex/lighthouse-config@0.373.36":
version "0.373.36"
resolved "https://registry.yarnpkg.com/@vtex/lighthouse-config/-/lighthouse-config-0.373.36.tgz#071a0fed16183feca86e8f123573771ad64fd069"
integrity sha512-02P3mvaVe+0WfcnhBxrhRU3aIDzj5afiLx+zNojJO/DbI3ET/k8qyhtpn/mEJ3Z1Cu93JuLwypYwx4PBagX0zw==
"@vtex/lighthouse-config@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vtex/lighthouse-config/-/lighthouse-config-1.0.1.tgz#1e0b0c4503c7df643d14aad89d1cbea12a68ed1a"
integrity sha512-pMYbKoh9aj5trwta/ce+Qy+vlzdarMLG592MbDtwaXGj39c0vwXbfM2eQ9DCiqmivrZFLLn9MWyopUjnGEdkzQ==

"@vtex/prettier-config@0.3.6":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@vtex/prettier-config/-/prettier-config-0.3.6.tgz#31762608d9a59b815b6d4e963e439b12f1a12279"
integrity sha512-nXE3BcMODomFK3EowfK+Hdj2qQRqB8JcdRv8yTREXnN9xq8DYKmH/dWB+RY/Hn3KozFLbygpZRbqYsiA6HDINQ==

"@vtex/store-sdk@https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/store-sdk":
version "0.373.36"
resolved "https://pkg.csb.dev/vtex/faststore/commit/850150e6/@vtex/store-sdk#a00424cc3ae29d0aa27d6973eeae4cc15728a26a"
"@vtex/store-sdk@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vtex/store-sdk/-/store-sdk-1.0.1.tgz#89684155ee388fa46ed34ff89ac7cc3888fa9881"
integrity sha512-j71LxooQMZXDqJfaYnQwqNceV7UgZW77ox1qwg7pzV5T5gLtpPNFk7oiZOlTrnoADdXjsbj3pnJPTk5oz5oD9A==
dependencies:
idb-keyval "^5.1.3"

Expand Down

0 comments on commit c62e0d8

Please sign in to comment.