Skip to content

Commit

Permalink
Merge pull request #95 from vtex-apps/graphql-3
Browse files Browse the repository at this point in the history
Updated GraphQL dependency to 3
  • Loading branch information
btalma authored Apr 16, 2024
2 parents 51c4a10 + e49a15c commit 6a431a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed
- Updated GraphQL dependency to 3

## [1.12.2] - 2024-01-24

### Fixed
Expand Down
6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"vtex.address-form": "4.x",
"vtex.apps-graphql": "2.x",
"vtex.apps-graphql": "3.x",
"vtex.checkout-resources": "0.x",
"vtex.css-handles": "1.x",
"vtex.device-detector": "0.x",
Expand Down Expand Up @@ -134,9 +134,7 @@
},
"free": true,
"type": "free",
"availableCountries": [
"*"
]
"availableCountries": ["*"]
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}

0 comments on commit 6a431a5

Please sign in to comment.