Update website html2canvas package

This commit is contained in:
Niklas von Hertzen 2018-01-07 22:14:16 +08:00
parent 0fe9632a32
commit 974c35c368
2 changed files with 4 additions and 4 deletions

6
www/package-lock.json generated
View File

@ -4903,9 +4903,9 @@
"integrity": "sha1-nSLgyjKsyVs/RbjVtPb73AWv/VU=" "integrity": "sha1-nSLgyjKsyVs/RbjVtPb73AWv/VU="
}, },
"html2canvas": { "html2canvas": {
"version": "1.0.0-alpha.8", "version": "1.0.0-alpha.9",
"resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.8.tgz", "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.9.tgz",
"integrity": "sha1-LXxW+ErC43dnmdUBd0JrmLEb+ms=", "integrity": "sha1-/2A9gINa/rbCdm6GEEdooc7xyAE=",
"requires": { "requires": {
"css-line-break": "1.0.1" "css-line-break": "1.0.1"
} }

View File

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