Skip to content

Commit 5adfa89

Browse files
Bump node-addon-api in /typescript_with_addon/node-addon-api
Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 3.2.1 to 7.0.0. - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](nodejs/node-addon-api@3.2.1...v7.0.0) --- updated-dependencies: - dependency-name: node-addon-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2ea363 commit 5adfa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript_with_addon/node-addon-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "TypeScript calling Javascript calling C++ calling C with building with CMake and node-addon-api C++ wrapper.",
55
"dependencies": {
66
"bindings": "^1.5.0",
7-
"node-addon-api": "^3.0.2"
7+
"node-addon-api": "^7.0.0"
88
},
99
"scripts": {
1010
"install": "npx cmake-js compile",

0 commit comments

Comments
 (0)