Skip to content

Commit 8f64cef

Browse files
committed
chore: allow both v1 and v2 as peer dependency of the sitemap addon
1 parent 2fd0445 commit 8f64cef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/bright-lights-slide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"webtools-addon-sitemap": patch
3+
---
4+
5+
chore: allow both v1 and v2 as peer dependency of the sitemap addon

packages/addons/sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react-dom": "^17.0.0 || ^18.0.0",
5353
"react-router-dom": "^6.0.0",
5454
"redux": "*",
55-
"strapi-plugin-webtools": "^1.4.0",
55+
"strapi-plugin-webtools": "^1.4.0 || ^2.0.0",
5656
"styled-components": "^6.0.0"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)