Skip to content

Commit

Permalink
⬆️ Atualizado dependencias do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Nov 7, 2024
1 parent 09d20c8 commit 84e0912
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 333 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,54 +30,54 @@
]
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@hookform/resolvers": "3.9.1",
"@phosphor-icons/react": "2.1.7",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@radix-ui/react-tooltip": "1.1.2",
"@upstash/ratelimit": "2.0.2",
"@vercel/kv": "2.0.0",
"@vercel/speed-insights": "1.0.12",
"@radix-ui/react-toast": "1.2.2",
"@radix-ui/react-tooltip": "1.1.3",
"@upstash/ratelimit": "2.0.4",
"@vercel/kv": "3.0.0",
"@vercel/speed-insights": "1.0.14",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cz-conventional-changelog": "3.3.0",
"dayjs": "1.11.13",
"lucide-react": "0.436.0",
"next": "14.2.7",
"next-themes": "0.3.0",
"nextjs-toploader": "3.6.15",
"lucide-react": "0.454.0",
"next": "14.2.17",
"next-themes": "0.4.3",
"nextjs-toploader": "3.7.15",
"react": "18.3.1",
"react-confetti": "6.1.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-hook-form": "7.53.1",
"resend": "4.0.0",
"sharp": "0.33.5",
"tailwind-merge": "2.5.2",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"zod": "3.23.8"
},
"devDependencies": {
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@ialexanderbrito/eslint-config": "2.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "22.5.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"postcss": "8.4.41",
"semantic-release": "^24.1.0",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
"eslint": "8.57.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"postcss": "8.4.47",
"semantic-release": "^24.2.0",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
},
"config": {
"commitizen": {
Expand All @@ -89,4 +89,4 @@
"pre-commit": "yarn run lint-staged"
}
}
}
}
Loading

0 comments on commit 84e0912

Please sign in to comment.