Fix issue 726, move forward / move backward (#728)

This commit is contained in:
Kevin D
2022-02-15 16:31:58 +09:00
committed by GitHub
parent 443f88648d
commit f713ff8f83
4 changed files with 231 additions and 143 deletions

View File

@@ -84,10 +84,10 @@
"@babel/polyfill": "7.12.1",
"browser-fs-access": "0.24.0",
"canvg": "3.0.10",
"core-js": "3.20.3",
"core-js": "3.21.0",
"elix": "15.0.1",
"html2canvas": "1.4.1",
"i18next": "21.6.10",
"i18next": "21.6.11",
"jspdf": "2.5.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.13.9",
@@ -95,10 +95,10 @@
"svg2pdf.js": "2.2.0"
},
"devDependencies": {
"@babel/core": "7.16.12",
"@babel/core": "7.17.2",
"@babel/preset-env": "7.16.11",
"@babel/register": "7.16.9",
"@babel/runtime-corejs3": "7.16.8",
"@babel/register": "7.17.0",
"@babel/runtime-corejs3": "7.17.2",
"@cypress/code-coverage": "3.9.12",
"@cypress/fiddle": "1.19.3",
"@rollup/plugin-babel": "5.3.0",
@@ -111,7 +111,7 @@
"@web/dev-server-rollup": "0.3.15",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"copyfiles": "2.4.1",
"core-js-bundle": "3.20.3",
"core-js-bundle": "3.21.0",
"cp-cli": "2.0.0",
"cypress": "9.4.1",
"cypress-multi-reporters": "1.5.0",
@@ -128,7 +128,7 @@
"remark-cli": "10.0.1",
"remark-lint-ordered-list-marker-value": "3.1.1",
"rimraf": "3.0.2",
"rollup": "2.66.1",
"rollup": "2.67.2",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-html": "0.2.1",