update deps (#769)
parent
787aeaab36
commit
d5c129ee78
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
@ -80,21 +80,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"browser-fs-access": "0.29.5",
|
||||
"core-js": "3.22.5",
|
||||
"core-js": "3.22.7",
|
||||
"elix": "15.0.1",
|
||||
"html2canvas": "1.4.1",
|
||||
"i18next": "21.8.3",
|
||||
"i18next": "21.8.5",
|
||||
"jspdf": "2.5.1",
|
||||
"pathseg": "1.2.1",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"svg2pdf.js": "2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.18.0",
|
||||
"@babel/preset-env": "7.18.0",
|
||||
"@babel/core": "7.18.2",
|
||||
"@babel/preset-env": "7.18.2",
|
||||
"@babel/register": "7.17.7",
|
||||
"@babel/runtime-corejs3": "7.18.0",
|
||||
"@cypress/code-coverage": "3.9.12",
|
||||
"@babel/runtime-corejs3": "7.18.3",
|
||||
"@cypress/code-coverage": "3.10.0",
|
||||
"@cypress/fiddle": "1.19.3",
|
||||
"@rollup/plugin-babel": "5.3.1",
|
||||
"@rollup/plugin-commonjs": "^18",
|
||||
|
@ -106,9 +106,9 @@
|
|||
"@web/dev-server-rollup": "0.3.17",
|
||||
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
|
||||
"copyfiles": "2.4.1",
|
||||
"core-js-bundle": "3.22.5",
|
||||
"core-js-bundle": "3.22.7",
|
||||
"cp-cli": "2.0.0",
|
||||
"cypress": "9.6.1",
|
||||
"cypress": "9.7.0",
|
||||
"cypress-multi-reporters": "1.6.0",
|
||||
"cypress-plugin-snapshots": "1.4.4",
|
||||
"jamilih": "0.54.0",
|
||||
|
@ -123,7 +123,7 @@
|
|||
"remark-cli": "10.0.1",
|
||||
"remark-lint-ordered-list-marker-value": "3.1.1",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.74.1",
|
||||
"rollup": "2.75.1",
|
||||
"rollup-plugin-copy": "3.4.0",
|
||||
"rollup-plugin-filesize": "9.1.2",
|
||||
"rollup-plugin-html": "0.2.1",
|
||||
|
|
Loading…
Reference in New Issue