Skip to content

Commit

Permalink
adjust peer dependencies
Browse files Browse the repository at this point in the history
- the <2.0.0 didnt work, im surprised
- changed back to ^1.x which should be fine since the Minor number is
greater than zero, which is what caused the original problem of syncing
deps
  • Loading branch information
mrWh1te committed Mar 3, 2021
1 parent 57e85e0 commit 49c75d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/instagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botmation/instagram",
"version": "1.0.1",
"version": "1.0.2",
"description": "Auxiliary package of functions for the TypeScript framework Botmation",
"homepage": "https://www.botmation.dev/sites/instagram",
"author": "Michael Lage",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/mrWh1te/Botmation.git"
},
"peerDependencies": {
"@botmation/core": "<2.0.0"
"@botmation/core": "^1.2.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/linkedin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botmation/linkedin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Auxiliary package of functions for the TypeScript framework Botmation",
"homepage": "https://www.botmation.dev/sites/linkedin",
"author": "Michael Lage",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/mrWh1te/Botmation.git"
},
"peerDependencies": {
"@botmation/core": "<2.0.0"
"@botmation/core": "^1.2.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down

0 comments on commit 49c75d5

Please sign in to comment.