Skip to content

Commit

Permalink
Move zod from dev to runtime dependency
Browse files Browse the repository at this point in the history
Since we use it when getting config we need to use it in runtime
context.
  • Loading branch information
spaceo committed Aug 29, 2024
1 parent f822bc8 commit d8313d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
},
"dependencies": {
"cosmiconfig": "^9.0.0",
"prettier": "^2.3.2"
"prettier": "^2.3.2",
"zod": "^3.7.1"
},
"devDependencies": {
"@types/node": "^16.6.0",
"@types/prettier": "^2.3.2",
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"typescript": "^4.3.5",
"zod": "^3.7.1"
"typescript": "^4.3.5"
},
"types": "index.d.ts"
}

0 comments on commit d8313d3

Please sign in to comment.