Skip to content

Commit 52256ba

Browse files
committed
🦟
1 parent c2e508f commit 52256ba

File tree

13 files changed

+21
-35
lines changed

13 files changed

+21
-35
lines changed

app1/app/favicon.ico

-25.3 KB
Binary file not shown.

app1/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@headlessui/react": "2.1.2",
13+
"next": "14.2.5",
1214
"react": "^18",
13-
"react-dom": "^18",
14-
"next": "14.2.5"
15+
"react-dom": "^18"
1516
},
1617
"devDependencies": {
17-
"typescript": "^5",
1818
"@types/node": "^20",
1919
"@types/react": "^18",
2020
"@types/react-dom": "^18",
21+
"eslint": "^8",
22+
"eslint-config-next": "14.2.5",
2123
"postcss": "^8",
2224
"tailwindcss": "^3.4.1",
23-
"eslint": "^8",
24-
"eslint-config-next": "14.2.5"
25+
"typescript": "^5"
2526
}
2627
}

app1/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app1/public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app2/app/favicon.ico

-25.3 KB
Binary file not shown.

app2/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app2/public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

auth/app/favicon.ico

-25.3 KB
Binary file not shown.

auth/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,22 @@
1515
"dependencies": {
1616
"@prisma/client": "^5.18.0",
1717
"cors": "^2.8.5",
18+
"dotenv": "16.4.5",
19+
"jsonwebtoken": "9.0.2",
1820
"next": "14.2.5",
21+
"path": "0.12.7",
1922
"prisma": "^5.18.0",
2023
"react": "^18",
21-
"react-dom": "^18"
24+
"react-dom": "^18",
25+
"uuid": "10.0.0",
26+
"zod": "3.23.8"
2227
},
2328
"devDependencies": {
29+
"@types/jsonwebtoken": "^9.0.6",
2430
"@types/node": "^20",
2531
"@types/react": "^18",
2632
"@types/react-dom": "^18",
33+
"@types/uuid": "^10.0.0",
2734
"eslint": "^8",
2835
"eslint-config-next": "14.2.5",
2936
"postcss": "^8",

auth/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

auth/public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@
1111
"app1",
1212
"app2"
1313
],
14-
"dependencies": {
15-
"@headlessui/react": "2.1.2",
16-
"dotenv": "^16.4.5",
17-
"fs": "^0.0.1-security",
18-
"jsonwebtoken": "^9.0.2",
19-
"path": "^0.12.7",
20-
"uuid": "^10.0.0",
21-
"zod": "^3.23.8"
22-
},
23-
"devDependencies": {
24-
"@types/jsonwebtoken": "^9.0.6",
25-
"@types/uuid": "^10.0.0"
26-
}
14+
"dependencies": {},
15+
"devDependencies": {}
2716
}

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ doctrine@^3.0.0:
928928
dependencies:
929929
esutils "^2.0.2"
930930

931-
dotenv@^16.4.5:
931+
932932
version "16.4.5"
933933
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
934934
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
@@ -1396,11 +1396,6 @@ fs.realpath@^1.0.0:
13961396
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
13971397
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
13981398

1399-
fs@^0.0.1-security:
1400-
version "0.0.1-security"
1401-
resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4"
1402-
integrity sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==
1403-
14041399
fsevents@~2.3.2:
14051400
version "2.3.3"
14061401
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -1900,7 +1895,7 @@ json5@^1.0.2:
19001895
dependencies:
19011896
minimist "^1.2.0"
19021897

1903-
jsonwebtoken@^9.0.2:
1898+
19041899
version "9.0.2"
19051900
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#65ff91f4abef1784697d40952bb1998c504caaf3"
19061901
integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==
@@ -2298,7 +2293,7 @@ path-type@^4.0.0:
22982293
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
22992294
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
23002295

2301-
path@^0.12.7:
2296+
23022297
version "0.12.7"
23032298
resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
23042299
integrity sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==
@@ -2986,7 +2981,7 @@ util@^0.10.3:
29862981
dependencies:
29872982
inherits "2.0.3"
29882983

2989-
uuid@^10.0.0:
2984+
29902985
version "10.0.0"
29912986
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
29922987
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
@@ -3091,7 +3086,7 @@ yocto-queue@^0.1.0:
30913086
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
30923087
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
30933088

3094-
zod@^3.23.8:
3089+
30953090
version "3.23.8"
30963091
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
30973092
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==

0 commit comments

Comments
 (0)