Skip to content

Commit 1d396c8

Browse files
committed
Update demo
1 parent 61e7438 commit 1d396c8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.0.0",
20+
"json-edit-react": "^1.1.0",
2121
"just-clone": "^6.2.0",
2222
"just-compare": "^2.3.0",
2323
"react": "^18.2.0",

demo/src/data.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ const data = {
17981798
description: (
17991799
<Flex flexDir="column" gap={2}>
18001800
<Text>
1801-
You are now editing Theme object being used by the component right now — edit it live!.
1801+
You are now editing Theme object being used by the component right now — edit it live!
18021802
</Text>
18031803
<Text>
18041804
Notice you are restricted from changing the structure in a way that would break the

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

demo/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4469,9 +4469,9 @@ caniuse-api@^3.0.0:
44694469
lodash.uniq "^4.5.0"
44704470

44714471
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
4472-
version "1.0.30001487"
4473-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001487.tgz"
4474-
integrity sha512-83564Z3yWGqXsh2vaH/mhXfEM0wX+NlBCm1jYHOb97TrTWJEmPTccZgeLTPBUUb0PNVo+oomb7wkimZBIERClA==
4472+
version "1.0.30001564"
4473+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001564.tgz"
4474+
integrity sha512-DqAOf+rhof+6GVx1y+xzbFPeOumfQnhYzVnZD6LAXijR77yPtm9mfOcqOnT3mpnJiZVT+kwLAFnRlZcIz+c6bg==
44754475

44764476
case-sensitive-paths-webpack-plugin@^2.4.0:
44774477
version "2.4.0"
@@ -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.0.0:
7656-
version "1.0.0"
7657-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.0.0.tgz#e52ec366fd53025ddd711951b31e7af0c06a2597"
7658-
integrity sha512-qqbkupyanCxzFw0PsnmZdVjCQrdgfTC99MrjSOPYC+aWsQu1E2SwGrqIrqhOKoS/stwN7UGlRYIIbBPJv+gP3Q==
7655+
json-edit-react@^1.1.0:
7656+
version "1.1.0"
7657+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.1.0.tgz#be1c9e82e9dbf12678c8f9547780fab68f6978db"
7658+
integrity sha512-szqjsT7dJSxvUKNB3odeZ2kmBUiCwLILJ1yp6umGpDfXtSBMEj9Q+JENcPsrNxl/0Hk7uHrbXYmjjVT1Dq7Rlw==
76597659
dependencies:
76607660
just-clone "^6.2.0"
76617661
object-property-assigner "^1.0.1"

0 commit comments

Comments
 (0)