Skip to content

Commit 4fe278d

Browse files
committed
chore(deps): update dependencies: next to v14.2.3, @next/eslint-plugin-next to v14.2.3, eslint to v9.4.0, prettier to v3.3.1, typescript to v5.4.5, @typescript-eslint/eslint-plugin to v7.12.0, @typescript-eslint/parser to v7.12.0, eslint-config-turbo to v2.0.3, @types/eslint to v8.56.10, autoprefixer to v10.4.19, clsx to v2.1.1, postcss to v8.4.38, tailwindcss to v3.4.4, @types/node to v20.14.2, @types/react to v18.3.3, @types/react-dom to v18.3.0, react to v18.3.1, tailwind-merge to v2.3.0, typescript to v5.4.5, @turbo/gen to v2.0.3, eslint to v9.4.0, lucide-react to v0.390.0
1 parent 859ea32 commit 4fe278d

File tree

5 files changed

+594
-912
lines changed

5 files changed

+594
-912
lines changed

apps/docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"lint": "eslint . --max-warnings 0"
1010
},
1111
"dependencies": {
12-
"eslint": "^9.0.0",
13-
"next": "^14.1.4",
14-
"react": "^18.2.0",
15-
"react-dom": "^18.2.0",
12+
"eslint": "^9.4.0",
13+
"next": "^14.2.3",
14+
"react": "^18.3.1",
15+
"react-dom": "^18.3.1",
1616
"ui": "workspace:*"
1717
},
1818
"devDependencies": {
19-
"@next/eslint-plugin-next": "^14.1.4",
19+
"@next/eslint-plugin-next": "^14.2.3",
2020
"@repo/eslint-config": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
22-
"@types/eslint": "^8.56.7",
23-
"@types/node": "^20.12.5",
24-
"@types/react": "^18.2.74",
25-
"@types/react-dom": "^18.2.24",
22+
"@types/eslint": "^8.56.10",
23+
"@types/node": "^20.14.2",
24+
"@types/react": "^18.3.3",
25+
"@types/react-dom": "^18.3.0",
2626
"autoprefixer": "^10.4.19",
2727
"postcss": "^8.4.38",
28-
"tailwindcss": "^3.4.3",
29-
"typescript": "^5.4.4"
28+
"tailwindcss": "^3.4.4",
29+
"typescript": "^5.4.5"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@repo/eslint-config": "workspace:*",
1414
"@repo/typescript-config": "workspace:*",
15-
"prettier": "^3.2.5",
15+
"prettier": "^3.3.1",
1616
"turbo": "latest"
1717
},
1818
"packageManager": "pnpm@8.15.6",

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"react-internal.js"
99
],
1010
"devDependencies": {
11-
"@typescript-eslint/eslint-plugin": "^7.5.0",
12-
"@typescript-eslint/parser": "^7.5.0",
11+
"@typescript-eslint/eslint-plugin": "^7.12.0",
12+
"@typescript-eslint/parser": "^7.12.0",
1313
"@vercel/style-guide": "^6.0.0",
1414
"eslint-config-prettier": "^9.0.0",
15-
"eslint-config-turbo": "^1.13.2",
15+
"eslint-config-turbo": "^2.0.3",
1616
"eslint-plugin-only-warn": "^1.1.0",
17-
"typescript": "^5.4.4"
17+
"typescript": "^5.4.5"
1818
}
1919
}

packages/ui/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"devDependencies": {
99
"@repo/eslint-config": "workspace:*",
1010
"@repo/typescript-config": "workspace:*",
11-
"@turbo/gen": "^1.12.2",
12-
"@types/eslint": "^8.56.2",
13-
"@types/node": "^20.11.16",
14-
"@types/react": "^18.2.53",
15-
"@types/react-dom": "^18.2.18",
16-
"autoprefixer": "^10.4.16",
17-
"eslint": "^8.56.0",
18-
"postcss": "^8.4.32",
19-
"react": "^18.2.0",
20-
"tailwindcss": "^3.3.6",
21-
"typescript": "^5.2.2"
11+
"@turbo/gen": "^2.0.3",
12+
"@types/eslint": "^8.56.10",
13+
"@types/node": "^20.14.2",
14+
"@types/react": "^18.3.3",
15+
"@types/react-dom": "^18.3.0",
16+
"autoprefixer": "^10.4.19",
17+
"eslint": "^9.4.0",
18+
"postcss": "^8.4.38",
19+
"react": "^18.3.1",
20+
"tailwindcss": "^3.4.4",
21+
"typescript": "^5.4.5"
2222
},
2323
"dependencies": {
2424
"@radix-ui/react-slot": "^1.0.2",
2525
"class-variance-authority": "^0.7.0",
26-
"clsx": "^2.0.0",
27-
"lucide-react": "^0.322.0",
28-
"tailwind-merge": "^2.1.0",
26+
"clsx": "^2.1.1",
27+
"lucide-react": "^0.390.0",
28+
"tailwind-merge": "^2.3.0",
2929
"tailwindcss-animate": "^1.0.7"
3030
}
3131
}

0 commit comments

Comments
 (0)