Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Oct 1, 2024
1 parent 6a831e5 commit 9a89c6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/biome.base.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"files": {
"ignore": [".next", ".vercel", "build", "dist", "node_modules"],
"ignoreUnknown": true
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.178",
"version": "0.0.179",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -50,13 +50,13 @@
"vaul": "1.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@biomejs/biome": "1.9.3",
"@ladle/react": "4.1.1",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.13",
"@vitejs/plugin-react-swc": "3.7.0",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.0.5",
"deepmerge": "4.3.1",
"happy-dom": "15.7.4",
Expand Down

0 comments on commit 9a89c6c

Please sign in to comment.