Skip to content

Commit 52a83a1

Browse files
committed
Update demo
1 parent e6b4aa0 commit 52a83a1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react-dom": "^18.2.15",
1818
"firebase": "^9.22.1",
1919
"framer-motion": "^10.16.5",
20-
"json-edit-react": "^1.1.1",
20+
"json-edit-react": "^1.1.3",
2121
"just-clone": "^6.2.0",
2222
"just-compare": "^2.3.0",
2323
"react": "^18.2.0",

demo/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React, { useEffect, useRef } from 'react'
22
/* Local version */
3-
// import { JsonEditor, themes, ThemeName, Theme, ThemeInput } from './json-edit-react/src'
3+
import { JsonEditor, themes, ThemeName, Theme, ThemeInput } from './json-edit-react/src'
44
/* npm version */
5-
import { JsonEditor, themes, ThemeName, Theme, ThemeInput } from 'json-edit-react'
5+
// import { JsonEditor, themes, ThemeName, Theme, ThemeInput } from 'json-edit-react'
66
import { FaNpm, FaExternalLinkAlt, FaGithub } from 'react-icons/fa'
77
import { BiReset } from 'react-icons/bi'
88
import { AiOutlineCloudUpload } from 'react-icons/ai'

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.1.1'
1+
export const version = '1.1.3'

demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7652,10 +7652,10 @@ jsesc@~0.5.0:
76527652
resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
76537653
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
76547654

7655-
json-edit-react@^1.1.1:
7656-
version "1.1.1"
7657-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.1.1.tgz#be31a749de1be76baeaea8ed59f642675dad7c59"
7658-
integrity sha512-eZLPNpZQiNqUvW0w9go/wj8/uoUs+Xw/OPUJKNhdkYyXrC9aWAZTvh/5IJHwvgN54haM+2CGavuY2xUnirnbAQ==
7655+
json-edit-react@^1.1.3:
7656+
version "1.1.3"
7657+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.1.3.tgz#e8d6943c1aab858a523024695175f4a0bb94c27e"
7658+
integrity sha512-oX3QA/Z5eT5A1wJsUh+PIIb4GnoK+ITo9JaSF/PtRUbpVtfxIDDAIYzy6BwwlXbBCB4+57xLcnwuFrC7aamZ1g==
76597659
dependencies:
76607660
just-clone "^6.2.0"
76617661
object-property-assigner "^1.0.1"

0 commit comments

Comments
 (0)