Skip to content

Commit

Permalink
fix: update react-cosmos peerDependency to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Jan 26, 2024
1 parent 9543a57 commit d137633
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 234 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"type": "module",
"devDependencies": {
"@release-it/conventional-changelog": "8.0.1",
"@types/react": "^18.2.45",
"@types/react": "18.2.48",
"react": "18.2.0",
"react-cosmos": "6.0.0-beta.10",
"react-cosmos-ui": "6.0.0-beta.10",
"react-cosmos": "6.0.0",
"react-cosmos-ui": "6.0.0",
"react-plugin": "3.0.0-alpha.4",
"release-it": "17.0.1",
"styled-components": "6.1.0",
"release-it": "17.0.3",
"styled-components": "6.1.8",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
Expand All @@ -45,6 +45,6 @@
"release": "release-it"
},
"peerDependencies": {
"react-cosmos": "^6.0.0-beta.10"
"react-cosmos": "^6.0.0"
}
}
Loading

0 comments on commit d137633

Please sign in to comment.