|
1 | 1 | { |
2 | 2 | "name": "strapi-plugin-comments", |
3 | | - "version": "2.2.12", |
| 3 | + "version": "2.2.13", |
4 | 4 | "description": "Strapi - Comments plugin", |
5 | 5 | "strapi": { |
6 | 6 | "name": "comments", |
|
27 | 27 | "url": "https://github.com/VirtusLab-Open-Source/strapi-plugin-comments" |
28 | 28 | }, |
29 | 29 | "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", |
32 | 32 | "@types/axios": "^0.14.0", |
33 | 33 | "@types/react-intl": "^3.0.0", |
34 | 34 | "@types/react-query": "^1.2.9", |
|
39 | 39 | "codemirror5": "npm:codemirror@^5.65.11" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@strapi/helper-plugin": "^4.11.7", |
| 42 | + "@strapi/helper-plugin": "^4.13.1", |
43 | 43 | "@types/bad-words": "^3.0.1", |
44 | 44 | "@types/jest": "^29.4.0", |
45 | 45 | "codecov": "^3.7.2", |
46 | 46 | "copyfiles": "^2.4.1", |
| 47 | + "highlight.js": "^10.4.1", |
47 | 48 | "husky": "7.0.4", |
48 | 49 | "jest": "^29.4.3", |
49 | 50 | "jest-cli": "^29.4.3", |
50 | 51 | "jest-junit": "^15.0.0", |
51 | 52 | "jest-styled-components": "^7.1.1", |
52 | 53 | "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", |
53 | 64 | "nodemon": "^2.0.21", |
54 | 65 | "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", |
57 | 68 | "rimraf": "^4.3.0", |
58 | | - "react-intl": "^6.2.10", |
| 69 | + "react-intl": "^6.4.1", |
| 70 | + "sanitize-html": "2.11.0", |
59 | 71 | "strapi-typed": "^1.0.15", |
60 | 72 | "ts-jest": "^29.0.5", |
61 | 73 | "ts-node": "^10.9.1", |
62 | | - "typescript": "^4.9.5" |
| 74 | + "typescript": "^5.1.3" |
63 | 75 | }, |
64 | 76 | "peerDependencies": { |
65 | 77 | "@strapi/strapi": "^4.0.0", |
|
99 | 111 | } |
100 | 112 | ], |
101 | 113 | "engines": { |
102 | | - "node": ">=14.19.1 <=18.x.x", |
| 114 | + "node": ">=16.0.0 <=20.x.x", |
103 | 115 | "npm": ">=7.x.x" |
104 | 116 | }, |
105 | 117 | "keywords": [ |
|
0 commit comments