File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
"@types/react-dom" : " ^18.2.18" ,
18
18
"firebase" : " ^10.7.2" ,
19
19
"framer-motion" : " ^11.0.3" ,
20
- "json-edit-react" : " ^1.9.0 " ,
20
+ "json-edit-react" : " ^1.9.1 " ,
21
21
"just-compare" : " ^2.3.0" ,
22
22
"react" : " ^18.2.0" ,
23
23
"react-datepicker" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
- export const version = '1.9.0 '
1
+ export const version = '1.9.1 '
Original file line number Diff line number Diff line change @@ -7965,10 +7965,10 @@ json-buffer@3.0.1:
7965
7965
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
7966
7966
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
7967
7967
7968
- json-edit-react@^1.9.0 :
7969
- version "1.9.0 "
7970
- resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.9.0 .tgz#8531b505f888df57b1f46f8d7d7b88896e8c5e03 "
7971
- integrity sha512-fRiV/TzLP4sFRraDpl7EI5OZeyZIG5vOJPlmrV35mM+4pUGwJkGlDE8yDVnRayBUAK88wY9lOFvbIATn7i0IrA ==
7968
+ json-edit-react@^1.9.1 :
7969
+ version "1.9.1 "
7970
+ resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.9.1 .tgz#9d89361be4b715b7164d024569b6a3635c98d378 "
7971
+ integrity sha512-rKqmhVb2pDUMMCZM2pRrtzPUusmXaZhAP8arUYMUsU/GLkwka6ZBqacGTBcuoskIWvvVsMQNuESPErrix8Hb9g ==
7972
7972
dependencies:
7973
7973
json5 "^2.2.3"
7974
7974
just-clone "^6.2.0"
Original file line number Diff line number Diff line change 13
13
"license" : " MIT" ,
14
14
"scripts" : {
15
15
"setup" : " yarn install && cd demo && yarn install" ,
16
- "demo" : " cd demo && node ./scripts/getVersion.js && yarn start" ,
16
+ "demo" : " cd demo && node ./scripts/getVersion.js && yarn && yarn start" ,
17
17
"build" : " rimraf ./build && rollup -c && rimraf ./build/dts" ,
18
18
"lint" : " npx eslint \" src/**\" " ,
19
19
"postbuild" : " node ./scripts/cleanBuildTypes.js" ,
You can’t perform that action at this time.
0 commit comments