Skip to content

Commit

Permalink
Bump react, react-dom and @types/react (#3793)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 5d2a183 commit 430dbd0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 39 deletions.
6 changes: 3 additions & 3 deletions e2e/browser/solid-client-authn-browser/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@inrupt/internal-playwright-testids": "^3.0.2",
"@inrupt/solid-client-authn-browser": "^2.3.0",
"next": "^15.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@inrupt/eslint-config-lib": "^3.2.4",
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
Expand Down
57 changes: 23 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/browser/examples/single/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"dependencies": {
"@inrupt/solid-client-authn-browser": "file:../../../",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"regenerator-runtime": "^0.14.1"
}
}

0 comments on commit 430dbd0

Please sign in to comment.