Skip to content

Commit 58fcd5b

Browse files
committed
Fixed peerDependencies with react-intl
1 parent ca34de0 commit 58fcd5b

File tree

4 files changed

+6786
-5354
lines changed

4 files changed

+6786
-5354
lines changed

mrs.developer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"package": "@plone/volto",
55
"url": "[email protected]:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "18.0.0-alpha.25"
7+
"tag": "18.29.1",
8+
"filterBlobs": true
89
}
910
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed bogus peerDependencies with react-intl @sneridagh

packages/volto-code-block/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,18 @@
3434
"react-gist": "1.2.4"
3535
},
3636
"peerDependencies": {
37-
"react": "18.2.0",
38-
"react-dom": "18.2.0",
39-
"react-intl": "3.8.0"
37+
"react": "^18.2.0",
38+
"react-dom": "^18.2.0",
39+
"react-intl": "^3.12.1",
40+
"react-redux": "^8.1.2"
4041
},
4142
"devDependencies": {
42-
"@plone/scripts": "^3.6.1",
43-
"release-it": "^17.1.1"
43+
"@plone/scripts": "workspace:*",
44+
"@plone/types": "workspace:*",
45+
"@types/react": "^18.3.1",
46+
"@types/react-dom": "^18.3.1",
47+
"release-it": "^19.0.5",
48+
"typescript": "^5.7.3",
49+
"vitest": "^3.1.2"
4450
}
4551
}

0 commit comments

Comments
 (0)