Skip to content

Commit

Permalink
build(deps): Update Jest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 24, 2023
1 parent dd3523c commit 3817ba6
Show file tree
Hide file tree
Showing 14 changed files with 4,621 additions and 4,770 deletions.
1,167 changes: 604 additions & 563 deletions e2e/native-esm-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/native-esm-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"devDependencies": {
"@jest/globals": "^29.1.2"
"@jest/globals": "^29.4.3"
}
}
289 changes: 153 additions & 136 deletions e2e/transform-tsx/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/transform-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}
},
"devDependencies": {
"jest-environment-jsdom": "^29.1.2"
"jest-environment-jsdom": "^29.4.3"
}
}
1,547 changes: 735 additions & 812 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
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.1.2",
"jest": "^29.1.2",
"ts-jest": "^29.0.3",
"babel-jest": "^29.4.3",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
}
}

0 comments on commit 3817ba6

Please sign in to comment.