Skip to content

Commit

Permalink
Fix incorrect version for components peerDependency (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasecdb authored Nov 8, 2020
1 parent c248387 commit 71c89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"rimraf": "^3.0.0"
},
"peerDependencies": {
"@app-server/components": "^0.1.6",
"@app-server/components": "^0.2.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
"react-router": "^6.0.0-beta.0",
Expand Down

0 comments on commit 71c89a7

Please sign in to comment.