Commit 70b929e
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
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
134 | 133 | | |
135 | 134 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8807 | 8807 | | |
8808 | 8808 | | |
8809 | 8809 | | |
8810 | | - | |
| 8810 | + | |
8811 | 8811 | | |
8812 | 8812 | | |
8813 | 8813 | | |
| |||
0 commit comments