File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
"ajv" : " ^8.16.0" ,
26
26
"firebase" : " ^10.13.0" ,
27
27
"framer-motion" : " ^11.0.3" ,
28
- "json-edit-react" : " 1.25.5" ,
28
+ "json-edit-react" : " ^ 1.25.5" ,
29
29
"json5" : " ^2.2.3" ,
30
30
"react" : " ^18.2.0" ,
31
31
"react-datepicker" : " ^7.5.0" ,
Original file line number Diff line number Diff line change @@ -3651,7 +3651,7 @@ jsesc@^3.0.2:
3651
3651
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"
3652
3652
integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
3653
3653
3654
-
3654
+ json-edit-react@^ 1.25.5 :
3655
3655
version "1.25.5"
3656
3656
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.25.5.tgz#903bd853c02e1a42e65205c8d576b14c6316b925"
3657
3657
integrity sha512-qJ1Jcfzu0gzt5gBSRuksOp2e7CFwqosFqz3j6P8Vr/VfGM0N2Gr9pkGnCgH1HSy3k5bdtriyY0XEaNHJDl9pwA==
Original file line number Diff line number Diff line change 31
31
"postbuild" : " node ./scripts/cleanBuildTypes.cjs" ,
32
32
"prepareReadme" : " python3 scripts/build_npm_readme.py" ,
33
33
"prepublishOnly" : " yarn build && yarn prepareReadme && python3 scripts/use_npm_readme.py prepare" ,
34
- "postpublish" : " python3 scripts/use_npm_readme.py restore" ,
34
+ "postpublish" : " python3 scripts/use_npm_readme.py restore && cd demo && yarn add json-edit-react@latest " ,
35
35
"compile" : " rimraf ./build && tsc" ,
36
36
"release" : " yarn publish" ,
37
37
"release-demo" : " cd demo && yarn deploy"
You can’t perform that action at this time.
0 commit comments