Skip to content

Commit 55e3019

Browse files
committed
Update demo
1 parent fe89ff8 commit 55e3019

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ajv": "^8.16.0",
1919
"firebase": "^10.13.0",
2020
"framer-motion": "^11.0.3",
21-
"json-edit-react": "^1.15.10",
21+
"json-edit-react": "^1.15.11",
2222
"json5": "^2.2.3",
2323
"react": "^18.2.0",
2424
"react-datepicker": "^5.0.0",

demo/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.15.10'
1+
export const version = '1.15.11'

demo/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8109,10 +8109,10 @@ [email protected]:
81098109
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
81108110
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
81118111

8112-
json-edit-react@^1.15.10:
8113-
version "1.15.10"
8114-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.15.10.tgz#dbcc4d06eee97d16f552f51931a51d5824cf466a"
8115-
integrity sha512-97vtCfcxM6RiRPYVF4aXDhl1BavY2eJiCaoUghw4YchGkKOVIsbn5p1x7Ht15SMl/srZ7U6nl8KZzPyYPoXoRQ==
8112+
json-edit-react@^1.15.11:
8113+
version "1.15.11"
8114+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.15.11.tgz#c2816695ec043353be1697a9e01460fe20ff749d"
8115+
integrity sha512-X/6BHbb9rYdqoDlkGRvQEn99YiO8/1ONP1HbriDnZtKfsPkIfDm+d7+OpsA19j8k6bA4qD3RKmqOp89P0kSTKw==
81168116
dependencies:
81178117
object-property-assigner "^1.3.0"
81188118
object-property-extractor "^1.0.11"

0 commit comments

Comments
 (0)