File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 * path segment in the "$schema" field for all your Rush config files. This will ensure
1616 * correct error-underlining and tab-completion for editors such as VS Code.
1717 */
18- "rushVersion" : " 5.12.0 " ,
18+ "rushVersion" : " 5.34.3 " ,
1919 /**
2020 * The next field selects which package manager should be installed and determines its version.
2121 * Rush installs its own local copy of the package manager to ensure that your build process
2424 * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
2525 * for details about these alternatives.
2626 */
27- "pnpmVersion" : " 2.15.1 " ,
27+ "pnpmVersion" : " 5.9.0 " ,
2828 /**
2929 * Options that are only used when the PNPM package manager is selected
3030 */
101101 "shouldPublish" : true
102102 }
103103 ]
104- }
104+ }
You can’t perform that action at this time.
0 commit comments