Skip to content

Commit 3432cd2

Browse files
authored
fix: strapi 4.13 packages alignment (#229)
1 parent 3b41a6c commit 3432cd2

File tree

3 files changed

+367
-83
lines changed

3 files changed

+367
-83
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
environment:
77
CODECOV_TOKEN: 02e2d4e8-88c4-4e5d-99da-a9a2888634c6
88
docker:
9-
- image: cimg/node:14.19.3
9+
- image: cimg/node:16.20.2
1010
working_directory: ~/repo
1111
resource_class: large
1212
steps:

package.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-comments",
3-
"version": "2.2.12",
3+
"version": "2.2.13",
44
"description": "Strapi - Comments plugin",
55
"strapi": {
66
"name": "comments",
@@ -27,8 +27,8 @@
2727
"url": "https://github.com/VirtusLab-Open-Source/strapi-plugin-comments"
2828
},
2929
"dependencies": {
30-
"@strapi/plugin-graphql": "^4.11.7",
31-
"@strapi/utils": "^4.11.7",
30+
"@strapi/plugin-graphql": "^4.13.1",
31+
"@strapi/utils": "^4.13.1",
3232
"@types/axios": "^0.14.0",
3333
"@types/react-intl": "^3.0.0",
3434
"@types/react-query": "^1.2.9",
@@ -39,27 +39,39 @@
3939
"codemirror5": "npm:codemirror@^5.65.11"
4040
},
4141
"devDependencies": {
42-
"@strapi/helper-plugin": "^4.11.7",
42+
"@strapi/helper-plugin": "^4.13.1",
4343
"@types/bad-words": "^3.0.1",
4444
"@types/jest": "^29.4.0",
4545
"codecov": "^3.7.2",
4646
"copyfiles": "^2.4.1",
47+
"highlight.js": "^10.4.1",
4748
"husky": "7.0.4",
4849
"jest": "^29.4.3",
4950
"jest-cli": "^29.4.3",
5051
"jest-junit": "^15.0.0",
5152
"jest-styled-components": "^7.1.1",
5253
"koa": "^2.14.1",
54+
"markdown-it": "^12.3.2",
55+
"markdown-it-abbr": "^1.0.4",
56+
"markdown-it-container": "^3.0.0",
57+
"markdown-it-deflist": "^2.1.0",
58+
"markdown-it-emoji": "^2.0.0",
59+
"markdown-it-footnote": "^3.0.3",
60+
"markdown-it-ins": "^3.0.1",
61+
"markdown-it-mark": "^3.0.1",
62+
"markdown-it-sub": "^1.0.0",
63+
"markdown-it-sup": "1.0.0",
5364
"nodemon": "^2.0.21",
5465
"prettier": "^2.8.4",
55-
"react": "^17.0.2",
56-
"react-dom": "^17.0.2",
66+
"react": "^18.2.0",
67+
"react-dom": "^18.2.0",
5768
"rimraf": "^4.3.0",
58-
"react-intl": "^6.2.10",
69+
"react-intl": "^6.4.1",
70+
"sanitize-html": "2.11.0",
5971
"strapi-typed": "^1.0.15",
6072
"ts-jest": "^29.0.5",
6173
"ts-node": "^10.9.1",
62-
"typescript": "^4.9.5"
74+
"typescript": "^5.1.3"
6375
},
6476
"peerDependencies": {
6577
"@strapi/strapi": "^4.0.0",
@@ -99,7 +111,7 @@
99111
}
100112
],
101113
"engines": {
102-
"node": ">=14.19.1 <=18.x.x",
114+
"node": ">=16.0.0 <=20.x.x",
103115
"npm": ">=7.x.x"
104116
},
105117
"keywords": [

0 commit comments

Comments
 (0)