Skip to content

Commit 70b929e

Browse files
gnpricechrisbobbe
authored andcommitted
deps [nfc]: Drop resolution for node-gyp under sqlite3
We introduced this line in a7d19c0 "deps: Force sqlite3 to use a recent node-gyp", at a time when the sqlite3 package unnecessarily required a much older version, [email protected]. There's now a sqlite3 release (which we've taken) that updates that dependency to [email protected], the same thing our resolution was requiring. So drop the resolution and let the package's own metadata govern from here. This doesn't immediately change what version we actually use anywhere. Before and after the change, `yarn why node-gyp` reports: => Found "[email protected]" info Reasons this module exists - "sqlite3" depends on it - Hoisted from "sqlite3#node-gyp" … => Found "ttf2woff2#[email protected]" info This module exists because "@vusion#webfonts-generator#ttf2woff2" depends on it.
1 parent ddba24b commit 70b929e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"resolutions": {
130130
"jest-expo/react-test-renderer": "17.0.2",
131131
"prettier-eslint-cli/prettier-eslint": "^15.0.0",
132-
"react-native/use-subscription": ">=1.0.0 <1.6.0",
133-
"sqlite3/**/node-gyp": "^8"
132+
"react-native/use-subscription": ">=1.0.0 <1.6.0"
134133
}
135134
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8807,7 +8807,7 @@ node-fetch@^1.0.1:
88078807
encoding "^0.1.11"
88088808
is-stream "^1.0.1"
88098809

8810-
[email protected], node-gyp@^8:
8810+
88118811
version "8.4.1"
88128812
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937"
88138813
integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==

0 commit comments

Comments
 (0)