Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Nov 16, 2024
1 parent 108d644 commit 5e6a75b
Show file tree
Hide file tree
Showing 2 changed files with 4,033 additions and 5,799 deletions.
142 changes: 71 additions & 71 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,106 +30,106 @@
"dependencies": {
"@aulasoftwarelibre/next-auth-firewall": "1.2.0",
"@auth/core": "^0.34.2",
"@auth/prisma-adapter": "^2.4.2",
"@auth/prisma-adapter": "^2.7.4",
"@heroicons/react": "^2.1.5",
"@nextui-org/avatar": "2.0.32",
"@nextui-org/breadcrumbs": "2.0.12",
"@nextui-org/button": "2.0.37",
"@nextui-org/card": "2.0.33",
"@nextui-org/divider": "2.0.31",
"@nextui-org/dropdown": "2.1.29",
"@nextui-org/input": "2.2.4",
"@nextui-org/kbd": "2.0.33",
"@nextui-org/link": "2.0.34",
"@nextui-org/listbox": "2.1.25",
"@nextui-org/modal": "2.0.39",
"@nextui-org/navbar": "2.0.36",
"@nextui-org/progress": "2.0.33",
"@nextui-org/radio": "2.1.4",
"@nextui-org/switch": "2.0.33",
"@nextui-org/system": "^2.2.5",
"@nextui-org/table": "2.0.39",
"@nextui-org/tabs": "2.0.35",
"@nextui-org/theme": "^2.2.9",
"@nextui-org/user": "2.0.33",
"@prisma/client": "^5.19.1",
"@react-aria/visually-hidden": "^3.8.15",
"@nextui-org/avatar": "2.0.33",
"@nextui-org/breadcrumbs": "2.0.13",
"@nextui-org/button": "2.0.38",
"@nextui-org/card": "2.0.34",
"@nextui-org/divider": "2.0.32",
"@nextui-org/dropdown": "2.1.31",
"@nextui-org/input": "2.2.5",
"@nextui-org/kbd": "2.0.34",
"@nextui-org/link": "2.0.35",
"@nextui-org/listbox": "2.1.27",
"@nextui-org/modal": "2.0.41",
"@nextui-org/navbar": "2.0.37",
"@nextui-org/progress": "2.0.34",
"@nextui-org/radio": "2.1.5",
"@nextui-org/switch": "2.0.34",
"@nextui-org/system": "^2.2.6",
"@nextui-org/table": "2.0.40",
"@nextui-org/tabs": "2.0.37",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/user": "2.0.34",
"@prisma/client": "^5.22.0",
"@react-aria/visually-hidden": "^3.8.17",
"amazon-buddy": "^2.2.45",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.4",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.17",
"next": "14.2.8",
"next-auth": "5.0.0-beta.9",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"next-themes": "^0.4.3",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"ts-essentials": "^10.0.2",
"ts-essentials": "^10.0.3",
"ulid": "^2.3.0",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0",
"use-debounce": "^10.0.4",
"uuid": "^11.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "19.4.1",
"@playwright/test": "^1.47.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/addon-themes": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@testcontainers/postgresql": "^10.13.0",
"@testing-library/jest-dom": "^6.5.0",
"@playwright/test": "^1.48.2",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-onboarding": "^8.4.4",
"@storybook/addon-themes": "^8.4.4",
"@storybook/blocks": "^8.4.4",
"@storybook/nextjs": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/test": "^8.4.4",
"@testcontainers/postgresql": "^10.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^22.5.4",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "2.0.5",
"@vitest/ui": "2.0.5",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort": "^3.0.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-sort": "^3.1.1",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"just-pnpm": "^1.0.2",
"lint-staged": "^15.2.10",
"lodash.clonedeep": "^4.5.0",
"nextui-cli": "^0.3.4",
"postcss": "^8.4.45",
"nextui-cli": "^0.3.5",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.19.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.22.0",
"rimraf": "^6.0.1",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.10",
"testcontainers": "^10.13.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "2.0.5"
"storybook": "^8.4.4",
"tailwindcss": "^3.4.15",
"testcontainers": "^10.14.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]",
"commitlint": {
Expand Down
Loading

0 comments on commit 5e6a75b

Please sign in to comment.