Skip to content

Commit

Permalink
add internal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Apr 7, 2022
1 parent 2a4e0ec commit b0ba397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/synergies-logging-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"npm-run-all": "^4.1.5",
"react-test-renderer": "^17.0.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"typescript": "^4.1.2",
"synergies": "^1.1.1"
},
"peerDependencies": {
"synergies": "*"
Expand Down
3 changes: 2 additions & 1 deletion packages/synergies-storybook-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"react-test-renderer": "^17.0.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2",
"@storybook/addon-actions": "^6.4.20"
"@storybook/addon-actions": "^6.4.20",
"synergies": "^1.1.1"
},
"peerDependencies": {
"synergies": "*",
Expand Down

0 comments on commit b0ba397

Please sign in to comment.