Revert "Update html2canvas version"

This reverts commit c9a60c4ff9.

# Conflicts:
#	www/package-lock.json
#	www/package.json
This commit is contained in:
Niklas von Hertzen 2018-01-07 23:19:47 +08:00
parent 974c35c368
commit 69fb48969e
2 changed files with 5 additions and 13 deletions

16
www/package-lock.json generated
View File

@ -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": {

View File

@ -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"