Skip to content

Commit 1424cf8

Browse files
committed
Update demo
1 parent 944ee2b commit 1424cf8

File tree

3 files changed

+34
-9
lines changed

3 files changed

+34
-9
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react-dom": "^18.2.18",
1818
"firebase": "^10.7.2",
1919
"framer-motion": "^11.0.3",
20-
"json-edit-react": "^1.11.0",
20+
"json-edit-react": "^1.11.3",
2121
"just-compare": "^2.3.0",
2222
"react": "^18.2.0",
2323
"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.11.0'
1+
export const version = '1.11.3'

demo/yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7965,10 +7965,10 @@ [email protected]:
79657965
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
79667966
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
79677967

7968-
json-edit-react@^1.11.0:
7969-
version "1.11.0"
7970-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.11.0.tgz#5d077adcedd199038c7a69171f0cc7cae7bf8a48"
7971-
integrity sha512-FhADxqEXg8ic0iyIH8FMGcpGBm2yoxZNhzKH8uzMTa2UQdzKVxLEAru1Is1lu1X/LQTVpZ42HMCkf030MZ3llg==
7968+
json-edit-react@^1.11.3:
7969+
version "1.11.3"
7970+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.11.3.tgz#80edc1edd07051753324e1624e6a1cf628d9708c"
7971+
integrity sha512-TEQaKPwkwagrtoTCKzrwbURC2D/03xPCoZ9FbcRbaGP0y9dASiR54r7XMUJdw7t/3cjZYK/TKF+dyzZnm0d07g==
79727972
dependencies:
79737973
json5 "^2.2.3"
79747974
just-clone "^6.2.0"
@@ -10566,7 +10566,16 @@ string-natural-compare@^3.0.1:
1056610566
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1056710567
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1056810568

10569-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10569+
"string-width-cjs@npm:string-width@^4.2.0":
10570+
version "4.2.3"
10571+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10572+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10573+
dependencies:
10574+
emoji-regex "^8.0.0"
10575+
is-fullwidth-code-point "^3.0.0"
10576+
strip-ansi "^6.0.1"
10577+
10578+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1057010579
version "4.2.3"
1057110580
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1057210581
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10653,7 +10662,14 @@ stringify-object@^3.3.0:
1065310662
is-obj "^1.0.1"
1065410663
is-regexp "^1.0.0"
1065510664

10656-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10665+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10666+
version "6.0.1"
10667+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10668+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10669+
dependencies:
10670+
ansi-regex "^5.0.1"
10671+
10672+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1065710673
version "6.0.1"
1065810674
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1065910675
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11781,7 +11797,16 @@ [email protected]:
1178111797
"@types/trusted-types" "^2.0.2"
1178211798
workbox-core "6.6.1"
1178311799

11784-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11800+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11801+
version "7.0.0"
11802+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11803+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11804+
dependencies:
11805+
ansi-styles "^4.0.0"
11806+
string-width "^4.1.0"
11807+
strip-ansi "^6.0.0"
11808+
11809+
wrap-ansi@^7.0.0:
1178511810
version "7.0.0"
1178611811
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1178711812
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)