Skip to content

Commit

Permalink
upgrade to react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Dec 14, 2024
1 parent 9658b7c commit 9e1fb9f
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 44 deletions.
6 changes: 6 additions & 0 deletions .changeset/lovely-coats-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@verdant-web/react-router': minor
'@verdant-web/react': minor
---

Upgrade to React 19
10 changes: 5 additions & 5 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"path-to-regexp": "^6.2.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.11",
"@types/use-sync-external-store": "^0.0.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/use-sync-external-store": "^0.0.6",
"@vitejs/plugin-react-swc": "^3.3.0",
"jsdom": "^20.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "^5.4.2",
"vite": "^4.2.1",
"vitest": "^2.0.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
},
"peerDependencies": {
"@verdant-web/store": "^4.1.0",
"react": "^18.2.0"
"react": "^19.0.0"
},
"dependencies": {
"@verdant-web/common": "workspace:*",
"suspend-react": "^0.0.8",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/use-sync-external-store": "^0.0.3",
"@types/react": "^19.0.1",
"@types/use-sync-external-store": "^0.0.6",
"@verdant-web/store": "workspace:*",
"fake-indexeddb": "^5.0.1",
"jsdom": "^20.0.0",
"react": "^18.2.0",
"react": "^19.0.0",
"typescript": "^5.4.2",
"vitest": "^2.0.5"
}
Expand Down
99 changes: 64 additions & 35 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 9e1fb9f

Please sign in to comment.