Skip to content

Commit

Permalink
bump deps (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-dot-js authored Oct 19, 2023
1 parent fb84ef6 commit 7ff7b4c
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 841 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,37 @@
"@remix-run/react": "2.1.0",
"@remix-run/serve": "2.1.0",
"@uidotdev/usehooks": "2.4.0",
"@vercel/remix": "2.0.1",
"@vercel/remix": "2.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"isbot": "3.7.0",
"lucide-react": "0.287.0",
"lucide-react": "0.288.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-syntax-highlighter": "15.5.0",
"tailwind-merge": "1.14.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.4.6",
"@storybook/addon-interactions": "7.4.6",
"@storybook/addon-links": "7.4.6",
"@storybook/addon-essentials": "7.5.0",
"@storybook/addon-interactions": "7.5.0",
"@storybook/addon-links": "7.5.0",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling": "1.3.7",
"@storybook/blocks": "7.4.6",
"@storybook/builder-vite": "7.4.6",
"@storybook/react": "7.4.6",
"@storybook/react-vite": "7.4.6",
"@storybook/blocks": "7.5.0",
"@storybook/builder-vite": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/react-vite": "7.5.0",
"@storybook/testing-library": "0.2.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-syntax-highlighter": "^15.5.8",
"@types/node": "18.18.6",
"@types/react": "18.2.29",
"@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",
Expand All @@ -79,10 +79,10 @@
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"storybook": "7.4.6",
"storybook": "7.5.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"vite": "4.4.11",
"vite": "4.5.0",
"vitest": "0.34.6",
"vitest-dom": "0.1.1"
}
Expand Down
Loading

1 comment on commit 7ff7b4c

@vercel
Copy link

@vercel vercel bot commented on 7ff7b4c Oct 19, 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.