Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Feb 25, 2024
1 parent b500056 commit b620f34
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 433 deletions.
3 changes: 0 additions & 3 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"upgrade": true,
"reject": [
"@commitlint/config-conventional",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser"
]
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
},
"dependencies": {
"@aulasoftwarelibre/next-auth-firewall": "1.2.0",
"@auth/prisma-adapter": "^1.3.3",
"@auth/prisma-adapter": "^1.4.0",
"@heroicons/react": "^2.1.1",
"@nextui-org/react": "2.2.9",
"@opentelemetry/api": "^1.7.0",
"@prisma/client": "^5.9.1",
"@prisma/client": "^5.10.2",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.5",
"framer-motion": "^11.0.6",
"neverthrow": "^6.1.0",
"next": "14.1.0",
"next-auth": "5.0.0-beta.9",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.9",
"nodemailer": "^6.9.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
Expand All @@ -51,30 +51,30 @@
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/config-conventional": "18.6.2",
"@playwright/test": "^1.41.2",
"@storybook/addon-essentials": "^7.6.15",
"@storybook/addon-interactions": "^7.6.15",
"@storybook/addon-links": "^7.6.15",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/addon-themes": "^7.6.15",
"@storybook/blocks": "^7.6.15",
"@storybook/nextjs": "^7.6.15",
"@storybook/react": "^7.6.15",
"@storybook/addon-themes": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/nextjs": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"@vitest/coverage-v8": "1.3.1",
"@vitest/ui": "1.3.1",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
Expand All @@ -83,21 +83,21 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort": "^2.11.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prisma": "^5.9.1",
"storybook": "^7.6.15",
"prisma": "^5.10.2",
"storybook": "^7.6.17",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit b620f34

Please sign in to comment.