Skip to content

Commit

Permalink
chore(deps): update jest monorepo (#1285)
Browse files Browse the repository at this point in the history
* chore(deps): update jest monorepo

* fix import

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michał Garapich <michal@garapich.pl>
  • Loading branch information
3 people authored Feb 4, 2022
1 parent 444bd49 commit ff90769
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 397 deletions.
2 changes: 1 addition & 1 deletion e2e.jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { InitialOptionsTsJest } from 'ts-jest/dist/types';
import { defaults } from 'jest-config';
import { defaults } from 'ts-jest/presets';
import { pathsToModuleNameMapper } from 'ts-jest/utils';
import { compilerOptions } from './tsconfig.json';

Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { InitialOptionsTsJest } from 'ts-jest/dist/types';
import { defaults } from 'jest-config';
import { defaults } from 'ts-jest/presets';
import { pathsToModuleNameMapper } from 'ts-jest/utils';
import { compilerOptions } from './tsconfig.json';

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/cache-manager": "3.4.2",
"@types/express": "4.17.13",
"@types/helmet": "0.0.48",
"@types/jest": "27.0.2",
"@types/jest": "27.4.0",
"@types/jsonschema": "1.1.1",
"@types/jsonwebtoken": "8.5.8",
"@types/lodash": "4.14.178",
Expand All @@ -84,7 +84,7 @@
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "26.0.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.2.4",
"jest": "27.4.7",
"mongodb-memory-server": "8.2.0",
"mongodb-snapshot": "1.4.0",
"prettier": "2.5.1",
Expand Down
Loading

0 comments on commit ff90769

Please sign in to comment.