Skip to content

Commit e5d0c18

Browse files
Paul Boocockpaulboocock
authored andcommitted
Bump rush to 5.43 (close snowplow#952)
1 parent 3399a62 commit e5d0c18

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

common/config/rush/browser-approved-packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
{
114114
"name": "@snowplow/browser-tracker",
115-
"allowedCategories": [ "trackers" ]
115+
"allowedCategories": [ "plugins", "trackers" ]
116116
},
117117
{
118118
"name": "@snowplow/browser-tracker-core",

common/scripts/install-run-rush.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/install-run.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* path segment in the "$schema" field for all your Rush config files. This will ensure
1717
* correct error-underlining and tab-completion for editors such as VS Code.
1818
*/
19-
"rushVersion": "5.41.0",
19+
"rushVersion": "5.43.0",
2020

2121
/**
2222
* The next field selects which package manager should be installed and determines its version.
@@ -26,7 +26,7 @@
2626
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
2727
* for details about these alternatives.
2828
*/
29-
"pnpmVersion": "5.18.8",
29+
"pnpmVersion": "5.18.9",
3030

3131
// "npmVersion": "4.5.0",
3232
// "yarnVersion": "1.9.4",

0 commit comments

Comments
 (0)