Skip to content

Commit

Permalink
chore: move to yarn 2 #56
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Apr 20, 2020
1 parent 69355fb commit add3464
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ packageExtensions:
jest-resolve@*:
dependencies:
slash: "*"
jest-runner-serial@*:
dependencies:
jest-runner: "*"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.js
Expand Down
5 changes: 1 addition & 4 deletions tools/jest-runner-serial/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "jest-runner-serial",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"jest-runner": "^25.4.0"
}
"main": "index.js"
}
4 changes: 1 addition & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5530,12 +5530,10 @@ fsevents@^2.1.2:
"jest-runner-serial@portal:./tools/jest-runner-serial::locator=node-upgrade-checker%40workspace%3A.":
version: 0.0.0-use.local
resolution: "jest-runner-serial@portal:./tools/jest-runner-serial::locator=node-upgrade-checker%40workspace%3A."
dependencies:
jest-runner: ^25.4.0
languageName: node
linkType: soft

"jest-runner@npm:^25.4.0":
"jest-runner@npm:*, jest-runner@npm:^25.4.0":
version: 25.4.0
resolution: "jest-runner@npm:25.4.0"
dependencies:
Expand Down

0 comments on commit add3464

Please sign in to comment.