Skip to content

Commit e64d887

Browse files
Bump react and @types/react in /e2e/browser/test-app (#2803)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.3 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react) Updates `@types/react` from 19.2.7 to 19.2.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9946722 commit e64d887

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

e2e/browser/test-app/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/browser/test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@inrupt/solid-client": "file:../../../",
1313
"@inrupt/solid-client-authn-browser": "^3.1.1",
1414
"next": "^16.1.6",
15-
"react": "^19.2.3"
15+
"react": "^19.2.4"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^25.1.0",
19-
"@types/react": "^19.2.7",
19+
"@types/react": "^19.2.10",
2020
"typescript": "^4.7.4"
2121
}
2222
}

0 commit comments

Comments
 (0)