Skip to content

Commit 89239a9

Browse files
committed
fix: more gracefull versioning constraint of the core plugin
1 parent a064c3b commit 89239a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/plenty-pigs-design.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+
More graceful versioning constraint of the core plugin

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.0.0",
55+
"strapi-plugin-webtools": "^1",
5656
"styled-components": "^6.0.0"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)