Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/dom to v10 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent d835fca commit eb3551e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/nanoviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@size-limit/preset-small-lib": "^11.1.2",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/test": "^7.0.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/coverage-v8": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"test": "run lint"
},
"peerDependencies": {
"@testing-library/dom": "^9",
"@testing-library/dom": "^10.0.0",
"nanoviews": "workspace:^"
},
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/dom": "^10.0.0",
"nanoviews": "workspace:^",
"vitest": "^2.0.0"
}
Expand Down
41 changes: 30 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb3551e

Please sign in to comment.