Skip to content

Commit

Permalink
chore: add missing ESLint dependency, remove Zod
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Feb 22, 2024
1 parent 8328269 commit 62dec57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
28 changes: 13 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/next-safe-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "14.1.0",
"prettier": "^3.2.5",
"react": "18.2.0",
Expand All @@ -73,8 +74,5 @@
},
"dependencies": {
"@decs/typeschema": "^0.12.2"
},
"optionalDependencies": {
"zod": "^3.22.4"
}
}

0 comments on commit 62dec57

Please sign in to comment.