Skip to content

Commit 1596aab

Browse files
authored
chore(jest-config): remove unused dev dep (#12319)
1 parent 201901f commit 1596aab

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/jest-config/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"@types/graceful-fs": "^4.1.3",
5656
"@types/micromatch": "^4.0.1",
5757
"semver": "^7.3.5",
58-
"strip-ansi": "^6.0.0",
5958
"ts-node": "^9.0.0",
6059
"typescript": "^4.0.3"
6160
},

packages/jest-config/src/__tests__/normalize.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import {createHash} from 'crypto';
1010
import path from 'path';
1111
import semver = require('semver');
12-
import stripAnsi from 'strip-ansi';
1312
import type {Config} from '@jest/types';
1413
import {escapeStrForRegex} from 'jest-regex-util';
1514
import Defaults from '../Defaults';

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12623,7 +12623,6 @@ __metadata:
1262312623
pretty-format: ^27.5.0
1262412624
semver: ^7.3.5
1262512625
slash: ^3.0.0
12626-
strip-ansi: ^6.0.0
1262712626
strip-json-comments: ^3.1.1
1262812627
ts-node: ^9.0.0
1262912628
typescript: ^4.0.3

0 commit comments

Comments
 (0)