Skip to content

Commit 2a9e3b3

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 d4cd86d commit 2a9e3b3

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
@@ -180,7 +180,7 @@
180180
"prettier": "^3.4.1",
181181
"prop-types": "^15.8.1",
182182
"react-dev-utils": "^12.0.1",
183-
"react-element-to-jsx-string": "^15.0.0",
183+
"react-element-to-jsx-string": "^17.0.0",
184184
"react-intl": "^6.6.2",
185185
"react-masonry-css": "^1.0.16",
186186
"react-refresh": "^0.14.0",

yarn.lock

+9-15
Original file line numberDiff line numberDiff line change
@@ -1102,10 +1102,10 @@
11021102
"@babel/helper-string-parser" "^7.25.9"
11031103
"@babel/helper-validator-identifier" "^7.25.9"
11041104

1105-
"@base2/[email protected].1":
1106-
version "1.0.1"
1107-
resolved "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
1108-
integrity sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==
1105+
"@base2/[email protected].2":
1106+
version "1.0.2"
1107+
resolved "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
1108+
integrity sha512-rBha0UDfV7EmBRjWrGG7Cpwxg8WomPlo0q+R2so47ZFf9wy4YKJzLuHcVa0UGFjdcLZj/4F/1FNC46GIQhe7sA==
11091109

11101110
"@bcoe/v8-coverage@^0.2.3":
11111111
version "0.2.3"
@@ -9386,14 +9386,13 @@ react-dropzone@^14.3.5:
93869386
file-selector "^2.1.0"
93879387
prop-types "^15.8.1"
93889388

9389-
react-element-to-jsx-string@^15.0.0:
9390-
version "15.0.0"
9391-
resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz#1cafd5b6ad41946ffc8755e254da3fc752a01ac6"
9392-
integrity sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==
9389+
react-element-to-jsx-string@^17.0.0:
9390+
version "17.0.0"
9391+
resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-17.0.0.tgz#8619b35e10011cce85aaf54cc1336b5e8b3aef4d"
9392+
integrity sha512-R0wqLsBwvEfIHhhtVxZUgUlwohnkxY2A11UhUFKgA1we/kurVF/v/2RRET5coyY+v/czQFTPI+YvDZ3lxhyEwQ==
93939393
dependencies:
9394-
"@base2/pretty-print-object" "1.0.1"
9394+
"@base2/pretty-print-object" "1.0.2"
93959395
is-plain-object "5.0.0"
9396-
react-is "18.1.0"
93979396

93989397
react-error-overlay@^6.0.11:
93999398
version "6.0.11"
@@ -9416,11 +9415,6 @@ react-intl@^6.6.2:
94169415
intl-messageformat "10.5.11"
94179416
tslib "^2.4.0"
94189417

9419-
9420-
version "18.1.0"
9421-
resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
9422-
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
9423-
94249418
react-is@^16.13.1, react-is@^16.7.0:
94259419
version "16.13.1"
94269420
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

0 commit comments

Comments
 (0)