File tree Expand file tree Collapse file tree 6 files changed +181
-127
lines changed
Expand file tree Collapse file tree 6 files changed +181
-127
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
File renamed without changes.
Original file line number Diff line number Diff line change 11"use client" ;
2- import ShinyText from "components/ShinyText /ShinyText" ;
2+ import ShinyText from "@/app/(home)/_components /ShinyText" ;
33import React from "react" ;
44import BackgroundGradients from "./_components/BackgroundGradients" ;
55import CodeContainer from "./_components/CodeContainer" ;
You can’t perform that action at this time.
0 commit comments