Skip to content

Commit

Permalink
Additional dependancy updates for react 19 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten authored Dec 28, 2024
1 parent 605f5aa commit 4e10719
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 133 deletions.
2 changes: 1 addition & 1 deletion examples/godzilla-inc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"react": "catalog:",
"react-dom": "catalog:",
"zudoku": "workspace:*",
"@clerk/clerk-js": "5.11.0"
"@clerk/clerk-js": "^5.43.4"
}
}
4 changes: 2 additions & 2 deletions examples/many-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"zudoku": "workspace:*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
},
"devDependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"zudoku": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions examples/with-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
},
"devDependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"zudoku": "workspace:*",
"@clerk/clerk-js": "5.11.0"
"@clerk/clerk-js": "^5.43.4"
}
}
4 changes: 2 additions & 2 deletions examples/with-openapi-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
},
"devDependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"zudoku": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions examples/with-openapi-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
},
"devDependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"zudoku": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions examples/with-vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
},
"devDependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"rollup-plugin-visualizer": "5.12.0",
"zudoku": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-zuplo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "catalog:",
"react-dom": "catalog:",
"@mdx-js/react": "3.0.1",
"zudoku": "workspace:*"
},
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
"overrides": {
"braces": ">=3.0.3",
"dset": ">=3.1.4",
"serve-handler>path-to-regexp": ">=3.3.0"
"serve-handler>path-to-regexp": ">=3.3.0",
"react-remove-scroll": ">=2.6.2",
"use-sidecar": ">=1.1.3"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/zudoku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@
"vitest": "2.1.8"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
"react": ">=19",
"react-dom": ">=19"
},
"optionalDependencies": {
"@clerk/clerk-js": "5.11.0",
"@clerk/clerk-js": "^5.43.4",
"@sentry/react": "^8.45.1"
}
}
Loading

0 comments on commit 4e10719

Please sign in to comment.