Skip to content

Commit 1c3d44d

Browse files
committed
Remove turbopack dev flag & duplicated @types dependencies
Signed-off-by: Michael Edgar <medgar@redhat.com>
1 parent 07f1c7b commit 1c3d44d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ui/package-lock.json

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

ui/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {
7-
"dev": "NODE_OPTIONS='--require next-logger' next dev --turbopack | pino-pretty",
7+
"dev": "NODE_OPTIONS='--require next-logger' next dev | pino-pretty",
88
"build": "next build",
99
"start": "NODE_OPTIONS='--require next-logger' next start",
1010
"lint": "next lint",
@@ -29,8 +29,6 @@
2929
"@tanstack/react-virtual": "^3.13.18",
3030
"@types/js-yaml": "^4.0.9",
3131
"@types/node": "25.2.3",
32-
"@types/react": "19.0.6",
33-
"@types/react-dom": "19.0.2",
3432
"@types/react-highlight-words": "^0.20.1",
3533
"classnames": "^2.5.1",
3634
"convert": "^6.0.0",

0 commit comments

Comments
 (0)