Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 25, 2021
1 parent 7173624 commit 62997f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/magic-link-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@accounts/database-manager": "^0.32.0",
"@accounts/mongo": "^0.32.0",
"@accounts/server": "^0.32.0",
"@accounts/magic-link": "^0.32.0",
"@accounts/magic-link": "^0.1.0",
"mongoose": "5.9.25",
"tslib": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"@accounts/mongo-password": "^0.32.0",
"@accounts/mongo-magic-link": "^0.32.0",
"@accounts/mongo-magic-link": "^0.1.0",
"@accounts/mongo-sessions": "^0.32.0",
"@accounts/types": "^0.32.0",
"@types/mongodb": "^3.6.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/js-accounts/graphql-api",
"peerDependencies": {
"@accounts/magic-link": "^0.32.0",
"@accounts/magic-link": "^0.1.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/types": "^0.32.0",
Expand All @@ -48,7 +48,7 @@
"tslib": "2.1.0"
},
"devDependencies": {
"@accounts/magic-link": "^0.32.0",
"@accounts/magic-link": "^0.1.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.32.0",
"@accounts/types": "^0.32.0",
Expand Down

0 comments on commit 62997f7

Please sign in to comment.