Skip to content

Commit

Permalink
chore: react 19
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Jul 1, 2024
1 parent b287573 commit 86d2593
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 28 deletions.
16 changes: 12 additions & 4 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"@remix-run/react": "*",
"fastify": "^4.26.2",
"isbot": "^5.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19.0.0-rc-100dfd7dab-20240701",
"react-dom": "19.0.0-rc-100dfd7dab-20240701",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@fastify/middie": "^8.3.0",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@tailwindcss/vite": "4.0.0-alpha.16",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
Expand All @@ -44,6 +44,14 @@
"vite": "^5.3.2",
"vite-tsconfig-paths": "^4.3.2"
},
"pnpm": {
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom",
"react": "$react",
"react-dom": "$react-dom"
}
},
"engines": {
"node": ">=18"
}
Expand Down
110 changes: 86 additions & 24 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 86d2593

Please sign in to comment.