Skip to content

Commit

Permalink
Bump optisize
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Aug 17, 2018
1 parent db990c0 commit a98c655
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/plugin-syntax-dynamic-import": "7.0.0-rc.1",
"@babel/plugin-syntax-import-meta": "7.0.0-rc.1",
"@babel/preset-env": "7.0.0-rc.1",
"@three11/optisize": "^0.5.0",
"@three11/optisize": "^0.6.0",
"autoprefixer": "^9.1.1",
"babel-loader": "^8.0.0-beta.0",
"browser-sync": "^2.24.6",
Expand Down
60 changes: 30 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -634,18 +634,18 @@
version "0.7.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"

"@three11/optisize@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@three11/optisize/-/optisize-0.5.0.tgz#eb801b01181114a1a9593e61432dfa0ec8bcc0c2"
"@three11/optisize@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@three11/optisize/-/optisize-0.6.0.tgz#d2692c4b3610004646e4724317eb3e29c3bb5e5b"
dependencies:
glob "^7.1.2"
imagemin "^5.3.1"
imagemin "^6.0.0"
imagemin-gifsicle "^5.2.0"
imagemin-mozjpeg "^7.0.0"
imagemin-pngquant "^5.1.0"
ora "^2.0.0"
sharp "^0.20.1"
yargs "^11.0.0"
imagemin-pngquant "^6.0.0"
ora "^3.0.0"
sharp "^0.20.5"
yargs "^12.0.1"

"@webassemblyjs/[email protected]":
version "1.5.13"
Expand Down Expand Up @@ -3504,14 +3504,14 @@ file-type@^3.1.0, file-type@^3.8.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"

file-type@^4.1.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-4.4.0.tgz#1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5"

file-type@^6.1.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-6.2.0.tgz#e50cd75d356ffed4e306dc4f5bcf52a79903a919"

file-type@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c"

filename-regex@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
Expand Down Expand Up @@ -4002,7 +4002,7 @@ globals@^11.1.0:
version "11.7.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"

[email protected]:
[email protected], globby@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50"
dependencies:
Expand Down Expand Up @@ -4440,24 +4440,24 @@ imagemin-mozjpeg@^7.0.0:
is-jpg "^1.0.0"
mozjpeg "^5.0.0"

imagemin-pngquant@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-5.1.0.tgz#b9eb563d9e6a3876f6248be0061ba1b0ef269c07"
imagemin-pngquant@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-6.0.0.tgz#7c0c956338fa9a3a535deb63973c1c894519cc78"
dependencies:
execa "^0.10.0"
is-png "^1.0.0"
is-stream "^1.1.0"
pngquant-bin "^4.0.0"
pngquant-bin "^5.0.0"

imagemin@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/imagemin/-/imagemin-5.3.1.tgz#f19c2eee1e71ba6c6558c515f9fc96680189a6d4"
imagemin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/imagemin/-/imagemin-6.0.0.tgz#1ae68c6b867863651a454f882054d9abf7d13b78"
dependencies:
file-type "^4.1.0"
globby "^6.1.0"
file-type "^8.1.0"
globby "^8.0.1"
make-dir "^1.0.0"
p-pipe "^1.1.0"
pify "^2.3.0"
pify "^3.0.0"
replace-ext "^1.0.0"

[email protected], immutable@^3.7.6:
Expand Down Expand Up @@ -6246,9 +6246,9 @@ optionator@^0.8.1:
type-check "~0.3.2"
wordwrap "~1.0.0"

ora@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-2.1.0.tgz#6caf2830eb924941861ec53a173799e008b51e5b"
ora@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-3.0.0.tgz#8179e3525b9aafd99242d63cc206fd64732741d0"
dependencies:
chalk "^2.3.1"
cli-cursor "^2.1.0"
Expand Down Expand Up @@ -6621,9 +6621,9 @@ pngjs@^2.0.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-2.3.1.tgz#11d1e12b9cb64d63e30c143a330f4c1f567da85f"

pngquant-bin@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-4.0.0.tgz#468adf7036f50fae09c9c264ef62b6d10c02f5c2"
pngquant-bin@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-5.0.0.tgz#91df99c15b0492cb30b001746a10a67d3202509e"
dependencies:
bin-build "^3.0.0"
bin-wrapper "^3.0.0"
Expand Down Expand Up @@ -7899,7 +7899,7 @@ shallow-copy@~0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/shallow-copy/-/shallow-copy-0.0.1.tgz#415f42702d73d810330292cc5ee86eae1a11a170"

sharp@^0.20.1, sharp@^0.20.2:
sharp@^0.20.2, sharp@^0.20.5:
version "0.20.5"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.20.5.tgz#fc19d9639b1c792fa68a21624c75069923e79edd"
dependencies:
Expand Down

0 comments on commit a98c655

Please sign in to comment.