File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "@radix-ui/react-separator" : " ^1.1.0" ,
1111 "@radix-ui/react-slot" : " ^1.1.0" ,
1212 "@radix-ui/react-toast" : " ^1.2.1" ,
13+ "@types/react" : " ^18.2.28" ,
14+ "@types/react-dom" : " ^18.2.13" ,
1315 "class-variance-authority" : " ^0.7.0" ,
1416 "framer-motion" : " ^10.16.16" ,
1517 "input-otp" : " ^1.2.4" ,
1618 "moment-timezone" : " ^0.5.45" ,
1719 "next" : " 13.4.9" ,
18- "react" : " ^18" ,
1920 "react-anchor-link-smooth-scroll" : " ^1.0.12" ,
2021 "react-cool-dimensions" : " ^3.0.1" ,
21- "react-dom" : " ^18" ,
2222 "react-markdown" : " ^9.0.1" ,
2323 "react-slick" : " ^0.29.0" ,
2424 "react-tippy" : " ^1.4.0" ,
3232 "zustand" : " ^5.0.3"
3333 },
3434 "devDependencies" : {
35- "@types/node" : " ^22.0.0" ,
36- "@types/react" : " ^18.2.28" ,
37- "@types/react-dom" : " ^18.2.13" ,
38- "typescript" : " ^5"
35+ "@types/node" : " ^22.0.0"
3936 }
4037}
Original file line number Diff line number Diff line change @@ -4626,11 +4626,6 @@ typedoc@^0.26.3:
46264626 shiki "^1.16.2"
46274627 yaml "^2.5.1"
46284628
4629- typescript@^5 :
4630- version "5.8.3"
4631- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
4632- integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
4633-
46344629uc.micro@^2.0.0, uc.micro@^2.1.0 :
46354630 version "2.1.0"
46364631 resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz"
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
7- "build" : " cd ../lib && yarn && cd ../social-ticket && next build" ,
7+ "build" : " next build" ,
88 "start" : " next start" ,
99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
1212 "dayjs" : " ^1.11.13" ,
1313 "ethereum-blockies-base64" : " ^1.0.2" ,
14- "lib" : " file:../lib" ,
1514 "next" : " 14.2.4" ,
1615 "react" : " ^18" ,
1716 "react-dom" : " ^18"
You can’t perform that action at this time.
0 commit comments