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 May 31, 2024
1 parent 843856d commit 696578d
Show file tree
Hide file tree
Showing 6 changed files with 940 additions and 1,170 deletions.
26 changes: 13 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
},
"dependencies": {
"@radix-ui/react-select": "2.0.0",
"@t3-oss/env-nextjs": "0.8.0",
"@types/node": "20.12.12",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "1.1.2",
"eslint-config-next": "14.1.0",
"lucide-react": "0.321.0",
"next": "14.1.0",
"next-themes": "0.2.1",
"pnpm": "8.15.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"@t3-oss/env-nextjs": "0.10.1",
"@types/node": "20.12.13",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "1.3.1",
"eslint-config-next": "14.2.3",
"lucide-react": "0.381.0",
"next": "14.2.3",
"next-themes": "0.3.0",
"pnpm": "8.15.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "2.12.7",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.24.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "14.1.0",
"@pandacss/eslint-plugin": "0.0.17",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@next/eslint-plugin-next": "14.2.3",
"@pandacss/eslint-plugin": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.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.3",
"eslint-config-turbo": "latest",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15"
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0"
},
"publishConfig": {
"access": "public"
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 @@ -4,8 +4,8 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-turbo": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-radix-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@pandacss/dev": "0.31.0",
"@pandacss/dev": "0.40.1",
"pandacss-preset-radix-colors": "0.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-radix-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@pandacss/dev": "0.31.0"
"@pandacss/dev": "0.40.1"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
Loading

0 comments on commit 696578d

Please sign in to comment.