Skip to content

Commit

Permalink
Update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 6e4dea8 commit 2d8182c
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 1,059 deletions.
8 changes: 4 additions & 4 deletions apps/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"date-fns": "^4.1.0",
"discord-bitflag": "^1.0.2",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"react-router": "^7.0.0",
"remix-auth": "3.7.0",
Expand All @@ -47,8 +47,8 @@
"@react-router/dev": "^7.0.0",
"@sentry/types": "^8.41.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"isbot": "^5.1.17",
"kysely": "^0.27.4",
"kysely-d1": "^0.3.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-use": "^17.5.1",
Expand All @@ -58,8 +58,8 @@
"@remix-run/dev": "^2.15.0",
"@remix-run/eslint-config": "^2.15.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"cssnano": "^7.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/sentry-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/types": "^8.41.0",
"@types/react": "^18.3.12"
"@types/react": "^19.0.8"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
Expand All @@ -29,7 +29,7 @@
"@sentry/core": "^8.41.0",
"@sentry/remix": "^8.41.0",
"@sentry/utils": "^8.41.0",
"react": "^18.3.1",
"react": "^19.0.0",
"toucan-js": "^4.0.0"
}
}
Loading

0 comments on commit 2d8182c

Please sign in to comment.