Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from storybookjs/fix/user-event-incompatibility
Browse files Browse the repository at this point in the history
Temporarily fix user-event to 14.4.0 to avoid compatibility issues
  • Loading branch information
yannbf committed Sep 15, 2023
2 parents 0bc4620 + 894ca68 commit 5a2200d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@testing-library/dom": "^9.0.0",
"@testing-library/user-event": "^14.0.0",
"@testing-library/user-event": "~14.4.0",
"ts-dedent": "^2.2.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "es2020",
"module": "NodeNext",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true
},
Expand Down

0 comments on commit 5a2200d

Please sign in to comment.