Skip to content

Commit

Permalink
chore: add lodash/es
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent 4abe91a commit 157c9d5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@risc0/ui",
"version": "0.0.26",
"type": "module",
"version": "0.0.27",
"sideEffects": false,
"type": "module",
"scripts": {
"bump:version": "bunx changelogen --bump --no-output",
"check": "bunx @biomejs/biome check . --apply-unsafe",
Expand All @@ -27,6 +27,7 @@
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.30",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
Expand All @@ -35,12 +36,13 @@
"clsx": "2.1.0",
"cmdk": "1.0.0",
"geist": "1.3.0",
"lodash-es": "4.17.21",
"lucide-react": "0.363.0",
"nprogress": "0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.2",
"sonner": "^1.4.41",
"sonner": "1.4.41",
"tailwind-merge": "2.2.2",
"tailwind-variants": "0.2.1",
"tailwindcss": "3.4.3",
Expand Down

0 comments on commit 157c9d5

Please sign in to comment.