Skip to content

Commit d8b8cd4

Browse files
committed
Resolved dependencies, minor adjustments
1 parent 47992b2 commit d8b8cd4

File tree

5 files changed

+620
-28
lines changed

5 files changed

+620
-28
lines changed

apps/contact/package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
"name": "contact",
33
"version": "0.1.0",
44
"private": true,
5-
"type": "module",
65
"scripts": {
76
"dev": "next dev --turbopack",
87
"build": "next build",
98
"start": "next start",
10-
"lint": "next lint",
11-
"test": "npx jest"
9+
"lint": "next lint"
1210
},
1311
"dependencies": {
1412
"react": "^19.0.0",
@@ -20,18 +18,9 @@
2018
"zod": "^4.0.17"
2119
},
2220
"devDependencies": {
23-
"@types/jest": "^30.0.0",
2421
"@types/node": "^24",
25-
"@types/node-fetch": "^2.6.13",
2622
"@types/react": "^19",
2723
"@types/react-dom": "^19",
28-
"@whatwg-node/fetch": "^0.10.10",
29-
"jest": "^30.1.1",
30-
"jest-environment-jsdom": "^30.1.1",
31-
"node-fetch": "^3.3.2",
32-
"ts-jest": "^29.4.1",
33-
"typescript": "^5",
34-
"undici": "^6.21.3",
35-
"web-streams-polyfill": "^4.2.0"
24+
"typescript": "^5"
3625
}
3726
}

0 commit comments

Comments
 (0)