Skip to content

Commit

Permalink
chore: peerDependencies @marblejs version update
Browse files Browse the repository at this point in the history
  • Loading branch information
JozefFlakus committed Oct 11, 2021
1 parent a3ac79c commit a23e04b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-body/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/http": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"@marblejs/http": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/http": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"@marblejs/http": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/http": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"@marblejs/http": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/http": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"@marblejs/http": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"busboy": "~0.3.1"
},
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/http": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"@marblejs/http": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/http": "^4.0.0-rc.1",
"@marblejs/messaging": "^4.0.0-rc.1",
"@marblejs/websockets": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"@marblejs/http": "^4.0.0",
"@marblejs/messaging": "^4.0.0",
"@marblejs/websockets": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^4.0.0-rc.1",
"@marblejs/core": "^4.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^7.1.0"
},
Expand Down

0 comments on commit a23e04b

Please sign in to comment.