1
0
Fork 0
mirror of https://github.com/GuerillaStudio/vanillalist.git synced 2024-10-22 17:37:29 +00:00

Update sharp eleventy plugin

This commit is contained in:
Tixie 2022-03-12 17:47:49 +01:00
parent 23db68e6d9
commit 1078714326
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View file

@ -14,7 +14,7 @@
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cssnano": "^5.0.17", "cssnano": "^5.0.17",
"eleventy-plugin-sharp": "github:TixieBorg/eleventy-plugin-sharp", "eleventy-plugin-sharp": "^0.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss-cli": "^9.1.0", "postcss-cli": "^9.1.0",
"sass": "^1.49.7" "sass": "^1.49.7"
@ -1607,9 +1607,9 @@
"integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==" "integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw=="
}, },
"node_modules/eleventy-plugin-sharp": { "node_modules/eleventy-plugin-sharp": {
"version": "0.0.3", "version": "0.1.0",
"resolved": "git+ssh://git@github.com/TixieBorg/eleventy-plugin-sharp.git#46ade52c9def2e6af8a283a6412ea2e7dcc1bc92", "resolved": "https://registry.npmjs.org/eleventy-plugin-sharp/-/eleventy-plugin-sharp-0.1.0.tgz",
"license": "MIT", "integrity": "sha512-kmFdCWg42er4lhiGt5cUgd6Rr+tLVMvOQlzC/mnaLlBt7wiXujGvy7+/7Fz/VbPv+cplAxViE0j0D+FbYEOdHw==",
"dependencies": { "dependencies": {
"debug": "^4.1.1", "debug": "^4.1.1",
"sharp": "^0.30.0" "sharp": "^0.30.0"
@ -8382,8 +8382,9 @@
"integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==" "integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw=="
}, },
"eleventy-plugin-sharp": { "eleventy-plugin-sharp": {
"version": "git+ssh://git@github.com/TixieBorg/eleventy-plugin-sharp.git#46ade52c9def2e6af8a283a6412ea2e7dcc1bc92", "version": "0.1.0",
"from": "eleventy-plugin-sharp@https://github.com/TixieBorg/eleventy-plugin-sharp", "resolved": "https://registry.npmjs.org/eleventy-plugin-sharp/-/eleventy-plugin-sharp-0.1.0.tgz",
"integrity": "sha512-kmFdCWg42er4lhiGt5cUgd6Rr+tLVMvOQlzC/mnaLlBt7wiXujGvy7+/7Fz/VbPv+cplAxViE0j0D+FbYEOdHw==",
"requires": { "requires": {
"debug": "^4.1.1", "debug": "^4.1.1",
"sharp": "^0.30.0" "sharp": "^0.30.0"

View file

@ -19,7 +19,7 @@
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cssnano": "^5.0.17", "cssnano": "^5.0.17",
"eleventy-plugin-sharp": "github:TixieBorg/eleventy-plugin-sharp", "eleventy-plugin-sharp": "^0.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss-cli": "^9.1.0", "postcss-cli": "^9.1.0",
"sass": "^1.49.7" "sass": "^1.49.7"