Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Dec 8, 2023
1 parent 5af8ac9 commit 6bf9542
Show file tree
Hide file tree
Showing 2 changed files with 2,372 additions and 2,562 deletions.
49 changes: 26 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@auth/prisma-adapter": "^1.0.9",
"@heroicons/react": "^2.0.18",
"@nextui-org/react": "2.2.9",
"@prisma/client": "^5.6.0",
"framer-motion": "^10.16.12",
"@prisma/client": "^5.7.0",
"framer-motion": "^10.16.16",
"neverthrow": "^6.1.0",
"next": "14.0.3",
"next": "14.0.4",
"next-auth": "^5.0.0-beta.4",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.7",
Expand All @@ -47,30 +47,31 @@
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@playwright/test": "^1.40.1",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-themes": "^7.6.3",
"@storybook/blocks": "^7.6.3",
"@storybook/nextjs": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-interactions": "^7.6.4",
"@storybook/addon-links": "^7.6.4",
"@storybook/addon-onboarding": "^1.0.9",
"@storybook/addon-themes": "^7.6.4",
"@storybook/blocks": "^7.6.4",
"@storybook/nextjs": "^7.6.4",
"@storybook/react": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.2",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -80,15 +81,16 @@
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"storybook": "^7.6.3",
"tailwindcss": "^3.3.5",
"prisma": "^5.7.0",
"storybook": "^7.6.4",
"tailwindcss": "^3.3.6",
"typescript": "^5",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
"vite-tsconfig-paths": "^4.2.2",
"vitest": "0.34.6"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -153,6 +155,7 @@
"sort/destructuring-properties": "error",
"sort/object-properties": "error",
"sort/type-properties": "error",
"unicorn/no-null": "off",
"unicorn/no-useless-undefined": "off",
"unicorn/prefer-node-protocol": "off",
"unused-imports/no-unused-imports": "error"
Expand Down
Loading

0 comments on commit 6bf9542

Please sign in to comment.