strapi-plugin-navigation 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ Complete installation requirements are exact same as for Strapi itself and can b
|
|
|
124
124
|
|
|
125
125
|
**Supported Strapi versions**:
|
|
126
126
|
|
|
127
|
-
- Strapi v4.
|
|
127
|
+
- Strapi v4.24.x (recently tested)
|
|
128
128
|
- Strapi v4.x
|
|
129
129
|
|
|
130
130
|
> This plugin is designed for **Strapi v4** and is not working with v3.x. To get version for **Strapi v3** install version [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v3).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strapi-plugin-navigation",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Strapi - Navigation plugin",
|
|
5
5
|
"strapi": {
|
|
6
6
|
"name": "navigation",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"types": "./types/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@sindresorhus/slugify": "1.1.0",
|
|
19
|
-
"@strapi/utils": "^4.
|
|
19
|
+
"@strapi/utils": "^4.24.4",
|
|
20
20
|
"lodash": "^4.17.21",
|
|
21
21
|
"pluralize": "^8.0.0",
|
|
22
22
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@strapi/data-transfer": "4.
|
|
31
|
+
"@strapi/data-transfer": "4.24.4",
|
|
32
32
|
"@strapi/strapi": "4.x",
|
|
33
33
|
"react": "^17.0.0 || ^18.0.0",
|
|
34
34
|
"react-dom": "^17.0.0 || ^18.0.0",
|