Skip to content

Commit a56acd6

Browse files
committed
Update demo
1 parent 36550c4 commit a56acd6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.18",
1818
"firebase": "^10.7.2",
1919
"framer-motion": "^11.0.3",
20-
"json-edit-react": "^1.9.0",
20+
"json-edit-react": "^1.9.1",
2121
"just-compare": "^2.3.0",
2222
"react": "^18.2.0",
2323
"react-datepicker": "^5.0.0",

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

demo/yarn.lock

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

7968-
json-edit-react@^1.9.0:
7969-
version "1.9.0"
7970-
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.9.0.tgz#8531b505f888df57b1f46f8d7d7b88896e8c5e03"
7971-
integrity sha512-fRiV/TzLP4sFRraDpl7EI5OZeyZIG5vOJPlmrV35mM+4pUGwJkGlDE8yDVnRayBUAK88wY9lOFvbIATn7i0IrA==
7968+
json-edit-react@^1.9.1:
7969+
version "1.9.1"
7970+
resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.9.1.tgz#9d89361be4b715b7164d024569b6a3635c98d378"
7971+
integrity sha512-rKqmhVb2pDUMMCZM2pRrtzPUusmXaZhAP8arUYMUsU/GLkwka6ZBqacGTBcuoskIWvvVsMQNuESPErrix8Hb9g==
79727972
dependencies:
79737973
json5 "^2.2.3"
79747974
just-clone "^6.2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"scripts": {
1515
"setup": "yarn install && cd demo && yarn install",
16-
"demo": "cd demo && node ./scripts/getVersion.js && yarn start",
16+
"demo": "cd demo && node ./scripts/getVersion.js && yarn && yarn start",
1717
"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
1818
"lint": "npx eslint \"src/**\"",
1919
"postbuild": "node ./scripts/cleanBuildTypes.js",

0 commit comments

Comments
 (0)