th: hack: fix excessively noisy babel traces
parent
d8b8b3d3fc
commit
096d584d9a
|
@ -165,7 +165,8 @@
|
||||||
"yargs": "^17.7.0"
|
"yargs": "^17.7.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"kind-of": "^6.0.3"
|
"kind-of": "^6.0.3",
|
||||||
|
"@babel/types": "^7.21.3"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.7",
|
"bufferutil": "^4.0.7",
|
||||||
|
|
19
yarn.lock
19
yarn.lock
|
@ -1505,25 +1505,14 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.18.10, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.19.0, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.2, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
|
"@babel/types@npm:^7.21.3":
|
||||||
version: 7.21.0
|
version: 7.21.3
|
||||||
resolution: "@babel/types@npm:7.21.0"
|
resolution: "@babel/types@npm:7.21.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-string-parser": ^7.19.4
|
"@babel/helper-string-parser": ^7.19.4
|
||||||
"@babel/helper-validator-identifier": ^7.19.1
|
"@babel/helper-validator-identifier": ^7.19.1
|
||||||
to-fast-properties: ^2.0.0
|
to-fast-properties: ^2.0.0
|
||||||
checksum: dbcdda202b3a2bfd59e4de880ce38652f1f8957893a9751be069ac86e47ad751222070fe6cd92220214d77973f1474e4e1111c16dc48199dfca1489c0ee8c0c5
|
checksum: b750274718ba9cefd0b81836c464009bb6ba339fccce51b9baff497a0a2d96c044c61dc90cf203cec0adc770454b53a9681c3f7716883c802b85ab84c365ba35
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@babel/types@npm:^7.8.3":
|
|
||||||
version: 7.21.2
|
|
||||||
resolution: "@babel/types@npm:7.21.2"
|
|
||||||
dependencies:
|
|
||||||
"@babel/helper-string-parser": ^7.19.4
|
|
||||||
"@babel/helper-validator-identifier": ^7.19.1
|
|
||||||
to-fast-properties: ^2.0.0
|
|
||||||
checksum: a45a52acde139e575502c6de42c994bdbe262bafcb92ae9381fb54cdf1a3672149086843fda655c7683ce9806e998fd002bbe878fa44984498d0fdc7935ce7ff
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue