Skip to content

Commit

Permalink
fix: es-toolkit is a dependency not a dev one (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <[email protected]>
  • Loading branch information
sfroment authored Jan 12, 2025
1 parent ebcf8bc commit 3473e12
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.4.4";
export const VERSION = "0.5.0";
4 changes: 2 additions & 2 deletions packages/object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"devDependencies": {
"@bufbuild/protobuf": "^2.0.0",
"benchmark": "^2.1.4",
"es-toolkit": "1.30.1",
"tsx": "4.19.1"
},
"dependencies": {
"@ts-drp/logger": "^0.5.0",
"fast-deep-equal": "^3.1.3",
"fast-equals": "^5.2.2"
"fast-equals": "^5.2.2",
"es-toolkit": "1.30.1"
}
}
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 3473e12

Please sign in to comment.