Skip to content

Commit

Permalink
build(devs-dep): upgrade Jest deps (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jul 25, 2022
1 parent 1d32252 commit 9a644ab
Show file tree
Hide file tree
Showing 11 changed files with 3,286 additions and 2,807 deletions.
652 changes: 440 additions & 212 deletions e2e/transform-tsx/package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion e2e/transform-tsx/package.json
@@ -1,6 +1,5 @@
{
"dependencies": {
"jest-environment-jsdom": "^28.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -9,5 +8,8 @@
"transform": {
"^.+.tsx?$": "<rootDir>/../../legacy.js"
}
},
"devDependencies": {
"jest-environment-jsdom": "^28.1.3"
}
}
1,362 changes: 723 additions & 639 deletions examples/js-with-babel/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/js-with-babel/package.json
Expand Up @@ -10,9 +10,9 @@
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"babel-jest": "^28.1.1",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"typescript": "~4.7.4"
}
}

0 comments on commit 9a644ab

Please sign in to comment.