Skip to content

Commit 7dbf1db

Browse files
committed
Add babel-plugin-react-compiler for React 19 optimization
1 parent fe4066e commit 7dbf1db

2 files changed

Lines changed: 47 additions & 35 deletions

File tree

apps/web/package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,47 @@
1717
"gen:api": "orval"
1818
},
1919
"dependencies": {
20-
"next": "^16.1.1",
21-
"react": "^19.2.3",
22-
"react-dom": "^19.2.3",
20+
"@google-cloud/opentelemetry-cloud-trace-exporter": "^3.0.0",
21+
"@opentelemetry/instrumentation-fetch": "^0.208.0",
22+
"@opentelemetry/instrumentation-http": "^0.208.0",
23+
"@opentelemetry/resources": "^2.2.0",
24+
"@opentelemetry/sdk-node": "^0.208.0",
25+
"@opentelemetry/sdk-trace-base": "^2.2.0",
26+
"@opentelemetry/semantic-conventions": "^1.38.0",
27+
"@serwist/turbopack": "^9.5.0",
2328
"@tanstack/react-devtools": "^0.9.1",
2429
"@tanstack/react-form": "^1.27.7",
2530
"@tanstack/react-form-devtools": "^0.2.11",
2631
"@tanstack/react-query": "^5.90.16",
2732
"@tanstack/react-query-devtools": "^5.91.2",
28-
"@serwist/turbopack": "^9.5.0",
29-
"serwist": "^9.5.0",
30-
"jotai": "^2.16.1",
31-
"jotai-location": "^0.6.2",
32-
"zod": "^4.2.1",
3333
"axios": "^1.13.2",
3434
"better-auth": "^1.4.10",
35-
"next-intl": "^4.1.0",
3635
"class-variance-authority": "^0.7.1",
3736
"clsx": "^2.1.1",
38-
"tailwind-merge": "^3.4.0",
37+
"jotai": "^2.16.1",
38+
"jotai-location": "^0.6.2",
3939
"lucide-react": "^0.562.0",
40-
"@google-cloud/opentelemetry-cloud-trace-exporter": "^3.0.0",
41-
"@opentelemetry/instrumentation-fetch": "^0.208.0",
42-
"@opentelemetry/instrumentation-http": "^0.208.0",
43-
"@opentelemetry/resources": "^2.2.0",
44-
"@opentelemetry/sdk-node": "^0.208.0",
45-
"@opentelemetry/sdk-trace-base": "^2.2.0",
46-
"@opentelemetry/semantic-conventions": "^1.38.0"
40+
"next": "^16.1.1",
41+
"next-intl": "^4.1.0",
42+
"react": "^19.2.3",
43+
"react-dom": "^19.2.3",
44+
"serwist": "^9.5.0",
45+
"tailwind-merge": "^3.4.0",
46+
"zod": "^4.2.1"
4747
},
4848
"devDependencies": {
4949
"@biomejs/biome": "^2.3.11",
50+
"@tailwindcss/postcss": "^4.1.5",
5051
"@types/node": "^24.5.1",
5152
"@types/react": "^19.2.3",
5253
"@types/react-dom": "^19.2.3",
53-
"typescript": "^5.9.3",
54-
"tailwindcss": "^4.1.5",
55-
"@tailwindcss/postcss": "^4.1.5",
56-
"postcss": "^8.5.6",
57-
"orval": "^8.0.0-rc.5",
58-
"vitest": "^4.0.16",
54+
"@vitejs/plugin-react": "^5.1.2",
55+
"babel-plugin-react-compiler": "^1.0.0",
5956
"jsdom": "^26.1.0",
60-
"@vitejs/plugin-react": "^5.1.2"
57+
"orval": "^8.0.0-rc.5",
58+
"postcss": "^8.5.6",
59+
"tailwindcss": "^4.1.5",
60+
"typescript": "^5.9.3",
61+
"vitest": "^4.0.16"
6162
}
6263
}

apps/web/pnpm-lock.yaml

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)