Skip to content

Commit

Permalink
Update all dependencies and bump to 1.1.5 (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Liam McLoughlin <lmcloughlin@fitbit.com>
  • Loading branch information
Hexxeh committed Nov 4, 2020
1 parent 4587a08 commit 7cb2aed
Show file tree
Hide file tree
Showing 3 changed files with 1,272 additions and 1,126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node_version: [10, 12, 14]
node_version: [12, 14]
name: ${{ matrix.os }} / Node v${{ matrix.node_version }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fitbit/image-codec-txi",
"version": "1.1.4",
"version": "1.1.5",
"description": "TXI image format encoder library",
"files": [
"lib",
Expand All @@ -24,23 +24,23 @@
"benchmark": "ts-node bench.ts"
},
"devDependencies": {
"@types/benchmark": "^1.0.31",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.2",
"@types/pngjs": "^3.4.1",
"@types/benchmark": "^2.1.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/pngjs": "^3.4.2",
"benchmark": "^2.1.4",
"coveralls": "^3.0.9",
"coveralls": "^3.1.0",
"husky": "^4.3.0",
"jest": "^25.1.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"microtime": "^3.0.0",
"pngjs": "^3.4.0",
"pngjs": "^6.0.0",
"prettier": "^2.1.2",
"ts-jest": "^25.2.1",
"ts-node": "^8.7.0",
"tslint": "^6.1.0",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
"typescript": "^4.0.5"
}
}
Loading

0 comments on commit 7cb2aed

Please sign in to comment.