Skip to content

Commit c5013a5

Browse files
chore(deps-dev): bump react-test-renderer in /example
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 18.3.1 to 19.0.0. - [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.0.0/packages/react-test-renderer) --- updated-dependencies: - dependency-name: react-test-renderer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c22b100 commit c5013a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"@types/react-test-renderer": "^18.0.0",
5353
"mocha": "^10.1.0",
5454
"postinstall-postinstall": "^2.1.0",
55-
"react-test-renderer": "18.3.1"
55+
"react-test-renderer": "19.0.0"
5656
}
5757
}

0 commit comments

Comments
 (0)