Skip to content

Commit 0934ac6

Browse files
committed
chore(deps): next to v14.2.17, @next/eslint-plugin-next to v14.2.17, @types/react to v18.3.12, @types/react-dom to v18.3.1, tailwind-merge to v2.5.4, tailwindcss to v3.4.14, typescript to v5.6.3, @types/node to v22.9.0, eslint to v9.14.0, lucide-react to v0.456.0, @typescript-eslint/eslint-plugin to v8.13.0 and @typescript-eslint/parser to v8.13.0
1 parent 42d8f0f commit 0934ac6

File tree

4 files changed

+608
-771
lines changed

4 files changed

+608
-771
lines changed

apps/docs/package.json

Lines changed: 8 additions & 8 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.11.1",
13-
"next": "^14.2.13",
12+
"eslint": "^9.14.0",
13+
"next": "^14.2.17",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"ui": "workspace:*"
1717
},
1818
"devDependencies": {
19-
"@next/eslint-plugin-next": "^14.2.13",
19+
"@next/eslint-plugin-next": "^14.2.17",
2020
"@repo/eslint-config": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
2222
"@types/eslint": "^9.6.1",
23-
"@types/node": "^22.7.4",
24-
"@types/react": "^18.3.10",
25-
"@types/react-dom": "^18.3.0",
23+
"@types/node": "^22.9.0",
24+
"@types/react": "^18.3.12",
25+
"@types/react-dom": "^18.3.1",
2626
"autoprefixer": "^10.4.20",
2727
"postcss": "^8.4.47",
28-
"tailwindcss": "^3.4.13",
29-
"typescript": "^5.6.2"
28+
"tailwindcss": "^3.4.14",
29+
"typescript": "^5.6.3"
3030
}
3131
}

packages/eslint-config/package.json

Lines changed: 3 additions & 3 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": "^8.7.0",
12-
"@typescript-eslint/parser": "^8.7.0",
11+
"@typescript-eslint/eslint-plugin": "^8.13.0",
12+
"@typescript-eslint/parser": "^8.13.0",
1313
"@vercel/style-guide": "^6.0.0",
1414
"eslint-config-prettier": "^9.1.0",
1515
"eslint-config-turbo": "^2.2.3",
1616
"eslint-plugin-only-warn": "^1.1.0",
17-
"typescript": "^5.6.2"
17+
"typescript": "^5.6.3"
1818
}
1919
}

packages/ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"@repo/typescript-config": "workspace:*",
1111
"@turbo/gen": "^2.2.3",
1212
"@types/eslint": "^9.6.1",
13-
"@types/node": "^22.7.4",
14-
"@types/react": "^18.3.10",
15-
"@types/react-dom": "^18.3.0",
13+
"@types/node": "^22.9.0",
14+
"@types/react": "^18.3.12",
15+
"@types/react-dom": "^18.3.1",
1616
"autoprefixer": "^10.4.20",
17-
"eslint": "^9.11.1",
17+
"eslint": "^9.14.0",
1818
"postcss": "^8.4.47",
1919
"react": "^18.3.1",
20-
"tailwindcss": "^3.4.13",
21-
"typescript": "^5.6.2"
20+
"tailwindcss": "^3.4.14",
21+
"typescript": "^5.6.3"
2222
},
2323
"dependencies": {
2424
"@radix-ui/react-slot": "^1.1.0",
2525
"class-variance-authority": "^0.7.0",
2626
"clsx": "^2.1.1",
27-
"lucide-react": "^0.446.0",
28-
"tailwind-merge": "^2.5.2",
27+
"lucide-react": "0.456.0",
28+
"tailwind-merge": "^2.5.4",
2929
"tailwindcss-animate": "^1.0.7"
3030
},
3131
"exports": {

0 commit comments

Comments
 (0)