Skip to content

Commit

Permalink
Reverse test deps upgrade to keep Meteor 1 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Feb 28, 2024
1 parent a1c41ac commit 2207871
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Package.onTest(function(api) {
api.use('cultofcoders:redis-oplog');

// extensions
api.use('aldeed:collection2@3.5.0');
api.use('reywood:publish-composite@1.8.7');
api.use('aldeed:collection2@3.0.0');
api.use('reywood:publish-composite@1.7.3');
api.use('natestrauser:[email protected]');
// api.use('socialize:[email protected]');

Expand All @@ -50,8 +50,8 @@ Package.onTest(function(api) {
api.use('mongo');
api.use('random');
api.use('accounts-password');
api.use('matb33:collection-hooks@1.3.1');
api.use('alanning:roles@3.6.2');
api.use('matb33:collection-hooks@1.1.2');
api.use('alanning:roles@3.5.1');

api.use(['meteortesting:mocha']);

Expand Down

0 comments on commit 2207871

Please sign in to comment.