Skip to content

Commit

Permalink
Merge pull request #23007 from storybookjs/norbert/upgrades-testing
Browse files Browse the repository at this point in the history
Build: Upgrade testing package in scripts
  • Loading branch information
ndelangen authored Jun 9, 2023
2 parents 68e2641 + 6e8dd13 commit 2068bed
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 299 deletions.
9 changes: 4 additions & 5 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"@storybook/linter-config": "^3.1.2",
"@storybook/testing-library": "future",
"@swc/core": "^1.3.23",
"@testing-library/dom": "^7.29.4",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^13.2.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/cross-spawn": "^6.0.2",
"@types/detect-port": "^1.3.2",
"@types/ejs": "^3.1.1",
Expand Down Expand Up @@ -175,8 +175,7 @@
"uuid": "^9.0.0",
"wait-on": "^7.0.1",
"window-size": "^1.1.1",
"zod": "^3.21.4",
"zx": "^7.0.3"
"zod": "^3.21.4"
},
"optionalDependencies": {
"@verdaccio/types": "^10.2.0",
Expand Down
Loading

0 comments on commit 2068bed

Please sign in to comment.