Skip to content

Commit e1eb094

Browse files
update deps
1 parent 1c3114f commit e1eb094

File tree

6 files changed

+181
-127
lines changed

6 files changed

+181
-127
lines changed

apps/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"commander": "^13.1.0",
2929
"degit": "^2.8.4",
3030
"execa": "^8.0.1",
31-
"fs-extra": "^11.2.0",
31+
"fs-extra": "^11.3.0",
3232
"gradient-string": "^3.0.0",
3333
"picocolors": "^1.1.1"
3434
},
3535
"devDependencies": {
3636
"@types/degit": "^2.8.6",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^20.10.5",
39-
"tsup": "^8.0.1",
40-
"typescript": "^5.3.3"
38+
"@types/node": "^20.17.19",
39+
"tsup": "^8.4.0",
40+
"typescript": "^5.7.3"
4141
}
4242
}

apps/web/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
"postinstall": "fumadocs-mdx"
1111
},
1212
"dependencies": {
13-
"@xyflow/react": "^12.4.3",
14-
"babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
13+
"@xyflow/react": "^12.4.4",
14+
"babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
1515
"fumadocs-core": "15.0.6",
1616
"fumadocs-mdx": "11.5.3",
1717
"fumadocs-ui": "15.0.6",
1818
"lucide-react": "^0.475.0",
19-
"motion": "^12.4.3",
19+
"motion": "^12.4.7",
2020
"next": "15.1.6",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0"
2323
},
2424
"devDependencies": {
25-
"@tailwindcss/postcss": "^4.0.5",
25+
"@tailwindcss/postcss": "^4.0.9",
2626
"@types/mdx": "^2.0.13",
2727
"@types/node": "22.13.1",
28-
"@types/react": "^19.0.8",
29-
"@types/react-dom": "^19.0.3",
30-
"eslint": "^8",
28+
"@types/react": "^19.0.10",
29+
"@types/react-dom": "^19.0.4",
30+
"eslint": "^8.57.1",
3131
"eslint-config-next": "15.1.6",
32-
"postcss": "^8.5.1",
33-
"tailwindcss": "^4.0.5",
32+
"postcss": "^8.5.3",
33+
"tailwindcss": "^4.0.9",
3434
"typescript": "^5.7.3"
3535
}
3636
}

apps/web/src/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"use client";
2-
import ShinyText from "components/ShinyText/ShinyText";
2+
import ShinyText from "@/app/(home)/_components/ShinyText";
33
import React from "react";
44
import BackgroundGradients from "./_components/BackgroundGradients";
55
import CodeContainer from "./_components/CodeContainer";

0 commit comments

Comments
 (0)