Skip to content

Commit

Permalink
fix: Fix feathers-memory dependency that did not get updated
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jul 5, 2019
1 parent 43ef335 commit 9422b13
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
30 changes: 27 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@feathersjs/errors": "^4.0.0-pre.4",
"@feathersjs/feathers": "^4.0.0-pre.4",
"feathers-memory": "^3.0.2",
"feathers-memory": "^4.0.0",
"mocha": "^6.1.4"
},
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@feathersjs/tests": "^4.0.0-pre.4",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"feathers-memory": "^3.0.2",
"feathers-memory": "^4.0.0",
"jquery": "^3.4.1",
"jsdom": "^15.1.0",
"mocha": "^6.1.4",
Expand Down

0 comments on commit 9422b13

Please # to comment.