Commit b8406cd 1 parent ce56adb commit b8406cd Copy full SHA for b8406cd
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
* path segment in the "$schema" field for all your Rush config files. This will ensure
16
16
* correct error-underlining and tab-completion for editors such as VS Code.
17
17
*/
18
- "rushVersion" : " 5.12.0 " ,
18
+ "rushVersion" : " 5.34.3 " ,
19
19
/**
20
20
* The next field selects which package manager should be installed and determines its version.
21
21
* Rush installs its own local copy of the package manager to ensure that your build process
24
24
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
25
25
* for details about these alternatives.
26
26
*/
27
- "pnpmVersion" : " 2.15.1 " ,
27
+ "pnpmVersion" : " 5.9.0 " ,
28
28
/**
29
29
* Options that are only used when the PNPM package manager is selected
30
30
*/
101
101
"shouldPublish" : true
102
102
}
103
103
]
104
- }
104
+ }
You can’t perform that action at this time.
0 commit comments