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 Sep 17, 2024
1 parent 2ba8161 commit 60bf9fc
Show file tree
Hide file tree
Showing 6 changed files with 509 additions and 669 deletions.
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"dependencies": {
"@radix-ui/react-select": "2.1.1",
"@t3-oss/env-nextjs": "0.11.1",
"@types/node": "20.16.2",
"@types/react": "18.3.5",
"@types/node": "20.16.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "1.3.1",
"eslint-config-next": "14.2.7",
"lucide-react": "0.437.0",
"next": "14.2.7",
"eslint-config-next": "14.2.11",
"lucide-react": "0.441.0",
"next": "14.2.11",
"next-themes": "0.3.0",
"pnpm": "8.15.9",
"react": "18.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "14.2.7",
"@pandacss/eslint-plugin": "0.1.9",
"@next/eslint-plugin-next": "14.2.11",
"@pandacss/eslint-plugin": "0.1.11",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.7",
"eslint-config-turbo": "2.1.1",
"eslint-config-next": "14.2.11",
"eslint-config-turbo": "2.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0"
},
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,9 +8,9 @@
"@typescript-eslint/parser": "7.18.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-turbo": "2.1.1",
"eslint-config-turbo": "2.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1"
"eslint-plugin-import": "2.30.0"
},
"publishConfig": {
"access": "public"
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.45.2",
"@pandacss/dev": "0.46.0",
"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.45.2"
"@pandacss/dev": "0.46.0"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
Loading

0 comments on commit 60bf9fc

Please sign in to comment.