Skip to content

Commit

Permalink
fix(eslint-config-custom-next): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2024
1 parent de40c30 commit 473f54d
Show file tree
Hide file tree
Showing 4 changed files with 1,540 additions and 1,077 deletions.
44 changes: 22 additions & 22 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@prisma/client": "5.9.1",
"@t3-oss/env-nextjs": "0.8.0",
"@prisma/client": "5.16.1",
"@t3-oss/env-nextjs": "0.10.1",
"@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.39",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "1.3.1",
"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",
"next": "14.1.0",
"next-themes": "0.2.1",
"pnpm": "9.0.4",
"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",
"clsx": "2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"framer-motion": "11.2.12",
"lucide-react": "0.400.0",
"next": "14.2.4",
"next-themes": "0.3.0",
"pnpm": "9.4.0",
"prisma": "5.16.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"tailwind-merge": "2.3.0",
"tailwind-variants": "0.2.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.3",
"zod": "3.22.4"
"typescript": "5.5.3",
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.24.7",
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@next/eslint-plugin-next": "14.1.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"@next/eslint-plugin-next": "14.2.4",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"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",
"typescript": "5.3.3"
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "3.17.4",
"typescript": "5.5.3"
},
"devDependencies": {
"prettier": "3.3.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.29.1",
"typescript": "5.3.3"
"typescript": "5.5.3"
},
"devDependencies": {
"prettier": "3.3.2"
Expand Down
Loading

0 comments on commit 473f54d

Please sign in to comment.