Skip to content

Commit

Permalink
build(deps): Update Jest packages (#3607)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 6, 2022
1 parent 404555a commit b0f1bc5
Show file tree
Hide file tree
Showing 10 changed files with 243 additions and 251 deletions.
2 changes: 1 addition & 1 deletion e2e/transform-tsx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/transform-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"jest-environment-jsdom": "^28.0.0",
"jest-environment-jsdom": "^28.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
36 changes: 16 additions & 20 deletions examples/js-with-babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/js-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@types/jest": "^27.0.2",
"babel-jest": "^28.0.2",
"jest": "^28.0.2",
"ts-jest": "^28.0.3",
"@types/jest": "^27.5.2",
"babel-jest": "^28.1.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.4",
"typescript": "~4.5.2"
}
}
38 changes: 17 additions & 21 deletions examples/js-with-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/js-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test-esm-isolated": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm-isolated.config.js --no-cache"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^28.0.2",
"ts-jest": "^28.0.3",
"@types/jest": "^27.5.2",
"jest": "^28.1.0",
"ts-jest": "^28.0.4",
"typescript": "~4.5.2"
}
}
38 changes: 17 additions & 21 deletions examples/ts-only/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/ts-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test-esm-isolated": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm-isolated.config.js --no-cache"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^28.0.2",
"ts-jest": "^28.0.3",
"@types/jest": "^27.5.2",
"jest": "^28.1.0",
"ts-jest": "^28.0.4",
"typescript": "~4.5.2"
}
}

0 comments on commit b0f1bc5

Please sign in to comment.