|
1 | 1 | { |
2 | 2 | "name": "strapi-plugin-navigation", |
3 | | - "version": "3.3.0", |
| 3 | + "version": "3.3.1", |
4 | 4 | "description": "Strapi - Navigation plugin", |
5 | 5 | "strapi": { |
6 | 6 | "name": "navigation", |
|
60 | 60 | "@jest/types": "29.5.x", |
61 | 61 | "@koa/router": "^12.0.1", |
62 | 62 | "@strapi-community/plugin-rest-cache": "^5.0.1", |
63 | | - "@strapi/plugin-graphql": "^5.14.0", |
| 63 | + "@strapi/plugin-graphql": "^5.33.4", |
64 | 64 | "@strapi/sdk-plugin": "^5.3.2", |
65 | | - "@strapi/strapi": "^5.14.0", |
66 | | - "@strapi/types": "^5.14.0", |
67 | | - "@strapi/typescript-utils": "^5.14.0", |
| 65 | + "@strapi/strapi": "^5.33.4", |
| 66 | + "@strapi/types": "^5.33.4", |
| 67 | + "@strapi/typescript-utils": "^5.33.4", |
68 | 68 | "@types/jest": "^29.5.12", |
69 | 69 | "@types/koa": "^2.15.0", |
70 | 70 | "@types/koa-bodyparser": "^4.3.12", |
|
96 | 96 | "typescript": "^5.6.2" |
97 | 97 | }, |
98 | 98 | "peerDependencies": { |
| 99 | + "@strapi/design-system": "^2.0.0", |
| 100 | + "@strapi/icons": "^2.0.0", |
99 | 101 | "@strapi/sdk-plugin": "^5.0.0", |
100 | 102 | "@strapi/strapi": "^5.0.0", |
101 | 103 | "lodash": "^4.17.21", |
|
158 | 160 | "navigation" |
159 | 161 | ], |
160 | 162 | "engines": { |
161 | | - "node": ">=18.0.0 <=22.x.x", |
| 163 | + "node": ">=18.0.0 <=24.x.x", |
162 | 164 | "npm": ">=6.0.0" |
163 | 165 | }, |
164 | 166 | "license": "MIT", |
|
0 commit comments