Skip to content

Commit

Permalink
chore(deps-dev): bump @types/jest from 27.5.1 to 28.1.0 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 3, 2022
1 parent 728b69d commit ce5900b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@arthurfiorette/prettier-config": "*",
"@types/jest": "^27.4.0",
"@types/jest": "^28.1.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
Expand Down
2 changes: 1 addition & 1 deletion test/storage/storages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function testStorage(name: string, Storage: () => AxiosStorage): void {
});

it(`tests ${name} storage staling`, async () => {
jest.useFakeTimers('modern');
jest.useFakeTimers();
const storage = Storage();

await storage.set('key', {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -836,10 +836,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^27.4.0":
version "27.5.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9"
integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==
"@types/jest@^28.1.0":
version "28.1.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573"
integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"
Expand Down

0 comments on commit ce5900b

Please sign in to comment.