Skip to content

Commit

Permalink
fix(deps): fetchye-* depencency versions (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead committed Jul 26, 2021
1 parent 3503836 commit 607358b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/fetchye-immutable-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rimraf": "^3.0.2"
},
"peerDependencies": {
"fetchye": "*",
"fetchye-core": "1.0.0-beta.4"
"fetchye": "^1.0.3",
"fetchye-core": "^1.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/fetchye-one-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"fetchye-core": "^1.0.3",
"fetchye-immutable-cache": "^1.0.3",
"fetchye-redux-provider": "^1.0.3",
"fetchye-test-utils": "^1.0.3",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"fetchye": "^1.0.0-beta.4",
"fetchye": "^1.0.3",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
Expand All @@ -58,6 +57,7 @@
"@testing-library/react": "^11.0.4",
"babel-preset-amex": "^3.4.1",
"cross-env": "^7.0.2",
"fetchye-core": "^1.0.3",
"immutable": "^4.0.0-rc.12",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetchye-redux-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"rimraf": "^3.0.2"
},
"peerDependencies": {
"fetchye": "*",
"fetchye-core": "^1.0.0-beta.4",
"fetchye": "^1.0.3",
"fetchye-core": "^1.0.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchye-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Ruben Casas <ruben.casas@aexp.com> (https://github.com/infoxicator)"
],
"peerDependencies": {
"fetchye-core": "^1.0.0-beta.4"
"fetchye-core": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down

0 comments on commit 607358b

Please sign in to comment.