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 33 */
44
55/* Installed package */
6- // export * from 'json-edit-react'
6+ export * from 'json-edit-react'
77
88/* Local src */
9- export * from './json-edit-react/src'
9+ // export * from './json-edit-react/src'
1010
1111/* Compiled local package */
1212// export * from './package/build'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const data: Record<string, object> = {
99 'You can change the type of any value' ,
1010 'You can add new values to objects or arrays' ,
1111 'You can edit individual values, or even a whole object node at once (as JSON text)' ,
12- 'You can also drag and drop!' ,
12+ 'You can also drag and drop! 🆕 ' ,
1313 {
1414 nested : 'An object inside an array' ,
1515 basic : false ,
Original file line number Diff line number Diff line change 1- export const version = '1.13.0-rc2 '
1+ export const version = '1.13.0'
Original file line number Diff line number Diff line change @@ -7966,9 +7966,9 @@ json-buffer@3.0.1:
79667966 integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
79677967
79687968json-edit-react@^1.13.0:
7969- version "1.13.0-rc2 "
7970- resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.13.0-rc2 .tgz#7a05d1e38ad055f9074590d7980c9c0f34aad9c0 "
7971- integrity sha512-yjoscKasFd41LPfvalsID8sj1B+f4dtQqi/Kzu5rX4/lB1biWDFGhpjV6++nzUJ2DyM8P4/VzdcHrkOWbUQlZw ==
7969+ version "1.13.0"
7970+ resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.13.0.tgz#918ae0ad736a28f5c4d2013e3bc35381f2ea828b "
7971+ integrity sha512-+jWImPnuLw09BmZfGoPsdLoJeRBMwJYoAgMfaS057vUCFQOfGsEucWHL+4OfdhYyDHcSE7ZtdDt3iCg64hMQrw ==
79727972 dependencies:
79737973 json5 "^2.2.3"
79747974 object-property-assigner "^1.3.0"
You can’t perform that action at this time.
0 commit comments