bump editor version

This commit is contained in:
ammarahm-ed
2022-08-17 11:30:12 +05:00
parent 8043c24f28
commit c450b674e3
2 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"hasInstallScript": true,
"dependencies": {
"@streetwriters/editor": "^1.3.0",
"@streetwriters/editor": "^1.3.1",
"@streetwriters/theme": "^1.0.1",
"framer-motion": "^4.1.17",
"mdi-react": "^8.4.0",
@@ -2971,9 +2971,9 @@
"integrity": "sha512-CUqgq2PTmdmWhNPzth9JN1cFoaFsIWhgiuDVD23hjD+9HJVD+xs3GlbZF+YWYMKVhRa3hib4A7Ev8rOjz2QBwQ=="
},
"node_modules/@streetwriters/editor": {
"version": "1.3.0",
"resolved": "https://npm.pkg.github.com/download/@streetwriters/editor/1.3.0/86d3ae2f9bd1ccfd57015bd80f164df113627916",
"integrity": "sha512-rORvxCoAhz00NAtlok2aBbdaLwkixTylqp6ToF9HYsWTEwKswuypX6146OUk6Obzwr0PkjRVgITJ2fg2WxwwSw==",
"version": "1.3.1",
"resolved": "https://npm.pkg.github.com/download/@streetwriters/editor/1.3.1/68b8d739d0b11e392b689b5bf7375318172de61a",
"integrity": "sha512-Pub5JXPabY4YdraMLi43HW+Y94ZiZRZA+PXJUmpSPa+KBr/36hTZG55EJUEqlY+bGDdec0ctSWFJ5Hu1cNPBqg==",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
@@ -25752,9 +25752,9 @@
"integrity": "sha512-CUqgq2PTmdmWhNPzth9JN1cFoaFsIWhgiuDVD23hjD+9HJVD+xs3GlbZF+YWYMKVhRa3hib4A7Ev8rOjz2QBwQ=="
},
"@streetwriters/editor": {
"version": "1.3.0",
"resolved": "https://npm.pkg.github.com/download/@streetwriters/editor/1.3.0/86d3ae2f9bd1ccfd57015bd80f164df113627916",
"integrity": "sha512-rORvxCoAhz00NAtlok2aBbdaLwkixTylqp6ToF9HYsWTEwKswuypX6146OUk6Obzwr0PkjRVgITJ2fg2WxwwSw==",
"version": "1.3.1",
"resolved": "https://npm.pkg.github.com/download/@streetwriters/editor/1.3.1/68b8d739d0b11e392b689b5bf7375318172de61a",
"integrity": "sha512-Pub5JXPabY4YdraMLi43HW+Y94ZiZRZA+PXJUmpSPa+KBr/36hTZG55EJUEqlY+bGDdec0ctSWFJ5Hu1cNPBqg==",
"requires": {
"@_ueberdosis/prosemirror-tables": "^1.1.3",
"@mdi/js": "^6.9.96",

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@streetwriters/editor": "^1.3.0",
"@streetwriters/editor": "^1.3.1",
"@streetwriters/theme": "^1.0.1",
"framer-motion": "^4.1.17",
"mdi-react": "^8.4.0",
@@ -31,7 +31,7 @@
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build && rm -rf ../notesnook-mobile/web.bundle/ && mkdir ../notesnook-mobile/web.bundle && cp -R ./build/* ../notesnook-mobile/web.bundle/",
"build": "GENERATE_SOURCEMAP=false react-scripts build && rm -rf ../clean/notesnook-mobile/web.bundle/ && mkdir ../clean/notesnook-mobile/web.bundle && cp -R ./build/* ../clean/notesnook-mobile/web.bundle/",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "patch-package"