Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Apr 13, 2024
1 parent 541f620 commit 1670a82
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 730 deletions.
2 changes: 2 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"upgrade": true,
"reject": [
"@nextui-org/react",
"eslint"
]
}
72 changes: 39 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@
},
"dependencies": {
"@aulasoftwarelibre/next-auth-firewall": "1.2.0",
"@auth/prisma-adapter": "^1.5.1",
"@auth/core": "^0.29.0",
"@auth/prisma-adapter": "^1.6.0",
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "2.2.9",
"@opentelemetry/api": "^1.8.0",
"@prisma/client": "^5.11.0",
"@prisma/client": "^5.12.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.22",
"framer-motion": "^11.0.28",
"neverthrow": "^6.1.0",
"next": "14.1.4",
"next": "14.2.1",
"next-auth": "5.0.0-beta.9",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.13",
Expand All @@ -46,7 +47,7 @@
"react-hot-toast": "^2.4.1",
"server-only": "^0.0.1",
"sharp": "^0.33.3",
"ts-essentials": "^9.4.1",
"ts-essentials": "^9.4.2",
"ulid": "^2.3.0",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
Expand All @@ -55,42 +56,42 @@
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@playwright/test": "^1.42.1",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/addon-onboarding": "^8.0.5",
"@storybook/addon-themes": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/nextjs": "^8.0.5",
"@storybook/react": "^8.0.5",
"@playwright/test": "^1.43.1",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/addon-themes": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/nextjs": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/testing-library": "^0.2.2",
"@testcontainers/postgresql": "^10.7.2",
"@testcontainers/postgresql": "^10.8.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^15.0.2",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "1.4.0",
"@vitest/ui": "1.4.0",
"@vitest/coverage-v8": "1.5.0",
"@vitest/ui": "1.5.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort": "^3.0.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
Expand All @@ -99,15 +100,15 @@
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prisma": "^5.11.0",
"prisma": "^5.12.1",
"rimraf": "^5.0.5",
"storybook": "^8.0.5",
"storybook": "^8.0.8",
"tailwindcss": "^3.4.3",
"testcontainers": "^10.7.2",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"testcontainers": "^10.8.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.4.0"
"vitest": "1.5.0"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -172,7 +173,12 @@
"import/no-default-export": "error",
"import/no-duplicates": "error",
"no-shadow": "off",
"react/jsx-sort-props": ["error", { "ignoreCase": true }],
"react/jsx-sort-props": [
"error",
{
"ignoreCase": true
}
],
"simple-import-sort/exports": "error",
"simple-import-sort/imports": "error",
"sort/destructuring-properties": "error",
Expand Down
Loading

0 comments on commit 1670a82

Please sign in to comment.