Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Nov 12, 2024
1 parent 1dae6c1 commit 24256f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "cultofcoders:redis-oplog",
version: "3.0.0-rc.2",
version: "3.0.0-rc.3",
// Brief, one-line summary of the package.
summary: "Replacement for Meteor's MongoDB oplog implementation",
// URL to the Git repository containing the source code for this package.
Expand Down Expand Up @@ -40,18 +40,18 @@ Package.onTest(function (api) {
api.use("cultofcoders:redis-oplog");

// extensions
api.use("aldeed:collection2@4.0.3");
api.use("reywood:publish-composite@1.8.9");
api.use("aldeed:collection2@4.0.4");
api.use("reywood:publish-composite@1.8.12");

api.use("ecmascript");
api.use("tracker");
api.use("mongo");
api.use("random");
api.use("accounts-password");
api.use("matb33:collection-hooks@2.0.0-rc.2");
api.use("alanning:roles@4.0.0-rc.1");
api.use("matb33:collection-hooks@2.0.0-rc.4");
api.use("alanning:roles@4.0.0");

api.use(["meteortesting:mocha@3.0.0-rc.1"]);
api.use(["meteortesting:mocha@3.2.0"]);

api.mainModule("testing/main.server.js", "server");
api.addFiles("testing/publishComposite/boot.js", "server");
Expand Down

0 comments on commit 24256f3

Please sign in to comment.