Skip to content

Commit 5f70b3b

Browse files
Bump react-element-to-jsx-string from 15.0.0 to 17.0.0
Bumps [react-element-to-jsx-string](https://github.com/algolia/react-element-to-jsx-string) from 15.0.0 to 17.0.0. - [Changelog](https://github.com/algolia/react-element-to-jsx-string/blob/master/CHANGELOG.md) - [Commits](algolia/react-element-to-jsx-string@v15.0.0...v17.0.0) --- updated-dependencies: - dependency-name: react-element-to-jsx-string dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd0f82a commit 5f70b3b

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"prettier": "^3.4.1",
179179
"prop-types": "^15.8.1",
180180
"react-dev-utils": "^12.0.1",
181-
"react-element-to-jsx-string": "^15.0.0",
181+
"react-element-to-jsx-string": "^17.0.0",
182182
"react-intl": "^6.6.2",
183183
"react-masonry-css": "^1.0.16",
184184
"react-refresh": "^0.14.0",

yarn.lock

+9-15
Original file line numberDiff line numberDiff line change
@@ -1023,10 +1023,10 @@
10231023
"@babel/helper-string-parser" "^7.25.9"
10241024
"@babel/helper-validator-identifier" "^7.25.9"
10251025

1026-
"@base2/[email protected].1":
1027-
version "1.0.1"
1028-
resolved "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
1029-
integrity sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==
1026+
"@base2/[email protected].2":
1027+
version "1.0.2"
1028+
resolved "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
1029+
integrity sha512-rBha0UDfV7EmBRjWrGG7Cpwxg8WomPlo0q+R2so47ZFf9wy4YKJzLuHcVa0UGFjdcLZj/4F/1FNC46GIQhe7sA==
10301030

10311031
"@bcoe/v8-coverage@^0.2.3":
10321032
version "0.2.3"
@@ -9553,14 +9553,13 @@ react-dropzone@^14.3.5:
95539553
file-selector "^2.1.0"
95549554
prop-types "^15.8.1"
95559555

9556-
react-element-to-jsx-string@^15.0.0:
9557-
version "15.0.0"
9558-
resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz#1cafd5b6ad41946ffc8755e254da3fc752a01ac6"
9559-
integrity sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==
9556+
react-element-to-jsx-string@^17.0.0:
9557+
version "17.0.0"
9558+
resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-17.0.0.tgz#8619b35e10011cce85aaf54cc1336b5e8b3aef4d"
9559+
integrity sha512-R0wqLsBwvEfIHhhtVxZUgUlwohnkxY2A11UhUFKgA1we/kurVF/v/2RRET5coyY+v/czQFTPI+YvDZ3lxhyEwQ==
95609560
dependencies:
9561-
"@base2/pretty-print-object" "1.0.1"
9561+
"@base2/pretty-print-object" "1.0.2"
95629562
is-plain-object "5.0.0"
9563-
react-is "18.1.0"
95649563

95659564
react-error-overlay@^6.0.11:
95669565
version "6.0.11"
@@ -9583,11 +9582,6 @@ react-intl@^6.6.2:
95839582
intl-messageformat "10.5.11"
95849583
tslib "^2.4.0"
95859584

9586-
9587-
version "18.1.0"
9588-
resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
9589-
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
9590-
95919585
react-is@^16.13.1, react-is@^16.7.0:
95929586
version "16.13.1"
95939587
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)