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] authored Dec 8, 2023
1 parent d9106c8 commit 95a9ee7
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 463 deletions.
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "0.7.1",
"@types/node": "18.19.2",
"@types/react": "18.2.41",
"@types/node": "18.19.3",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@vercel/analytics": "1.1.1",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.0.4",
"lucide-react": "0.294.0",
"next": "14.0.3",
"next": "14.0.4",
"next-themes": "0.2.1",
"pnpm": "8.11.0",
"react": "18.2.0",
Expand All @@ -32,7 +32,7 @@
"tailwind-merge": "1.14.0",
"tailwind-variants": "0.1.18",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.2",
"typescript": "5.3.3",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@next/eslint-plugin-next": "14.0.3",
"@next/eslint-plugin-next": "14.0.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.29.0",
Expand All @@ -24,7 +24,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.13.0",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"devDependencies": {
"prettier": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "latest",
"eslint-plugin-import": "2.29.0",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"devDependencies": {
"prettier": "3.1.0"
Expand Down
Loading

0 comments on commit 95a9ee7

Please sign in to comment.