Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 8, 2022
1 parent 439fc6e commit f37f647
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 613 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
cmake_policy(SET CMP0042 NEW)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@julusian/jpeg-turbo",
"version": "2.0.0",
"version": "2.1.0",
"description": "Limited libjpeg-turbo bindings for Node.js.",
"keywords": [
"jpeg",
Expand All @@ -23,7 +23,7 @@
"main": "./index.js",
"types": "./module.d.ts",
"dependencies": {
"cmake-js": "7.0.0-3",
"cmake-js": "^7.0.0",
"node-addon-api": "^5.0.0",
"pkg-prebuilds": "~0.1.0"
},
Expand All @@ -33,6 +33,6 @@
"test": "jest"
},
"devDependencies": {
"jest": "^28.1.3"
"jest": "^29.3.1"
}
}
Loading

0 comments on commit f37f647

Please sign in to comment.