Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v27.5.1 (#606)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 30, 2022
1 parent 7046444 commit 0d0a581
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/runtime": "7.18.3",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "27.4.1",
"@types/jest": "27.5.1",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.9",
"bundlesize2": "0.0.31",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "27.4.1",
"@types/jest": "27.5.1",
"@types/node": "16.11.26",
"jest": "27.5.1",
"typescript": "4.6.3"
Expand Down
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "27.4.1",
"@types/jest": "27.5.1",
"eslint": "8.12.0",
"jest": "27.5.1",
"ts-jest": "27.1.5",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@octokit/rest": "18.12.0",
"@types/folder-hash": "4.0.1",
"@types/inquirer": "8.2.1",
"@types/jest": "27.4.1",
"@types/jest": "27.5.1",
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
"@types/mustache": "4.1.2",
Expand Down
18 changes: 14 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@experimental-api-clients-automation/client-common@workspace:clients/algoliasearch-client-javascript/packages/client-common"
dependencies:
"@types/jest": 27.4.1
"@types/jest": 27.5.1
"@types/node": 16.11.26
jest: 27.5.1
typescript: 4.6.3
Expand Down Expand Up @@ -6681,6 +6681,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:27.5.1":
version: 27.5.1
resolution: "@types/jest@npm:27.5.1"
dependencies:
jest-matcher-utils: ^27.0.0
pretty-format: ^27.0.0
checksum: be20e39f7aaf17179109c0060d0a0489cec2034d4e2e28a631284c7ecd13c5ae52f62697a33a0e89b03b6cfe54e9d5e8c2bd387ab2bd90d6071d68c63b86d1e3
languageName: node
linkType: hard

"@types/js-yaml@npm:4.0.5":
version: 4.0.5
resolution: "@types/js-yaml@npm:4.0.5"
Expand Down Expand Up @@ -7556,7 +7566,7 @@ __metadata:
"@babel/runtime": 7.18.3
"@rollup/plugin-babel": 5.3.1
"@rollup/plugin-node-resolve": 13.3.0
"@types/jest": 27.4.1
"@types/jest": 27.5.1
"@types/rollup-plugin-node-globals": 1.4.1
"@types/semver": 7.3.9
bundlesize2: 0.0.31
Expand Down Expand Up @@ -11001,7 +11011,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-plugin-automation-custom@workspace:eslint"
dependencies:
"@types/jest": 27.4.1
"@types/jest": 27.5.1
eslint: 8.12.0
jest: 27.5.1
ts-jest: 27.1.5
Expand Down Expand Up @@ -19630,7 +19640,7 @@ __metadata:
"@octokit/rest": 18.12.0
"@types/folder-hash": 4.0.1
"@types/inquirer": 8.2.1
"@types/jest": 27.4.1
"@types/jest": 27.5.1
"@types/js-yaml": 4.0.5
"@types/micromatch": 4.0.2
"@types/mustache": 4.1.2
Expand Down

0 comments on commit 0d0a581

Please sign in to comment.