Skip to content

Commit

Permalink
fix: Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Nov 13, 2019
1 parent 69e250d commit 531a51f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 39 deletions.
33 changes: 0 additions & 33 deletions package-lock.json

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

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
"publish": "lerna publish"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"lerna": "^3.18.4",
"typescript": "^3.7.2"
},
"dependencies": {
"blakejs": "^1.1.0",
"sql-bricks-sqlite": "^0.1.0"
}
}
27 changes: 27 additions & 0 deletions packages/daf-data-store/package-lock.json

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

4 changes: 3 additions & 1 deletion packages/daf-data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"dependencies": {
"daf-core": "^0.0.15",
"debug": "^4.1.1"
"debug": "^4.1.1",
"blakejs": "^1.1.0",
"sql-bricks-sqlite": "^0.1.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
Expand Down

0 comments on commit 531a51f

Please sign in to comment.