We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f8815 commit b6fe9c0Copy full SHA for b6fe9c0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strapi-plugin-navigation",
3
- "version": "3.2.2",
+ "version": "3.2.3",
4
"description": "Strapi - Navigation plugin",
5
"strapi": {
6
"name": "navigation",
@@ -53,7 +53,7 @@
53
"react-dnd-html5-backend": "^16.0.1",
54
"react-intl": "6.6.2",
55
"uuid": "^10.0.0",
56
- "zod": "^3.22.5"
+ "zod": "3.25.67"
57
},
58
"devDependencies": {
59
"@faker-js/faker": "^9.0.3",
@@ -102,7 +102,8 @@
102
"react": "^17.0.0 || ^18.0.0",
103
"react-dom": "^17.0.0 || ^18.0.0",
104
"react-router-dom": "^6.0.0",
105
- "styled-components": "^6.0.0"
+ "styled-components": "^6.0.0",
106
+ "zod": "3.25.x"
107
108
"husky": {
109
"hooks": {
0 commit comments