Skip to content

Commit

Permalink
Upgrade react versions from both wrapper and demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jan 16, 2025
1 parent 835a870 commit f988260
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 84 deletions.
12 changes: 6 additions & 6 deletions apps/demo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"dependencies": {
"@orama/react-components": "workspace:*",
"@oramacloud/client": "^2.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19",
"react-dom": "^19",
"react-router": "^7.1.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.5.0",
"eslint": "^9",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.5.2",
"typescript": "^5",
"vite": "^5.3.1"
}
}
14 changes: 7 additions & 7 deletions packages/ui-stencil-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@orama/wc-components": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@types/node": "^20",
"@types/react": "^19",
"react": "^19",
"react-dom": "^19",
"rollup": "^4.20.0",
"tsup": "^8.2.4",
"typescript": "^5.5.2"
"typescript": "^5"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.3.1",
"react-dom": "^17.0.0 || ^18.3.1"
"react": "^17 || ^19",
"react-dom": "^17 || ^19"
},
"publishConfig": {
"access": "public"
Expand Down
116 changes: 45 additions & 71 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 f988260

Please sign in to comment.