Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2022
1 parent 5f225c8 commit 286fef4
Show file tree
Hide file tree
Showing 8 changed files with 6,178 additions and 6,435 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test-coverage": "lerna run --parallel --stream test-coverage"
},
"resolutions": {
"jest": "27.5.1",
"jest": "29.2.1",
"@typescript-eslint/typescript-estree": "4.28.5",
"@babel/plugin-transform-modules-commonjs": "7.14.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"jest": "^27.0.6"
"jest": "^29.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/k8strip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"license": "MIT",
"devDependencies": {
"jest": "^27.0.6"
"jest": "^29.0.0"
},
"dependencies": {
"ajv": "^8.6.3",
Expand Down
4,050 changes: 2,025 additions & 2,025 deletions packages/k8strip/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/parse-manifests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"jest": "^27.0.6"
"jest": "^29.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/sre-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@babel/preset-typescript": "^7.14.5",
"@socialgouv/eslint-config-typescript": "^1.82.0",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^26.0.24",
"@types/jest": "^29.0.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.4.14",
"@types/yargs": "^17.0.7",
"eslint": "^7.31.0",
"jest": "^27.0.6",
"jest": "^29.0.0",
"prettier": "^2.3.2",
"tempy": "^1.0.1",
"typescript": "^4.3.5"
Expand Down
6,842 changes: 3,416 additions & 3,426 deletions packages/sre-secrets/yarn.lock

Large diffs are not rendered by default.

1,709 changes: 731 additions & 978 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 286fef4

Please sign in to comment.