|
1 | 1 | { |
2 | 2 | "name": "strapi-plugin-navigation", |
3 | | - "version": "3.0.7-beta.2", |
| 3 | + "version": "3.0.7-beta.3", |
4 | 4 | "description": "Strapi - Navigation plugin", |
5 | 5 | "strapi": { |
6 | 6 | "name": "navigation", |
|
40 | 40 | } |
41 | 41 | ], |
42 | 42 | "dependencies": { |
| 43 | + "@sensinum/strapi-utils": "^1.0.4", |
43 | 44 | "@sindresorhus/slugify": "1.1.0", |
44 | 45 | "@tanstack/react-query": "^5.40.0", |
45 | | - "formik": "^2.4.5", |
46 | | - "lodash": "^4.17.21", |
47 | 46 | "pluralize": "8.0.0", |
48 | | - "react": "^18.3.1", |
49 | 47 | "react-dnd": "^16.0.1", |
50 | 48 | "react-dnd-html5-backend": "^16.0.1", |
51 | | - "react-dom": "^18.3.1", |
52 | | - "react-intl": "^6.6.2", |
53 | | - "react-router-dom": "^6.22.3", |
54 | 49 | "uuid": "^10.0.0", |
55 | 50 | "zod": "^3.22.5" |
56 | 51 | }, |
57 | 52 | "devDependencies": { |
58 | 53 | "@faker-js/faker": "^9.0.3", |
59 | 54 | "@jest/types": "29.5.x", |
60 | 55 | "@koa/router": "^12.0.1", |
61 | | - "@sensinum/strapi-utils": "^1.0.4", |
62 | 56 | "@strapi/design-system": "2.0.0-rc.14", |
63 | 57 | "@strapi/icons": "2.0.0-rc.14", |
64 | 58 | "@strapi/plugin-graphql": "^5.8.1", |
|
70 | 64 | "@types/koa": "^2.15.0", |
71 | 65 | "@types/koa-bodyparser": "^4.3.12", |
72 | 66 | "@types/koa__router": "^12.0.4", |
73 | | - "@types/lodash": "^4.14.191", |
| 67 | + "@types/lodash": "^4.17.4", |
74 | 68 | "@types/node": "^20.12.0", |
75 | 69 | "@types/pluralize": "0.0.33", |
76 | 70 | "@types/react": "^18.3.8", |
|
85 | 79 | "jest-junit": "^16.0.0", |
86 | 80 | "jest-styled-components": "^7.1.1", |
87 | 81 | "koa": "^2.15.3", |
| 82 | + "lodash": "^4.17.21", |
88 | 83 | "nodemon": "^2.0.15", |
89 | 84 | "prettier": "^3.3.3", |
| 85 | + "react": "^18.3.1", |
| 86 | + "react-dom": "^18.3.1", |
| 87 | + "react-intl": "^6.6.2", |
90 | 88 | "react-query": "3.39.3", |
| 89 | + "react-router-dom": "^6.22.3", |
91 | 90 | "strapi-plugin-rest-cache": "^4.2.9", |
92 | 91 | "styled-components": "^6.1.13", |
93 | 92 | "ts-jest": "^29.1.4", |
94 | 93 | "ts-node": "^10.9.1", |
95 | 94 | "typescript": "^5.6.2" |
96 | 95 | }, |
97 | 96 | "peerDependencies": { |
| 97 | + "@strapi/design-system": "^2.0.0-rc.14", |
| 98 | + "@strapi/icons": "^2.0.0-rc.14", |
98 | 99 | "@strapi/sdk-plugin": "^5.3.0", |
99 | 100 | "@strapi/strapi": "^5.8.1", |
100 | 101 | "lodash": "^4.17.21", |
101 | 102 | "react": "^18.3.1", |
102 | 103 | "react-dom": "^18.3.1", |
| 104 | + "react-intl": "^6.6.2", |
103 | 105 | "react-router-dom": "^6.22.3", |
104 | 106 | "styled-components": "^6.1.13" |
105 | 107 | }, |
|
0 commit comments