Skip to content

Commit

Permalink
feat: ✨ bump a few vite related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 30, 2023
1 parent 82157f4 commit 4f51e03
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 778 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@iconify-json/logos": "1.1.38",
"@iconify-json/lucide": "1.1.141",
"@iconify/tailwind": "0.1.3",
"@playwright/test": "1.40.0",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@iconify-json/logos": "1.1.40",
"@iconify-json/lucide": "1.1.143",
"@iconify/tailwind": "0.1.4",
"@playwright/test": "1.40.1",
"@storybook/addon-essentials": "7.6.1",
"@storybook/addon-interactions": "7.6.1",
"@storybook/addon-links": "7.6.1",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-themes": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/react-vite": "7.5.3",
"@storybook/addon-themes": "7.6.1",
"@storybook/blocks": "7.6.1",
"@storybook/react": "7.6.1",
"@storybook/react-vite": "7.6.1",
"@storybook/testing-library": "0.2.2",
"@tailwindcss/typography": "0.5.10",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/react": "18.2.38",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-react-swc": "3.5.0",
"@vitest/coverage-v8": "0.34.6",
"autoprefixer": "10.4.16",
"daisyui": "4.4.7",
"daisyui": "4.4.14",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -82,10 +82,10 @@
"postcss": "8.4.31",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"storybook": "7.5.3",
"storybook": "7.6.1",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"vite": "5.0.2",
"typescript": "5.3.2",
"vite": "5.0.4",
"vitest": "0.34.6"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 4f51e03

Please sign in to comment.