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 6, 2023
1 parent 5a0880a commit 55a34b5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
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.1"
}
}
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.1"
}
}
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.1",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
}
}
4 changes: 2 additions & 2 deletions examples/js-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test-esm-isolated": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm-isolated.config.js --no-cache"
},
"devDependencies": {
"jest": "^29.1.2",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
}
}
4 changes: 2 additions & 2 deletions examples/ts-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test-esm-isolated": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm-isolated.config.js --no-cache"
},
"devDependencies": {
"jest": "^29.1.2",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
}
}
4 changes: 2 additions & 2 deletions examples/type-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test-esm-isolated": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm-isolated.config.js --no-cache"
},
"devDependencies": {
"jest": "^29.1.2",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"devDependencies": {
"@commitlint/cli": "17.x",
"@commitlint/config-angular": "^17.4.2",
"@jest/transform": "^29.1.2",
"@jest/types": "^29.1.2",
"@jest/transform": "^29.4.1",
"@jest/types": "^29.4.1",
"@types/babel__core": "7.x",
"@types/cross-spawn": "latest",
"@types/fs-extra": "latest",
Expand All @@ -110,7 +110,7 @@
"@types/yargs-parser": "21.x",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-jest": "^29.1.2",
"babel-jest": "^29.4.1",
"conventional-changelog-cli": "2.x",
"cross-spawn": "latest",
"esbuild": "~0.17.5",
Expand All @@ -126,7 +126,7 @@
"glob": "^8.1.0",
"glob-gitignore": "latest",
"husky": "4.x",
"jest": "^29.1.2",
"jest": "^29.4.1",
"jest-snapshot-serializer-raw": "^1.2.0",
"js-yaml": "latest",
"json-schema-to-typescript": "^11.0.3",
Expand Down

0 comments on commit 55a34b5

Please sign in to comment.