Skip to content

Commit

Permalink
Update nan
Browse files Browse the repository at this point in the history
v14 requires 2.14.1. The semver range in package.json already allowed for that version, but this requires at least that version.

None of the other changes (2.14.2, 2.15.0) matter for us.
  • Loading branch information
zbjornson authored Dec 8, 2021
1 parent a721d51 commit aed721d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
* Changed `DOMPoint()` constructor to check for parameter nullability.
* Changed `DOMMatrix.js` to use string literals for non-special cases.
* Remove semicolons from Dommatrix.js.
* Update nan to v2.15.0 to ensure Node.js v14+ support.
* Clean up inf/nan macros and slightly speed up argument checking.
### Added
* Added `deregisterAllFonts` method to free up memory and reduce font conflicts.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
],
"types": "types/index.d.ts",
"dependencies": {
"nan": "^2.14.0",
"@mapbox/node-pre-gyp": "^1.0.0",
"nan": "^2.15.0",
"simple-get": "^3.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit aed721d

Please sign in to comment.