Skip to content

Commit

Permalink
align dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jan 24, 2025
1 parent d5a93db commit 21555c3
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 17 deletions.
8 changes: 3 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"TODO(v9):": "Remove these dependencies",
"devDependencies": {
"@types/array.prototype.flat": "^1.2.1",
"array.prototype.flat": "^1.3.0"
"array.prototype.flat": "^1.3.0",
"zod": "^3.24.1"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand All @@ -66,8 +67,5 @@
"volta": {
"extends": "../../package.json"
},
"sideEffects": false,
"devDependencies": {
"zod": "^3.24.1"
}
"sideEffects": false
}
Loading

0 comments on commit 21555c3

Please sign in to comment.