Skip to content

Commit

Permalink
cleanup from trying out yarn pnp (#8175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed Apr 7, 2019
1 parent 01044da commit 8c92898
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/expect/package.json
Expand Up @@ -19,7 +19,8 @@
"jest-regex-util": "^24.3.0"
},
"devDependencies": {
"@types/ansi-styles": "^3.2.1"
"@types/ansi-styles": "^3.2.1",
"immutable": "^4.0.0-rc.12"
},
"engines": {
"node": ">= 6"
Expand Down
1 change: 1 addition & 0 deletions packages/jest-snapshot/package.json
Expand Up @@ -24,6 +24,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/traverse": "^7.3.4",
"@types/mkdirp": "^0.5.2",
"@types/natural-compare": "^1.4.0",
"@types/prettier": "^1.16.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -6891,6 +6891,11 @@ immutable@4.0.0-rc.9:
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.9.tgz#1e6e0094e649013ec3742d2b5aeeca5eeda4f0bf"
integrity sha512-uw4u9Jy3G2Y1qkIFtEGy9NgJxFJT1l3HKgeSFHfrvy91T8W54cJoQ+qK3fTwhil8XkEHuc2S+MI+fbD0vKObDA==

immutable@^4.0.0-rc.12:
version "4.0.0-rc.12"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.12.tgz#ca59a7e4c19ae8d9bf74a97bdf0f6e2f2a5d0217"
integrity sha512-0M2XxkZLx/mi3t8NVwIm1g8nHoEmM9p9UBl/G9k4+hm0kBgOVdMV/B3CY5dQ8qG8qc80NN4gDV4HQv6FTJ5q7A==

import-fresh@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
Expand Down

0 comments on commit 8c92898

Please sign in to comment.