Skip to content

Commit b6fe9c0

Browse files
chore: bump zod version (#595)
* chore: bump zod version * chore: bump package version
1 parent b3f8815 commit b6fe9c0

File tree

2 files changed

+455
-463
lines changed

2 files changed

+455
-463
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-navigation",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Strapi - Navigation plugin",
55
"strapi": {
66
"name": "navigation",
@@ -53,7 +53,7 @@
5353
"react-dnd-html5-backend": "^16.0.1",
5454
"react-intl": "6.6.2",
5555
"uuid": "^10.0.0",
56-
"zod": "^3.22.5"
56+
"zod": "3.25.67"
5757
},
5858
"devDependencies": {
5959
"@faker-js/faker": "^9.0.3",
@@ -102,7 +102,8 @@
102102
"react": "^17.0.0 || ^18.0.0",
103103
"react-dom": "^17.0.0 || ^18.0.0",
104104
"react-router-dom": "^6.0.0",
105-
"styled-components": "^6.0.0"
105+
"styled-components": "^6.0.0",
106+
"zod": "3.25.x"
106107
},
107108
"husky": {
108109
"hooks": {

0 commit comments

Comments
 (0)