Skip to content

Commit

Permalink
update deps (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-dot-js authored Oct 17, 2023
1 parent e329e01 commit fb84ef6
Show file tree
Hide file tree
Showing 2 changed files with 952 additions and 853 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tooltip": "1.0.7",
"@remix-run/css-bundle": "2.0.1",
"@remix-run/node": "2.0.1",
"@remix-run/react": "2.0.1",
"@remix-run/serve": "2.0.1",
"@uidotdev/usehooks": "2.3.1",
"@remix-run/css-bundle": "2.1.0",
"@remix-run/node": "2.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/serve": "2.1.0",
"@uidotdev/usehooks": "2.4.0",
"@vercel/remix": "2.0.1",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"isbot": "3.7.0",
"lucide-react": "0.279.0",
"lucide-react": "0.287.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.5.0",
Expand All @@ -46,44 +46,44 @@
"tiny-invariant": "1.3.1"
},
"devDependencies": {
"@remix-run/dev": "2.0.1",
"@remix-run/eslint-config": "2.0.1",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@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-onboarding": "1.0.8",
"@storybook/addon-styling": "1.3.7",
"@storybook/blocks": "7.4.5",
"@storybook/builder-vite": "7.4.5",
"@storybook/react": "7.4.5",
"@storybook/react-vite": "7.4.5",
"@storybook/testing-library": "0.2.1",
"@storybook/blocks": "7.4.6",
"@storybook/builder-vite": "7.4.6",
"@storybook/react": "7.4.6",
"@storybook/react-vite": "7.4.6",
"@storybook/testing-library": "0.2.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/node": "20.7.1",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-syntax-highlighter": "^15.5.8",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-react-swc": "3.4.0",
"@vitest/ui": "0.34.5",
"@vitest/ui": "0.34.6",
"autoprefixer": "10.4.16",
"browserslist": "4.22.1",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.14",
"eslint-plugin-storybook": "0.6.15",
"jsdom": "22.1.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"storybook": "7.4.5",
"prettier-plugin-tailwindcss": "0.5.6",
"storybook": "7.4.6",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitest": "0.34.5",
"vite": "4.4.11",
"vitest": "0.34.6",
"vitest-dom": "0.1.1"
}
}
Loading

0 comments on commit fb84ef6

Please sign in to comment.