Skip to content

Commit

Permalink
chore: bump version, bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 31, 2024
1 parent 26545d0 commit 2e24cc1
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 104 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"private": false,
"license": "MPL-2.0",
"author": "Curve (https://github.com/Curve)",
"version": "3.3.2",
"version": "3.3.3",
"main": "./lib/index.js",
"types": "./lib/module.d.ts",
"scripts": {
Expand All @@ -32,14 +32,14 @@
"node": ">=14.15"
},
"dependencies": {
"cmake-js": "^7.2.1",
"node-addon-api": "^7.0.0",
"cmake-js": "^7.3.0",
"node-addon-api": "^8.0.0",
"pkg-prebuilds": "^0.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0"
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 2e24cc1

Please sign in to comment.