File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
* path segment in the "$schema" field for all your Rush config files. This will ensure
15
15
* correct error-underlining and tab-completion for editors such as VS Code.
16
16
*/
17
- "rushVersion" : " 5.61.2 " ,
17
+ "rushVersion" : " 5.63.0 " ,
18
18
/**
19
19
* The next field selects which package manager should be installed and determines its version.
20
20
* Rush installs its own local copy of the package manager to ensure that your build process
23
23
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
24
24
* for details about these alternatives.
25
25
*/
26
- "pnpmVersion" : " 6.19.1 " ,
26
+ "pnpmVersion" : " 6.32.3 " ,
27
27
// "npmVersion": "4.5.0",
28
28
// "yarnVersion": "1.9.4",
29
29
/**
1662
1662
"versionPolicyName" : " management"
1663
1663
}
1664
1664
]
1665
- }
1665
+ }
Original file line number Diff line number Diff line change 143
143
"@types/tough-cookie" : " ^4.0.0" ,
144
144
"@types/uuid" : " ^8.0.0" ,
145
145
"@types/xml2js" : " ^0.4.3" ,
146
- "babel-runtime" : " ^6.26.0" ,
147
146
"chai" : " ^4.2.0" ,
148
147
"cross-env" : " ^7.0.2" ,
149
148
"downlevel-dts" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments