Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed May 17, 2023
1 parent 741803b commit 0a1e1b3
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 278 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: jammy
language: node_js
node_js:
- "14"
- "18"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pixelmatch

[![Build Status](https://travis-ci.org/mapbox/pixelmatch.svg?branch=master)](https://travis-ci.org/mapbox/pixelmatch)
[![Build Status](https://travis-ci.com/mapbox/pixelmatch.svg?branch=master)](https://travis-ci.com/mapbox/pixelmatch)
[![](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects)

The smallest, simplest and fastest JavaScript pixel-level image comparison library,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"bin/pixelmatch"
],
"dependencies": {
"pngjs": "^6.0.0"
"pngjs": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint": "^8.40.0",
"eslint-config-mourner": "^3.0.0",
"tape": "^5.5.3"
"tape": "^5.6.3"
},
"scripts": {
"pretest": "eslint index.js bin/pixelmatch test/test.js",
Expand Down
Loading

0 comments on commit 0a1e1b3

Please sign in to comment.