Skip to content

Commit

Permalink
add zod and deep-object-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 8, 2022
1 parent db46a71 commit b7ca869
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 26 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.1",
"deep-object-diff": "^1.1.7",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-session": "^1.17.2",
Expand All @@ -54,7 +55,8 @@
"phoenix": "^1.6.6",
"phoenix_html": "^3.2.0",
"phoenix_live_view": "^0.17.6",
"ws": "^8.4.2"
"ws": "^8.4.2",
"zod": "^3.11.6"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
Expand Down

0 comments on commit b7ca869

Please sign in to comment.