Skip to content

Commit

Permalink
chore: update jpeg-js to 0.4.x (#83)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Node <8
  • Loading branch information
patrickhulce authored Jul 28, 2020
1 parent befddc0 commit 327be2a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '5'
- "8"
install:
- yarn install-all
script:
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/paulirish/speedline",
"main": "lib",
"engines": {
"node": ">=5.0"
"node": ">=8.0"
},
"scripts": {
"lint": "xo",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@types/node": "*",
"image-ssim": "^0.2.0",
"jpeg-js": "^0.1.2"
"jpeg-js": "^0.4.1"
},
"devDependencies": {
"ava": "^0.19.1",
Expand Down
7 changes: 4 additions & 3 deletions core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1963,9 +1963,10 @@ jest-validate@^19.0.2:
leven "^2.0.0"
pretty-format "^19.0.0"

jpeg-js@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.1.2.tgz#135b992c0575c985cfa0f494a3227ed238583ece"
jpeg-js@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.1.tgz#937a3ae911eb6427f151760f8123f04c8bfe6ef7"
integrity sha512-jA55yJiB5tCXEddos8JBbvW+IMrqY0y1tjjx9KNVtA+QPmu7ND5j0zkKopClpUTsaETL135uOM2XfcYG4XRjmw==

"js-tokens@^3.0.0 || ^4.0.0":
version "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bin": "cli.js",
"main": "core/lib",
"engines": {
"node": ">=5.0"
"node": ">=8.0"
},
"types": "core/speedline.d.ts",
"scripts": {
Expand All @@ -28,7 +28,7 @@
"@types/node": "*",
"babar": "0.2.0",
"image-ssim": "^0.2.0",
"jpeg-js": "^0.1.2",
"jpeg-js": "^0.4.1",
"loud-rejection": "^1.6.0",
"meow": "^3.7.0"
},
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -914,9 +914,10 @@ isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"

jpeg-js@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.1.2.tgz#135b992c0575c985cfa0f494a3227ed238583ece"
jpeg-js@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.1.tgz#937a3ae911eb6427f151760f8123f04c8bfe6ef7"
integrity sha512-jA55yJiB5tCXEddos8JBbvW+IMrqY0y1tjjx9KNVtA+QPmu7ND5j0zkKopClpUTsaETL135uOM2XfcYG4XRjmw==

js-tokens@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 327be2a

Please sign in to comment.