Skip to content

Commit d86f939

Browse files
authored
fix: deprecated q library (#1282)
- The Q library has been officially deprecated. - refs INSTA-8157
1 parent 036e52b commit d86f939

File tree

8 files changed

+34
-404
lines changed

8 files changed

+34
-404
lines changed

currencies.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@
788788
"isBeta": false,
789789
"ignoreUpdates": false,
790790
"note": "",
791-
"deprecated": false,
791+
"deprecated": true,
792792
"core": false
793793
},
794794
{

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@
207207
"prisma-v450": "npm:[email protected]",
208208
"proxy": "^1.0.2",
209209
"proxyquire": "^2.1.3",
210-
"q": "^1.5.1",
211210
"read-pkg-up": "^7.0.1",
212211
"recursive-copy": "^2.0.14",
213212
"redis": "^4.7.0",

packages/collector/test/tracing/control_flow/q/app.js

-261
This file was deleted.

0 commit comments

Comments
 (0)