Skip to content

Commit

Permalink
add missing slash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuakimDwan committed Nov 19, 2021
1 parent 7bb400c commit 86dbdda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jest-config/package.json
Expand Up @@ -42,7 +42,8 @@
"jest-util": "^27.3.1",
"jest-validate": "^27.3.1",
"micromatch": "^4.0.4",
"pretty-format": "^27.3.1"
"pretty-format": "^27.3.1",
"slash": "^3.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -12658,6 +12658,7 @@ fsevents@^1.2.7:
micromatch: ^4.0.4
pretty-format: ^27.3.1
semver: ^7.3.5
slash: ^3.0.0
strip-ansi: ^6.0.0
ts-node: ^9.0.0
typescript: ^4.0.3
Expand Down

0 comments on commit 86dbdda

Please sign in to comment.