Skip to content

Commit 648c295

Browse files
committed
chore: upgrade packages
1 parent 1e65973 commit 648c295

5 files changed

Lines changed: 1119 additions & 1256 deletions

File tree

apps/web/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"check-types": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-virtual": "^3.13.8",
13+
"@tanstack/react-virtual": "^3.13.18",
1414
"@tech-stack/badge": "workspace:*",
1515
"@tech-stack/orbit": "workspace:*",
1616
"@tech-stack/ui": "workspace:*",
1717
"lucide-react": "catalog:icons",
18-
"next": "15.3.8",
18+
"next": "16.1.6",
1919
"next-themes": "catalog:style",
2020
"react": "catalog:react",
2121
"react-dom": "catalog:react",
22-
"react-syntax-highlighter": "^15.6.1",
22+
"react-syntax-highlighter": "^16.1.0",
2323
"react-use-measure": "^2.1.7",
2424
"simple-icons": "catalog:icons"
2525
},

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"check:write:unsafe": "biome check --write --unsafe ."
1717
},
1818
"dependencies": {
19-
"@changesets/cli": "^2.29.4"
19+
"@changesets/cli": "^2.29.8"
2020
},
2121
"devDependencies": {
22-
"@biomejs/biome": "2.0.0-beta.3",
23-
"@commitlint/cli": "^19.8.1",
24-
"@commitlint/config-conventional": "^19.8.1",
25-
"lefthook": "^1.11.12",
26-
"turbo": "^2.5.3"
22+
"@biomejs/biome": "2.3.14",
23+
"@commitlint/cli": "^20.4.1",
24+
"@commitlint/config-conventional": "^20.4.1",
25+
"lefthook": "^2.1.0",
26+
"turbo": "^2.8.3"
2727
},
2828
"commitlint": {
2929
"extends": [

packages/ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"check-types": "tsc --noEmit"
88
},
99
"dependencies": {
10-
"@radix-ui/react-dialog": "^1.1.13",
11-
"@radix-ui/react-label": "^2.1.6",
12-
"@radix-ui/react-scroll-area": "^1.2.8",
13-
"@radix-ui/react-separator": "^1.1.6",
14-
"@radix-ui/react-slot": "^1.2.2",
15-
"@radix-ui/react-tooltip": "^1.2.6",
10+
"@radix-ui/react-dialog": "^1.1.15",
11+
"@radix-ui/react-label": "^2.1.8",
12+
"@radix-ui/react-scroll-area": "^1.2.10",
13+
"@radix-ui/react-separator": "^1.1.8",
14+
"@radix-ui/react-slot": "^1.2.4",
15+
"@radix-ui/react-tooltip": "^1.2.8",
1616
"cva": "1.0.0-beta.3",
1717
"lucide-react": "catalog:icons",
1818
"next-themes": "catalog:style",
1919
"react": "catalog:react",
2020
"react-dom": "catalog:react",
21-
"tailwind-merge": "^3.3.0"
21+
"tailwind-merge": "^3.4.0"
2222
},
2323
"devDependencies": {
2424
"@tailwindcss/postcss": "catalog:style",

0 commit comments

Comments
 (0)