Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
doinel1a committed Apr 16, 2024
1 parent cdc896a commit c4c570f
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 584 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,54 +22,54 @@
"test:ui": "playwright test --ui"
},
"dependencies": {
"@nextui-org/button": "^2.0.27",
"@nextui-org/dropdown": "^2.1.17",
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.18",
"@nextui-org/button": "^2.0.28",
"@nextui-org/dropdown": "^2.1.18",
"@nextui-org/system": "^2.1.0",
"@nextui-org/theme": "^2.2.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.24",
"lucide-react": "^0.364.0",
"next": "14.1.4",
"framer-motion": "^11.1.1",
"lucide-react": "^0.368.0",
"next": "14.2.1",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.7",
"@types/node": "20.12.2",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/eslint": "^8.56.9",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "10.4.19",
"cssnano": "^6.1.2",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unicorn": "^52.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"sass": "^1.72.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.75.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit c4c570f

Please sign in to comment.