Skip to content

Commit 138ae5d

Browse files
committed
Update demo
1 parent 0b124de commit 138ae5d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
687687
## Changelog
688688
689689
690-
- **1.15.1**:
690+
- **1.15.2**:
691691
- Collapse animation timing is configurable (#96)
692692
- Bug fix for non-responsive keyboard submit for boolean values (#97)
693693
- **1.15.0**: Remove ([JSON5](https://json5.org/)) from the package, and provided props for passing in *any* alternative JSON parsing and stringifying methods.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ajv": "^8.16.0",
1919
"firebase": "^10.7.2",
2020
"framer-motion": "^11.0.3",
21-
"json-edit-react": "^1.15.1",
21+
"json-edit-react": "^1.15.2",
2222
"json5": "^2.2.3",
2323
"react": "^18.2.0",
2424
"react-datepicker": "^5.0.0",

demo/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.15.0'
1+
export const version = '1.15.2'

demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7975,10 +7975,10 @@ json-buffer@3.0.1:
79757975
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
79767976
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
79777977

7978-
json-edit-react@^1.15.1:
7979-
version "1.15.1"
7980-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.15.1.tgz#1c4686ebdeaff7f572326366a91ba5de4ed6da6a"
7981-
integrity sha512-ZvxwJzO3Xz2W2mjDPNFo51WPBln5geDJFMEOBfdoQTcIoHGM9oPLAtaaSrgXTtlbypIoa1wkeeNqTblJ/xcFHg==
7978+
json-edit-react@^1.15.2:
7979+
version "1.15.2"
7980+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.15.2.tgz#bf8fa874cece11eed7df1c4e4dd431dc38e2282e"
7981+
integrity sha512-x3OqxxHnMJTj9TkN7P8b9S/Kfk+6EKJ1Fj0F8vWLeODKz5flkHFwhv15oJquBMtLif51VtjeafuLna7dkrW+Mw==
79827982
dependencies:
79837983
object-property-assigner "^1.3.0"
79847984
object-property-extractor "^1.0.11"

0 commit comments

Comments
 (0)