mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
38 lines
757 B
Text
38 lines
757 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`modules/manager/meteor/extract extractPackageFile() returns results 1`] = `
|
|
{
|
|
"deps": [
|
|
{
|
|
"currentValue": "0.2.0",
|
|
"datasource": "npm",
|
|
"depName": "xml2js",
|
|
},
|
|
{
|
|
"currentValue": "0.6.0",
|
|
"datasource": "npm",
|
|
"depName": "xml-crypto",
|
|
},
|
|
{
|
|
"currentValue": "0.1.19",
|
|
"datasource": "npm",
|
|
"depName": "xmldom",
|
|
},
|
|
{
|
|
"currentValue": "2.7.10",
|
|
"datasource": "npm",
|
|
"depName": "connect",
|
|
},
|
|
{
|
|
"currentValue": "2.6.4",
|
|
"datasource": "npm",
|
|
"depName": "xmlbuilder",
|
|
},
|
|
{
|
|
"currentValue": "0.2.0",
|
|
"datasource": "npm",
|
|
"depName": "querystring",
|
|
},
|
|
],
|
|
}
|
|
`;
|