Skip to content

Commit

Permalink
Fix peerDep on react-intl
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 8, 2024
1 parent 162b104 commit 4ed14c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/volto-button-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"classnames": "2.2.6",
"classnames": "^2.2.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "3.8.0"
"react-intl": "^3.12.1"
},
"devDependencies": {
"@plone/scripts": "^3.6.1",
"release-it": "^17.1.1"
"@plone/scripts": "^3.6.2",
"release-it": "^17.7.0"
}
}

0 comments on commit 4ed14c3

Please sign in to comment.