Skip to content

Commit

Permalink
Update dependency @smartlyio/oats-runtime to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and xmahle committed Aug 15, 2024
1 parent 49d1f2c commit d0c8008
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/oats-axios-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/smartlyio/oats.git"
},
"peerDependencies": {
"@smartlyio/oats-runtime": "^6.0.0",
"@smartlyio/oats-runtime": "^6.0.0 || ^7.0.0",
"axios": "^1.7.4 ^1.7.4",
"typescript": "^4.8.0 || ^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-fetch-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/smartlyio/oats.git"
},
"peerDependencies": {
"@smartlyio/oats-runtime": "^6.3.0",
"@smartlyio/oats-runtime": "^6.3.0 || ^7.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/smartlyio/oats.git"
},
"peerDependencies": {
"@smartlyio/oats-runtime": "^6.0.0",
"@smartlyio/oats-runtime": "^6.0.0 || ^7.0.0",
"koa": "^2.3.0",
"koa-body": "^6.0.0",
"koa-router": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/smartlyio/oats"
},
"peerDependencies": {
"@smartlyio/oats-runtime": "^6.0.0"
"@smartlyio/oats-runtime": "^6.0.0 || ^7.0.0"
},
"keywords": [
"oats",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/smartlyio/oats-nock-adapter.git"
},
"peerDependencies": {
"@smartlyio/oats-runtime": "^6.0.0",
"@smartlyio/oats-runtime": "^6.0.0 || ^7.0.0",
"typescript": "^4.8.0 || ^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/smartlyio/oats.git"
},
"peerDependencies": {
"@smartlyio/oats-runtime": "^6.3.1",
"@smartlyio/oats-runtime": "^6.3.1 || ^7.0.0",
"typescript": "^4.8.0 || ^5.0.0"
},
"dependencies": {
Expand Down

0 comments on commit d0c8008

Please sign in to comment.