Skip to content

Commit

Permalink
Fix peerDep on react-intl (#21)
Browse files Browse the repository at this point in the history
* Fix peerDep on `react-intl`

* Update to latest Volto 18alpha
  • Loading branch information
sneridagh authored Oct 8, 2024
1 parent 162b104 commit 648cd3a
Show file tree
Hide file tree
Showing 4 changed files with 2,940 additions and 2,417 deletions.
2 changes: 1 addition & 1 deletion mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"package": "@plone/volto",
"url": "[email protected]:plone/volto.git",
"https": "https://github.com/plone/volto.git",
"tag": "18.0.0-alpha.31"
"tag": "18.0.0-alpha.45"
}
}
1 change: 1 addition & 0 deletions packages/volto-button-block/news/21.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix peerDep on `react-intl` @sneridagh
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"
}
}
Loading

0 comments on commit 648cd3a

Please sign in to comment.