Merge branch 'main' of https://github.com/mazeincoding/AppCut
This commit is contained in:
1212
apps/web/bun.lock
1212
apps/web/bun.lock
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -37,7 +37,7 @@
|
|||||||
"input-otp": "^1.4.1",
|
"input-otp": "^1.4.1",
|
||||||
"lucide-react": "^0.468.0",
|
"lucide-react": "^0.468.0",
|
||||||
"motion": "^12.18.1",
|
"motion": "^12.18.1",
|
||||||
"next": "^15.2.0",
|
"next": "^15.3.4",
|
||||||
"next-themes": "^0.4.4",
|
"next-themes": "^0.4.4",
|
||||||
"pg": "^8.16.2",
|
"pg": "^8.16.2",
|
||||||
"radix-ui": "^1.4.2",
|
"radix-ui": "^1.4.2",
|
||||||
|
5
bun.lock
5
bun.lock
@ -2,6 +2,9 @@
|
|||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"": {
|
"": {
|
||||||
|
"dependencies": {
|
||||||
|
"next": "^15.3.4",
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"turbo": "^2.5.4",
|
"turbo": "^2.5.4",
|
||||||
},
|
},
|
||||||
@ -33,7 +36,7 @@
|
|||||||
"input-otp": "^1.4.1",
|
"input-otp": "^1.4.1",
|
||||||
"lucide-react": "^0.468.0",
|
"lucide-react": "^0.468.0",
|
||||||
"motion": "^12.18.1",
|
"motion": "^12.18.1",
|
||||||
"next": "^15.2.0",
|
"next": "^15.3.4",
|
||||||
"next-themes": "^0.4.4",
|
"next-themes": "^0.4.4",
|
||||||
"pg": "^8.16.2",
|
"pg": "^8.16.2",
|
||||||
"radix-ui": "^1.4.2",
|
"radix-ui": "^1.4.2",
|
||||||
|
@ -13,5 +13,8 @@
|
|||||||
"check-types": "turbo run check-types",
|
"check-types": "turbo run check-types",
|
||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"format": "turbo run format"
|
"format": "turbo run format"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"next": "^15.3.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user