Skip to content

Commit

Permalink
Merge pull request #1047 from vtex-apps/chore/update-jsdom
Browse files Browse the repository at this point in the history
chore: add jsdom to resolutions
  • Loading branch information
lariciamota authored Jul 18, 2022
2 parents 38001dd + db5b98a commit 5f0bd09
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 434 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- `jsdom` and `jest-environment-jsdom` to resolutions yarn field

## [3.161.22] - 2022-07-18
### Changed
Expand Down
4 changes: 3 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.145.0/public/@types/vtex.styleguide"
},
"resolutions": {
"json-schema": "^0.4.0"
"json-schema": "^0.4.0",
"jsdom": "^16.5.0",
"jest-environment-jsdom": "^26.0.0"
},
"vtexTestTools": {
"defaultLocale": "en"
Expand Down
Loading

0 comments on commit 5f0bd09

Please sign in to comment.