Skip to content

Commit

Permalink
chore(testing): upgrade chai-dom and its types
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir authored and Westbrook committed May 17, 2022
1 parent 0d83b5c commit ae9fe3e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-plants-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@open-wc/testing': patch
---

upgrade to chai-dom v1.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"chai-dom": "^1.9.0",
"chai-dom": "^1.11.0",
"concurrently": "^6.0.2",
"copyfiles": "^2.4.1",
"core-js": "^3.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@open-wc/semantic-dom-diff": "^0.19.6",
"@open-wc/testing-helpers": "^2.1.2",
"@types/chai": "^4.2.11",
"@types/chai-dom": "^0.0.9",
"@types/chai-dom": "^0.0.12",
"@types/sinon-chai": "^3.2.3",
"chai-a11y-axe": "^1.3.2"
}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3520,10 +3520,10 @@
"@types/node" "*"
"@types/responselike" "*"

"@types/chai-dom@^0.0.9":
version "0.0.9"
resolved "https://registry.yarnpkg.com/@types/chai-dom/-/chai-dom-0.0.9.tgz#77379354efec2568284ca355fff6a4f85f5a66f4"
integrity sha512-jj4F2NJog2/GBYsyJ8+NvhnWUBbPY4MUAKLdPJE6+568rw12GGXvj0ycUuP5nndVrnJgozmJAoMTvxvjJATXWw==
"@types/chai-dom@^0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@types/chai-dom/-/chai-dom-0.0.12.tgz#fdd7a52bed4dd235ed1c94d3d2d31d4e7db1d03a"
integrity sha512-4rE7sDw713cV61TYzQbMrPjC4DjNk3x4vk9nAVRNXcSD4p0/5lEEfm0OgoCz5eNuWUXNKA0YiKiH/JDTuKivkA==
dependencies:
"@types/chai" "*"

Expand Down Expand Up @@ -5703,10 +5703,10 @@ center-align@^0.1.1:
align-text "^0.1.3"
lazy-cache "^1.0.3"

chai-dom@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/chai-dom/-/chai-dom-1.9.0.tgz#40c1b957b60c677b0d06ca320ee8f1e276d9ea04"
integrity sha512-UXSbhcGVBWv/5qVqbJY/giTDRyo3wKapUsWluEuVvxcJLFXkyf8l4D2PTd6trzrmca6WWnGdpaFkYdl1P0WjtA==
chai-dom@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/chai-dom/-/chai-dom-1.11.0.tgz#aa3af405b3d9b0470d185b17081ed23ca5fdaeb4"
integrity sha512-ZzGlEfk1UhHH5+N0t9bDqstOxPEXmn3EyXvtsok5rfXVDOFDJbHVy12rED6ZwkJAUDs2w7/Da4Hlq2LB63kltg==

chai@^4.3.4:
version "4.3.4"
Expand Down

0 comments on commit ae9fe3e

Please sign in to comment.