Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 2b4b00b commit de860e2
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 214 deletions.
8 changes: 4 additions & 4 deletions examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"graphql": "^16.10.0",
"graphql-ws": "^5.16.2",
"next": "15.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@gqty/cli": "workspace:^",
"@next/bundle-analyzer": "^15.1.7",
"@tailwindcss/postcss": "^4.0.6",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "22.13.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"dotenv-cli": "^8.0.0",
"eslint": "^9.20.1",
"eslint-config-next": "^15.1.7",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"ms": "^2.1.3",
"next": "^15.1.7",
"node-json-db": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.15.1",
"serialize-error": "^11.0.3"
},
Expand All @@ -49,8 +49,8 @@
"@types/graphql-upload": "^16.0.7",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"bob-tsm": "^1.1.2",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@gqty/react": "workspace:^",
"@react-hookz/web": "^24.0.4",
"gqty": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.1.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
Expand All @@ -113,9 +113,9 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0",
"test-utils": "workspace:^",
"type-fest": "^4.34.1",
"typescript-eslint": "^8.24.0"
Expand Down
Loading

0 comments on commit de860e2

Please sign in to comment.