Skip to content

Commit

Permalink
bump deps (#32)
Browse files Browse the repository at this point in the history
* bump deps

* removes unnecessary config
  • Loading branch information
cody-dot-js authored Oct 31, 2023
1 parent 7ff7b4c commit 562c4eb
Show file tree
Hide file tree
Showing 6 changed files with 789 additions and 790 deletions.
3 changes: 0 additions & 3 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import type { Preview } from "@storybook/react";
import { setupTailwindSelectorStrategy } from "./setup-tailwind-selector-strategy";
import { withThemeByClassName } from "@storybook/addon-styling";

import "../src/assets/fonts/fonts.css";
import "../src/mantle.css";

setupTailwindSelectorStrategy();

const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
Expand Down
10 changes: 0 additions & 10 deletions .storybook/setup-tailwind-selector-strategy.ts

This file was deleted.

2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const links: LinksFunction = () => [

export default function App() {
return (
<html className="h-full" lang="en-US" dir="ltr" id="ngrok">
<html className="h-full" lang="en-US" dir="ltr">
<head>
<meta charSet="utf-8" />
<meta name="author" content="ngrok" />
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,45 +32,45 @@
"@remix-run/node": "2.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/serve": "2.1.0",
"@uidotdev/usehooks": "2.4.0",
"@uidotdev/usehooks": "2.4.1",
"@vercel/remix": "2.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"isbot": "3.7.0",
"lucide-react": "0.288.0",
"lucide-react": "0.290.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "15.5.0",
"tailwind-merge": "1.14.0",
"tailwind-merge": "2.0.0",
"tailwindcss-animate": "1.0.7",
"tiny-invariant": "1.3.1"
},
"devDependencies": {
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
"@storybook/addon-essentials": "7.5.0",
"@storybook/addon-interactions": "7.5.0",
"@storybook/addon-links": "7.5.0",
"@storybook/addon-essentials": "7.5.2",
"@storybook/addon-interactions": "7.5.2",
"@storybook/addon-links": "7.5.2",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling": "1.3.7",
"@storybook/blocks": "7.5.0",
"@storybook/builder-vite": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/react-vite": "7.5.0",
"@storybook/blocks": "7.5.2",
"@storybook/builder-vite": "7.5.2",
"@storybook/react": "7.5.2",
"@storybook/react-vite": "7.5.2",
"@storybook/testing-library": "0.2.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/node": "18.18.6",
"@types/react": "18.2.29",
"@types/node": "18.18.7",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-syntax-highlighter": "15.5.9",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-react-swc": "3.4.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@vitejs/plugin-react-swc": "3.4.1",
"@vitest/ui": "0.34.6",
"autoprefixer": "10.4.16",
"browserslist": "4.22.1",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
Expand All @@ -79,8 +79,8 @@
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"storybook": "7.5.0",
"tailwindcss": "3.3.3",
"storybook": "7.5.2",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vitest": "0.34.6",
Expand Down
Loading

1 comment on commit 562c4eb

@vercel
Copy link

@vercel vercel bot commented on 562c4eb Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.