Skip to content

Commit

Permalink
fix(dependencies): more permissive peer dependencies and unfix versio…
Browse files Browse the repository at this point in the history
…n of ra-core
  • Loading branch information
Dimitri Kopriwa committed Apr 19, 2019
1 parent 5be31e4 commit 32a2d42
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"lint-staged": "^8.1.5",
"lodash": "^4.17.11",
"pre-commit": "^1.2.2",
"ra-core": "2.8.5",
"ra-core": "^2.8.5",
"raf": "^3.4.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
Expand Down Expand Up @@ -309,14 +309,14 @@
"reselect": "^3.0.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"ra-core": "^2.8.5",
"redux-form": "~7.4.0",
"styled-components": "^4.1.3",
"redux": "~3.7.2",
"react-redux": "~5.0.7",
"@bootstrap-styled/redux": "^1.1.2"
"react": "^16.0.0",
"react-dom": "^16.0.0",
"ra-core": "^2.0.0",
"redux-form": "~7.0.0",
"styled-components": "^4.0.0",
"redux": "~3.0.0",
"react-redux": "~5.0.0",
"@bootstrap-styled/redux": "^1.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

0 comments on commit 32a2d42

Please sign in to comment.