Skip to content

Commit b085f63

Browse files
committed
Update demo
1 parent f7c73e8 commit b085f63

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
@@ -24,7 +24,7 @@
2424
"ajv": "^8.16.0",
2525
"firebase": "^10.13.0",
2626
"framer-motion": "^11.0.3",
27-
"json-edit-react": "^1.22.1",
27+
"json-edit-react": "^1.22.2",
2828
"json5": "^2.2.3",
2929
"react": "^18.2.0",
3030
"react-datepicker": "^7.5.0",

demo/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.22.1'
1+
export const version = '1.22.2'

demo/yarn.lock

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

8326-
json-edit-react@^1.22.1:
8327-
version "1.22.1"
8328-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.22.1.tgz#505f3593d93bc449e983deeaee6935635a60e28f"
8329-
integrity sha512-vo6sF9yOrEwyHmOZSyIogJFl6AEwq918DqrWX/9xgD2XsWIp/Ddr6yPuxTTh33Z7WjLbXncsvAKsvcIwTCV9HQ==
8326+
json-edit-react@^1.22.2:
8327+
version "1.22.2"
8328+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.22.2.tgz#844ac0d722c17e1518f83e6c2b6929708454a2e5"
8329+
integrity sha512-QOgjt3xXL51Y4jQ1rbFrEW026LzRBiLZc9gkcas+G/X9BuN16s2dwT5zPvzxoIo4m+Ar1ZRg9oOKOT6j6vqzKA==
83308330
dependencies:
83318331
object-property-assigner "^1.3.5"
83328332
object-property-extractor "^1.0.13"

0 commit comments

Comments
 (0)