chore(templates): update npm packages

(cherry picked from commit 95f24e0364)
This commit is contained in:
ObserverOfTime 2024-10-05 10:32:25 +03:00 committed by Amaan Qureshi
parent 0d8f143a9d
commit b3f808cc01
2 changed files with 7 additions and 4 deletions

View file

@ -5,11 +5,9 @@ target/
build/
prebuilds/
node_modules/
*.tgz
# Swift artifacts
.build/
Package.resolved
# Go artifacts
_obj/
@ -35,3 +33,8 @@ dist/
*.wasm
*.obj
*.o
# Archives
*.tar.gz
*.tgz
*.zip

View file

@ -27,8 +27,8 @@
"*.wasm"
],
"dependencies": {
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.1"
"node-addon-api": "^8.1.0",
"node-gyp-build": "^4.8.2"
},
"devDependencies": {
"prebuildify": "^6.0.1",