Skip to content

Commit

Permalink
Upgrade @react-native/codegen-typescript-test's Jest dependency to …
Browse files Browse the repository at this point in the history
…Jest 29

Summary: `codegen-typescript-test` is using Jest 24 still, which has transitive dependencies on node-notifier < 8.0.1. This is causing us to fail our oss requirements (T139285789), but the original task for it got reaped (T81929770)

Differential Revision: D46506536

fbshipit-source-id: 993a407a18d36dda9c1a4559ebda7ad4b2e1088c
  • Loading branch information
GijsWeterings authored and facebook-github-bot committed Jun 7, 2023
1 parent fdfa012 commit 24f4852
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 2,207 deletions.
4 changes: 2 additions & 2 deletions packages/react-native-codegen-typescript-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@babel/plugin-transform-destructuring": "^7.20.0",
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@types/jest": "^24.0.17",
"jest": "^24.0.17",
"@types/jest": "^29.2.1",
"jest": "^29.2.1",
"rimraf": "^3.0.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 24f4852

Please sign in to comment.