Skip to content

Commit 5901d93

Browse files
committed
chore: upgrade turbo + next + sugar-high
1 parent 353a888 commit 5901d93

File tree

4 files changed

+362
-428
lines changed

4 files changed

+362
-428
lines changed

apps/website/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-blocks/website",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -20,14 +20,14 @@
2020
"class-variance-authority": "0.7.1",
2121
"clsx": "2.1.1",
2222
"cmdk": "1.1.1",
23-
"lucide-react": "0.577.0",
24-
"motion": "12.37.0",
25-
"next": "16.1.7",
23+
"lucide-react": "1.7.0",
24+
"motion": "12.38.0",
25+
"next": "16.2.2",
2626
"next-themes": "0.4.6",
2727
"react": "19.2.4",
2828
"react-dom": "19.2.4",
2929
"react-hotkeys-hook": "5.2.4",
30-
"shadcn": "4.0.8",
30+
"shadcn": "4.1.2",
3131
"swr": "2.4.1",
3232
"tailwind-merge": "3.5.0",
3333
"zod": "4.3.6",
@@ -37,7 +37,7 @@
3737
"@code-blocks/eslint": "workspace:*",
3838
"@code-blocks/registry": "workspace:*",
3939
"@content-collections/cli": "0.1.9",
40-
"@content-collections/core": "0.14.2",
40+
"@content-collections/core": "0.14.3",
4141
"@content-collections/mdx": "0.2.2",
4242
"@content-collections/next": "0.2.11",
4343
"@shikijs/langs": "4.0.2",
@@ -47,7 +47,7 @@
4747
"@tailwindcss/postcss": "4.2.1",
4848
"@tailwindcss/typography": "0.5.19",
4949
"@types/mdx": "2.0.13",
50-
"@types/node": "22.19.15",
50+
"@types/node": "22.19.17",
5151
"@types/react": "19.2.14",
5252
"@types/react-dom": "19.2.3",
5353
"chalk": "5.6.2",
@@ -58,8 +58,8 @@
5858
"rehype-slug": "6.0.0",
5959
"remark-gfm": "4.0.1",
6060
"shiki": "4.0.2",
61-
"sugar-high": "0.9.5",
62-
"tailwindcss": "4.2.1",
61+
"sugar-high": "1.0.0",
62+
"tailwindcss": "4.2.2",
6363
"tsx": "4.21.0",
6464
"tw-animate-css": "1.4.0",
6565
"typescript": "5.9.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"prettier": "3.8.1",
2424
"prettier-plugin-tailwindcss": "0.7.2",
25-
"turbo": "2.8.11",
25+
"turbo": "2.9.3",
2626
"typescript": "5.9.3"
2727
}
2828
}

packages/eslint/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@eslint/compat": "2.0.0",
15-
"@eslint/js": "9.39.2",
16-
"eslint-config-next": "16.1.1",
14+
"@eslint/compat": "2.0.4",
15+
"@eslint/js": "9.39.4",
16+
"eslint-config-next": "16.2.2",
1717
"eslint-config-prettier": "10.1.8",
1818
"eslint-plugin-react": "7.37.5",
1919
"eslint-plugin-react-hooks": "7.0.1",
20-
"eslint-plugin-react-refresh": "0.4.26",
21-
"eslint-plugin-turbo": "2.7.2",
22-
"globals": "17.0.0",
23-
"typescript-eslint": "8.50.1"
20+
"eslint-plugin-react-refresh": "0.5.2",
21+
"eslint-plugin-turbo": "2.9.3",
22+
"globals": "17.4.0",
23+
"typescript-eslint": "8.58.0"
2424
},
2525
"devDependencies": {
26-
"@types/node": "22.19.3",
27-
"eslint": "9.39.2",
26+
"@types/node": "22.19.17",
27+
"eslint": "9.39.4",
2828
"typescript": "5.9.3"
2929
}
3030
}

0 commit comments

Comments
 (0)