Skip to content

Commit 2e9fc55

Browse files
committed
chore: version bump
1 parent 2af9ff5 commit 2e9fc55

File tree

3 files changed

+429
-421
lines changed

3 files changed

+429
-421
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In our minimum support we're following [official Node.js releases timelines](htt
104104

105105
**Supported Strapi versions**:
106106

107-
- Strapi v5.7.0 (recently tested)
107+
- Strapi v5.8.1 (recently tested)
108108
- Strapi v5.x
109109

110110
> This plugin is designed for **Strapi v5**. To get support for other Strapi versions, please follow the [versions](#-versions) section.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-comments",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Strapi - Comments plugin",
55
"strapi": {
66
"name": "comments",
@@ -57,7 +57,7 @@
5757
"no-profanity": "^1.5.1",
5858
"react": "^18.3.1",
5959
"react-dom": "^18.3.1",
60-
"react-router-dom": "^6.26.2",
60+
"react-router-dom": "^6.22.3",
6161
"sanitize-html": "^2.13.1",
6262
"styled-components": "^6.1.13",
6363
"zod": "^3.23.8",
@@ -66,12 +66,12 @@
6666
"devDependencies": {
6767
"@jest/types": "29.5.x",
6868
"@sensinum/strapi-utils": "^1.0.4",
69-
"@strapi/plugin-cloud": "^5.7.0",
70-
"@strapi/plugin-graphql": "5.7.0",
71-
"@strapi/plugin-users-permissions": "^5.7.0",
72-
"@strapi/sdk-plugin": "^5.2.8",
73-
"@strapi/strapi": "^5.7.0",
74-
"@strapi/types": "^5.7.0",
69+
"@strapi/plugin-cloud": "^5.8.1",
70+
"@strapi/plugin-graphql": "5.8.1",
71+
"@strapi/plugin-users-permissions": "^5.8.1",
72+
"@strapi/sdk-plugin": "^5.3.0",
73+
"@strapi/strapi": "^5.8.1",
74+
"@strapi/types": "^5.8.1",
7575
"@types/jest": "^29.5.12",
7676
"@types/koa": "^2.15.0",
7777
"@types/react": "^18.3.8",
@@ -88,11 +88,11 @@
8888
"typescript": "^5.6.2"
8989
},
9090
"peerDependencies": {
91-
"@strapi/sdk-plugin": "^5.2.8",
92-
"@strapi/strapi": "^5.7.0",
91+
"@strapi/sdk-plugin": "^5.3.0",
92+
"@strapi/strapi": "^5.8.1",
9393
"react": "^18.3.1",
9494
"react-dom": "^18.3.1",
95-
"react-router-dom": "^6.26.2",
95+
"react-router-dom": "^6.22.3",
9696
"styled-components": "^6.1.13"
9797
},
9898
"nodemonConfig": {

0 commit comments

Comments
 (0)