Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Sep 24, 2024
1 parent b8739dd commit 1eff5f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `@risc0/ui` 🎨
# 🎨 `@risc0/ui`

Building blocks for UI applications at RISC Zero.

Expand All @@ -9,7 +9,7 @@ https://www.npmjs.com/package/@risc0/ui
#### Prerequisites

- Install [Node](https://nodejs.org/en) (≥ v20.x.x)
- Install [bun](https://bun.sh/) (≥ v1.1.18)
- Install [bun](https://bun.sh/) (≥ v1.1.30)

> [!TIP]
> When making code changes, it helps to have the [Biome VSCode extension](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) installed.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.173",
"version": "0.0.174",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -44,9 +44,9 @@
"sonner": "1.5.0",
"string-ts": "2.2.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.0-dev.20240923",
"typescript": "5.7.0-dev.20240924",
"vaul": "0.9.4"
},
"devDependencies": {
Expand Down

0 comments on commit 1eff5f9

Please sign in to comment.