Skip to content

Commit

Permalink
fix: remove sonner, remove deepmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Nov 13, 2024
1 parent a4d91d8 commit 6cd36bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ https://www.npmjs.com/package/@risc0/ui

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-36.14%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-79.51%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-72%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-36.14%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-36.64%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-80.48%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-73.46%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-36.64%25-red.svg?style=flat) |
5 changes: 2 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.207",
"version": "0.0.208",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -35,13 +35,12 @@
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"deepmerge": "4.3.1",
"es-toolkit": "1.27.0",
"lucide-react": "0.456.0",
"next-themes": "0.4.3",
"p-safe": "1.0.0",
"react-hook-form": "7.53.2",
"recharts": "2.13.3",
"sonner": "1.7.0",
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
Expand Down
28 changes: 0 additions & 28 deletions sonner.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* c8 ignore start */
import deepmerge from "deepmerge";
import { toMerged } from "es-toolkit";
import type { Config } from "tailwindcss";
import tailwindConfig from "./config/tailwind.config.base";

const config = deepmerge(tailwindConfig, {
const config = toMerged(tailwindConfig, {
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit 6cd36bf

Please sign in to comment.