Skip to content

Commit 9947a2a

Browse files
authored
fix(jest-config): add missing slash dependency (#12080)
1 parent 7bb400c commit 9947a2a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
### Fixes
99

1010
- `[expect]` Allow again `expect.Matchers` generic with single value ([#11986](https://github.com/facebook/jest/pull/11986))
11+
- `[jest-config]` Add missing `slash` dependency to `package.json` ([#12080](https://github.com/facebook/jest/pull/12080))
1112
- `[jest-core]` Incorrect detection of open ZLIB handles ([#12022](https://github.com/facebook/jest/pull/12022))
1213
- `[jest-diff]` Break dependency cycle ([#10818](https://github.com/facebook/jest/pull/10818))
1314
- `[jest-environment-jsdom]` Add `@types/jsdom` dependency ([#11999](https://github.com/facebook/jest/pull/11999))

packages/jest-config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"jest-util": "^27.3.1",
4343
"jest-validate": "^27.3.1",
4444
"micromatch": "^4.0.4",
45-
"pretty-format": "^27.3.1"
45+
"pretty-format": "^27.3.1",
46+
"slash": "^3.0.0"
4647
},
4748
"devDependencies": {
4849
"@types/babel__core": "^7.0.4",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12658,6 +12658,7 @@ fsevents@^1.2.7:
1265812658
micromatch: ^4.0.4
1265912659
pretty-format: ^27.3.1
1266012660
semver: ^7.3.5
12661+
slash: ^3.0.0
1266112662
strip-ansi: ^6.0.0
1266212663
ts-node: ^9.0.0
1266312664
typescript: ^4.0.3

0 commit comments

Comments
 (0)