Skip to content

Commit

Permalink
Merge pull request #41 from koesie10/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
koesie10 authored Sep 27, 2024
2 parents 32c6e16 + bf5d02b commit bcd6e60
Show file tree
Hide file tree
Showing 4 changed files with 926 additions and 990 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"devDependencies": {
"lerna": "^8.0.1",
"prebuildify": "^5.0.1"
"prebuildify": "^6.0.1"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/fsuipc-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepublish": "prebuildify --napi"
},
"dependencies": {
"node-addon-api": "^7.0.0",
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.5.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/fsuipc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"prepublish": "prebuildify --napi"
},
"dependencies": {
"node-addon-api": "^7.0.0",
"lerna": "^8.0.1",
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bcd6e60

Please sign in to comment.