Skip to content

Commit

Permalink
chore(deps): react 19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 10, 2024
1 parent 3cbed11 commit e8b6a7c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 50 deletions.
2 changes: 1 addition & 1 deletion examples/child-process/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"module": "ESNext",
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"types": ["vite/client", "react/experimental", "@types/bun"],
"types": ["vite/client", "@types/bun"],
"jsx": "react-jsx"
}
}
2 changes: 1 addition & 1 deletion examples/react-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"module": "ESNext",
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"types": ["vite/client", "react/experimental"],
"types": ["vite/client"],
"jsx": "react-jsx"
}
}
2 changes: 1 addition & 1 deletion examples/web-worker-rsc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"module": "ESNext",
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"types": ["vite/client", "react/experimental"],
"types": ["vite/client"],
"jsx": "react-jsx"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@playwright/test": "^1.45.2",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.11",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.1",
"esbuild": "^0.23.0",
"magic-string": "^0.30.10",
"miniflare": "^3.20240925.0",
"react": "19.0.0-rc-eb3ad065-20240822",
"react-dom": "19.0.0-rc-eb3ad065-20240822",
"react-server-dom-webpack": "19.0.0-rc-eb3ad065-20240822",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-server-dom-webpack": "^19.0.0",
"tsup": "^8.1.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
Expand Down
80 changes: 38 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8b6a7c

Please sign in to comment.