Skip to content

Commit

Permalink
Upgrade rush and pnpm (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolauli authored Oct 13, 2020
1 parent ce56adb commit b8406cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* path segment in the "$schema" field for all your Rush config files. This will ensure
* correct error-underlining and tab-completion for editors such as VS Code.
*/
"rushVersion": "5.12.0",
"rushVersion": "5.34.3",
/**
* The next field selects which package manager should be installed and determines its version.
* Rush installs its own local copy of the package manager to ensure that your build process
Expand All @@ -24,7 +24,7 @@
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
* for details about these alternatives.
*/
"pnpmVersion": "2.15.1",
"pnpmVersion": "5.9.0",
/**
* Options that are only used when the PNPM package manager is selected
*/
Expand Down Expand Up @@ -101,4 +101,4 @@
"shouldPublish": true
}
]
}
}

0 comments on commit b8406cd

Please sign in to comment.