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 1717 "@types/react-dom" : " ^18.2.18" ,
1818 "firebase" : " ^10.7.2" ,
1919 "framer-motion" : " ^11.0.3" ,
20- "json-edit-react" : " ^1.9.0 " ,
20+ "json-edit-react" : " ^1.9.1 " ,
2121 "just-compare" : " ^2.3.0" ,
2222 "react" : " ^18.2.0" ,
2323 "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 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.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 ==
79727972 dependencies:
79737973 json5 "^2.2.3"
79747974 just-clone "^6.2.0"
Original file line number Diff line number Diff line change 1313 "license" : " MIT" ,
1414 "scripts" : {
1515 "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" ,
1717 "build" : " rimraf ./build && rollup -c && rimraf ./build/dts" ,
1818 "lint" : " npx eslint \" src/**\" " ,
1919 "postbuild" : " node ./scripts/cleanBuildTypes.js" ,
You can’t perform that action at this time.
0 commit comments