Skip to content

Commit e29a658

Browse files
committed
fix lib
1 parent 6e9a954 commit e29a658

4 files changed

Lines changed: 4807 additions & 34 deletions

File tree

lib/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
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",
1513
"class-variance-authority": "^0.7.0",
1614
"framer-motion": "^10.16.16",
1715
"input-otp": "^1.2.4",
1816
"moment-timezone": "^0.5.45",
1917
"next": "13.4.9",
18+
"react": "^18",
2019
"react-anchor-link-smooth-scroll": "^1.0.12",
2120
"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",
@@ -32,6 +32,9 @@
3232
"zustand": "^5.0.3"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^22.0.0"
35+
"@types/node": "^22.0.0",
36+
"@types/react": "^18.2.28",
37+
"@types/react-dom": "^18.2.13",
38+
"typescript": "^5"
3639
}
3740
}

lib/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4626,6 +4626,11 @@ 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+
46294634
uc.micro@^2.0.0, uc.micro@^2.1.0:
46304635
version "2.1.0"
46314636
resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz"

social-ticket/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build",
7+
"build": "cd ../lib && yarn && cd ../social-ticket && 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",
1415
"next": "14.2.4",
1516
"react": "^18",
1617
"react-dom": "^18"

0 commit comments

Comments
 (0)