1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

Revert "Update html2canvas version"

This reverts commit 565da856d7ef78cdb1b99c18653efe1e74bd8336.

# Conflicts:
#	www/package-lock.json
#	www/package.json
This commit is contained in:
MoyuScript 2018-01-07 23:19:47 +08:00
parent 96f5ff39b3
commit f7dceb7977
2 changed files with 5 additions and 13 deletions

16
www/package-lock.json generated

@ -2684,14 +2684,6 @@
"hyphenate-style-name": "1.0.2"
}
},
"css-line-break": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-1.0.1.tgz",
"integrity": "sha1-GfIGOjPpX7KDG4ZEbAuAwYivRQo=",
"requires": {
"base64-arraybuffer": "0.1.5"
}
},
"css-loader": {
"version": "0.26.4",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-0.26.4.tgz",
@ -4903,11 +4895,11 @@
"integrity": "sha1-nSLgyjKsyVs/RbjVtPb73AWv/VU="
},
"html2canvas": {
"version": "1.0.0-alpha.9",
"resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.9.tgz",
"integrity": "sha1-/2A9gINa/rbCdm6GEEdooc7xyAE=",
"version": "1.0.0-alpha.4",
"resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.4.tgz",
"integrity": "sha1-t1Q+6kUkAHitGEesk5CBpXUYCho=",
"requires": {
"css-line-break": "1.0.1"
"punycode": "2.1.0"
}
},
"htmlparser2": {

@ -18,7 +18,7 @@
"gatsby-source-filesystem": "^1.5.9",
"gatsby-transformer-remark": "^1.7.23",
"gzip-size": "^4.1.0",
"html2canvas": "^1.0.0-alpha.9",
"html2canvas": "1.0.0-alpha.4",
"mkdirp": "^0.5.1",
"typography": "^0.16.6",
"typography-theme-github": "^0.15.10"