Skip to content

Commit f830a38

Browse files
fix(eslint-config-custom-next): update minor dependencies
1 parent 2ba8161 commit f830a38

File tree

6 files changed

+366
-762
lines changed

6 files changed

+366
-762
lines changed

apps/web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"dependencies": {
2121
"@radix-ui/react-select": "2.1.1",
2222
"@t3-oss/env-nextjs": "0.11.1",
23-
"@types/node": "20.16.2",
24-
"@types/react": "18.3.5",
23+
"@types/node": "20.16.5",
24+
"@types/react": "18.3.7",
2525
"@types/react-dom": "18.3.0",
2626
"@vercel/analytics": "1.3.1",
27-
"eslint-config-next": "14.2.7",
28-
"lucide-react": "0.437.0",
29-
"next": "14.2.7",
27+
"eslint-config-next": "14.2.12",
28+
"lucide-react": "0.441.0",
29+
"next": "14.2.12",
3030
"next-themes": "0.3.0",
3131
"pnpm": "8.15.9",
3232
"react": "18.3.1",

packages/eslint-config-custom-next/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@next/eslint-plugin-next": "14.2.7",
8-
"@pandacss/eslint-plugin": "0.1.9",
7+
"@next/eslint-plugin-next": "14.2.12",
8+
"@pandacss/eslint-plugin": "0.1.11",
99
"@typescript-eslint/eslint-plugin": "7.18.0",
1010
"@typescript-eslint/parser": "7.18.0",
1111
"eslint-config-airbnb": "19.0.4",
1212
"eslint-config-airbnb-typescript": "18.0.0",
13-
"eslint-config-next": "14.2.7",
14-
"eslint-config-turbo": "2.1.1",
13+
"eslint-config-next": "14.2.12",
14+
"eslint-config-turbo": "2.1.2",
1515
"eslint-config-prettier": "9.1.0",
16-
"eslint-plugin-import": "2.29.1",
17-
"eslint-plugin-jsx-a11y": "6.9.0",
18-
"eslint-plugin-react": "7.35.0",
16+
"eslint-plugin-import": "2.30.0",
17+
"eslint-plugin-jsx-a11y": "6.10.0",
18+
"eslint-plugin-react": "7.36.1",
1919
"eslint-plugin-react-hooks": "4.6.2",
2020
"eslint-plugin-storybook": "0.8.0"
2121
},

packages/eslint-config-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@typescript-eslint/parser": "7.18.0",
99
"eslint-config-airbnb-base": "15.0.0",
1010
"eslint-config-airbnb-typescript": "18.0.0",
11-
"eslint-config-turbo": "2.1.1",
11+
"eslint-config-turbo": "2.1.2",
1212
"eslint-config-prettier": "9.1.0",
13-
"eslint-plugin-import": "2.29.1"
13+
"eslint-plugin-import": "2.30.0"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/panda-preset-radix-colors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@pandacss/dev": "0.45.2",
32+
"@pandacss/dev": "0.46.0",
3333
"pandacss-preset-radix-colors": "0.2.0"
3434
},
3535
"devDependencies": {

packages/panda-preset-radix-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"author": "",
3131
"license": "MIT",
3232
"dependencies": {
33-
"@pandacss/dev": "0.45.2"
33+
"@pandacss/dev": "0.46.0"
3434
},
3535
"devDependencies": {
3636
"eslint-config-custom": "workspace:*",

0 commit comments

Comments
 (0)