Skip to content

Commit

Permalink
fix(web): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 08a9c05 commit 9ba8009
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 317 deletions.
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
},
"dependencies": {
"@prisma/client": "5.9.1",
"@t3-oss/env-nextjs": "0.8.0",
"@t3-oss/env-nextjs": "0.9.2",
"@tanstack/react-query": "4.36.1",
"@types/node": "18.19.14",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "1.1.2",
"@types/node": "18.19.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "1.2.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"framer-motion": "11.0.3",
"lucide-react": "0.321.0",
"framer-motion": "11.0.5",
"lucide-react": "0.331.0",
"next": "14.1.0",
"next-themes": "0.2.1",
"pnpm": "8.15.1",
"pnpm": "8.15.3",
"prisma": "5.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"tailwind-merge": "2.2.1",
"tailwind-variants": "0.1.20",
"tailwind-variants": "0.2.0",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.3",
"zod": "3.22.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@next/eslint-plugin-next": "14.1.0",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand All @@ -22,8 +22,8 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "3.14.2",
"typescript": "5.3.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
Expand Down
Loading

0 comments on commit 9ba8009

Please sign in to comment.