Skip to content

Commit

Permalink
Switch typesafe-actions to be a peer dependendy of loom-common
Browse files Browse the repository at this point in the history
  • Loading branch information
TranquilMarmot committed Jul 28, 2020
1 parent b00d15f commit dbe0961
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
10 changes: 1 addition & 9 deletions loom-common/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 loom-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engines": {
"vscode": "^1.44.0"
},
"dependencies": {
"peerDependencies": {
"typesafe-actions": "^5.1.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion loom-editor/package-lock.json

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

5 changes: 5 additions & 0 deletions loom-extension/package-lock.json

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

3 changes: 2 additions & 1 deletion loom-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
"dependencies": {
"loom-common": "file:../loom-common/out",
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3"
"sanitize-filename": "^1.6.3",
"typesafe-actions": "^5.1.0"
},
"jest": {
"preset": "ts-jest",
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

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

0 comments on commit dbe0961

Please sign in to comment.