Skip to content

Commit

Permalink
fix: eslint (#50)
Browse files Browse the repository at this point in the history
update: packages
  • Loading branch information
frankkim92 authored Apr 3, 2024
1 parent 52544f7 commit eb0c80d
Show file tree
Hide file tree
Showing 5 changed files with 991 additions and 970 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"input-otp": "^1.2.3",
"input-otp": "^1.2.4",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lucide-react": "^0.363.0",
"lucide-react": "^0.364.0",
"match-sorter": "^6.3.4",
"next-themes": "^0.3.0",
"react": "^18.2.0",
Expand All @@ -85,21 +85,21 @@
},
"devDependencies": {
"@iconify/json": "^2.2.196",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/addon-mdx-gfm": "^8.0.4",
"@storybook/addon-onboarding": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/react-vite": "^8.0.4",
"@storybook/test": "^8.0.4",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/addon-mdx-gfm": "^8.0.5",
"@storybook/addon-onboarding": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/react-vite": "^8.0.5",
"@storybook/test": "^8.0.5",
"@tailwindcss/forms": "^0.5.7",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
Expand All @@ -114,10 +114,10 @@
"nprogress": "^0.2.0",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"storybook": "^8.0.4",
"tailwindcss": "^3.4.1",
"storybook": "^8.0.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite": "^5.2.7",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-pwa": "^0.19.7",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
Loading

0 comments on commit eb0c80d

Please sign in to comment.