Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed May 9, 2024
1 parent 8079c54 commit a5873f6
Show file tree
Hide file tree
Showing 4 changed files with 10,196 additions and 8,478 deletions.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@
"@nextui-org/theme": "^2.2.3",
"@nextui-org/user": "^2.0.28",
"@prisma/client": "^5.13.0",
"@react-aria/visually-hidden": "^3.8.11",
"amazon-buddy": "^2.2.45",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"framer-motion": "^11.1.9",
"next": "14.2.3",
"next-auth": "5.0.0-beta.9",
"next-themes": "^0.3.0",
Expand All @@ -65,39 +66,39 @@
"react-hot-toast": "^2.4.1",
"server-only": "^0.0.1",
"sharp": "^0.33.3",
"ts-essentials": "^9.4.2",
"ts-essentials": "^10.0.0",
"ulid": "^2.3.0",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"zod": "^3.23.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@playwright/test": "^1.43.1",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/addon-themes": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/nextjs": "^8.0.9",
"@storybook/react": "^8.0.9",
"@playwright/test": "^1.44.0",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-onboarding": "^8.0.10",
"@storybook/addon-themes": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/nextjs": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/testing-library": "^0.2.2",
"@testcontainers/postgresql": "^10.9.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/node": "^20.12.11",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "1.5.2",
"@vitest/ui": "1.5.2",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
Expand All @@ -110,25 +111,25 @@
"eslint-plugin-sort": "^3.0.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"just-pnpm": "^1.0.2",
"lint-staged": "^15.2.2",
"lodash.clonedeep": "^4.5.0",
"nextui-cli": "^0.2.0",
"nextui-cli": "^0.2.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.13.0",
"rimraf": "^5.0.5",
"storybook": "^8.0.9",
"storybook": "^8.0.10",
"tailwindcss": "^3.4.3",
"testcontainers": "^10.9.0",
"tsx": "^4.7.3",
"tsx": "^4.9.3",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.5.2"
"vitest": "1.6.0"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit a5873f6

Please sign in to comment.