Skip to content

Commit f29e527

Browse files
committed
Update demo
1 parent 5beb875 commit f29e527

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ajv": "^8.16.0",
1919
"firebase": "^10.7.2",
2020
"framer-motion": "^11.0.3",
21-
"json-edit-react": "^1.13.1",
21+
"json-edit-react": "^1.13.2",
2222
"just-compare": "^2.3.0",
2323
"react": "^18.2.0",
2424
"react-datepicker": "^5.0.0",

demo/src/_imports.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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'

demo/src/demoData/dataDefinitions.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,13 @@ export const demoData: Record<string, DemoData> = {
475475
</Link>{' '}
476476
function that displays a Toast notification rather than the standard error message when
477477
you enter invalid JSON input or violate{' '}
478-
<Link href="https://github.com/CarlosNZ/json-edit-react#onerror-function" isExternal>
478+
<Link
479+
href="https://github.com/CarlosNZ/json-edit-react/blob/main/demo/src/demoData/customNodesSchema.json"
480+
isExternal
481+
>
479482
this JSON schema
480483
</Link>
481-
)
484+
.)
482485
</Text>
483486
<Text>
484487
You can also see how the property count text changes depending on the data. This is using

demo/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.13.1'
1+
export const version = '1.13.2'

demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7975,10 +7975,10 @@ json-buffer@3.0.1:
79757975
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
79767976
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
79777977

7978-
json-edit-react@^1.13.1:
7979-
version "1.13.1"
7980-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.13.1.tgz#1c3bc6c995b7efbb8c74b20c35ba64ffa3dbc267"
7981-
integrity sha512-B96OXGphxukLHpa39tV0wUAiC2WE7GWz/WZmiArPZVt69keQOsW0r8/x4Ld74SmxsTvwK/EGy4kyxMcUpqezcg==
7978+
json-edit-react@^1.13.2:
7979+
version "1.13.2"
7980+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.13.2.tgz#a49ca542db7797566a682eda223a92bbc646fcca"
7981+
integrity sha512-p7MFLIPwHEdONrxFutxxTahoramqUxtEIGZMdh3y52OpLAq7bWGcTyOSAvEZcawuR6j5+xDCu1rp44HlJrbyfw==
79827982
dependencies:
79837983
json5 "^2.2.3"
79847984
object-property-assigner "^1.3.0"

0 commit comments

Comments
 (0)