Skip to content

Commit

Permalink
chore(jest-config): remove unused dev dep (#12319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Biki-das committed Feb 7, 2022
1 parent 201901f commit 1596aab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/jest-config/package.json
Expand Up @@ -55,7 +55,6 @@
"@types/graceful-fs": "^4.1.3",
"@types/micromatch": "^4.0.1",
"semver": "^7.3.5",
"strip-ansi": "^6.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/jest-config/src/__tests__/normalize.test.ts
Expand Up @@ -9,7 +9,6 @@
import {createHash} from 'crypto';
import path from 'path';
import semver = require('semver');
import stripAnsi from 'strip-ansi';
import type {Config} from '@jest/types';
import {escapeStrForRegex} from 'jest-regex-util';
import Defaults from '../Defaults';
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Expand Up @@ -12623,7 +12623,6 @@ __metadata:
pretty-format: ^27.5.0
semver: ^7.3.5
slash: ^3.0.0
strip-ansi: ^6.0.0
strip-json-comments: ^3.1.1
ts-node: ^9.0.0
typescript: ^4.0.3
Expand Down

0 comments on commit 1596aab

Please sign in to comment.