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 13, 2024
1 parent 4a71877 commit b645535
Show file tree
Hide file tree
Showing 6 changed files with 651 additions and 288 deletions.
8 changes: 4 additions & 4 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.10.1",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "1.3.1",
"eslint-config-next": "14.2.4",
"lucide-react": "0.399.0",
"next": "14.2.4",
"eslint-config-next": "14.2.5",
"lucide-react": "0.408.0",
"next": "14.2.5",
"next-themes": "0.3.0",
"pnpm": "8.15.8",
"react": "18.3.1",
Expand Down
10 changes: 5 additions & 5 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.4",
"@next/eslint-plugin-next": "14.2.5",
"@pandacss/eslint-plugin": "0.1.9",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"eslint-config-turbo": "2.0.6",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"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 @@ -4,8 +4,8 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-turbo": "2.0.6",
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.41.0",
"@pandacss/dev": "0.42.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.41.0"
"@pandacss/dev": "0.42.0"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
Loading

0 comments on commit b645535

Please sign in to comment.