Skip to content

Commit df15b1b

Browse files
authored
feat(jest-helpers)!: support react 18 (#769)
1 parent 7288ac3 commit df15b1b

File tree

2 files changed

+52
-14
lines changed

2 files changed

+52
-14
lines changed

packages/jest-helpers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"@emotion/cache": "11.7.1",
2020
"@emotion/jest": "11.9.1",
2121
"@emotion/react": "11.9.0",
22-
"@testing-library/react": "12.1.5"
22+
"@testing-library/react": "13.2.0"
2323
},
2424
"peerDependencies": {
25-
"react": "^17.0.1"
25+
"react": "^18.0.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "7.17.10",
29-
"react": "17.0.2",
30-
"react-dom": "17.0.2"
29+
"react": "18.1.0",
30+
"react-dom": "18.1.0"
3131
}
3232
}

pnpm-lock.yaml

Lines changed: 48 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)