|
1 | 1 | {
|
2 | 2 | "name": "strapi-plugin-comments",
|
3 |
| - "version": "3.0.5", |
| 3 | + "version": "3.0.6", |
4 | 4 | "description": "Strapi - Comments plugin",
|
5 | 5 | "strapi": {
|
6 | 6 | "name": "comments",
|
|
57 | 57 | "no-profanity": "^1.5.1",
|
58 | 58 | "react": "^18.3.1",
|
59 | 59 | "react-dom": "^18.3.1",
|
60 |
| - "react-router-dom": "^6.26.2", |
| 60 | + "react-router-dom": "^6.22.3", |
61 | 61 | "sanitize-html": "^2.13.1",
|
62 | 62 | "styled-components": "^6.1.13",
|
63 | 63 | "zod": "^3.23.8",
|
|
66 | 66 | "devDependencies": {
|
67 | 67 | "@jest/types": "29.5.x",
|
68 | 68 | "@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", |
75 | 75 | "@types/jest": "^29.5.12",
|
76 | 76 | "@types/koa": "^2.15.0",
|
77 | 77 | "@types/react": "^18.3.8",
|
|
88 | 88 | "typescript": "^5.6.2"
|
89 | 89 | },
|
90 | 90 | "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", |
93 | 93 | "react": "^18.3.1",
|
94 | 94 | "react-dom": "^18.3.1",
|
95 |
| - "react-router-dom": "^6.26.2", |
| 95 | + "react-router-dom": "^6.22.3", |
96 | 96 | "styled-components": "^6.1.13"
|
97 | 97 | },
|
98 | 98 | "nodemonConfig": {
|
|
0 commit comments