Skip to content

Commit

Permalink
Switch plugin @onflow/flow-cadut dependency to peer dependency (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Aug 25, 2022
1 parent 6282fff commit 1d515ca
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
23 changes: 16 additions & 7 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions packages/flow-cadut-plugin-find/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
"mangle": {
"regex": "^_"
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"peerDependencies": {
"@onflow/flow-cadut": "^0.2.0-alpha.7"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.2.0-alpha.7",
"jest": "^28.1.3"
}
}
7 changes: 5 additions & 2 deletions packages/flow-cadut-plugin-flowns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
"dev": "fcl-bundle --watch",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"peerDependencies": {
"@onflow/flow-cadut": "^0.2.0-alpha.7"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.2.0-alpha.7",
"jest": "^28.1.3"
}
}
7 changes: 5 additions & 2 deletions packages/flow-cadut-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"mangle": {
"regex": "^_"
},
"peerDependencies": {
"@onflow/flow-cadut": "^0.2.0-alpha.7"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.2.0-alpha.7",
"jest": "^28.1.3"
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/flow-cadut": "^0.2.0-alpha.7"
"@babel/runtime": "^7.18.6"
}
}

0 comments on commit 1d515ca

Please sign in to comment.