updates/test.json
silverwind 25c1db6b1a
handle multiple version of the same package, new JSON format
JSON `results` format has changed and now includes keys for each
dependency type.

Fixes #29
2019-09-08 21:55:05 +02:00

16 lines
347 B
JSON

{
"dependencies": {
"gulp-sourcemaps": "2.0.0",
"prismjs": "1.0.0",
"svgstore": "^3.0.0",
"html-webpack-plugin": "4.0.0-alpha.2",
"noty": "3.1.0",
"jpeg-buffer-orientation": "0.0.0",
"styled-components": "2.5.0-1",
"@babel/preset-env": "7.0.0"
},
"peerDependencies": {
"@babel/preset-env": "~6.0.0"
}
}