Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper/@types/node-12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed May 6, 2019
2 parents 3c5eefd + f06dc3e commit 0814472
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/terrestris/geostyler-shapefile-parser#readme",
"dependencies": {
"@types/geojson": "7946.0.7",
"@types/jest": "24.0.11",
"@types/jest": "24.0.12",
"@types/node": "12.0.0",
"@types/shpjs": "3.4.0",
"geostyler-data": "1.0.0",
Expand All @@ -43,21 +43,21 @@
"release": "np --no-yarn && git push https://github.com/terrestris/geostyler-geojson-parser.git master --tags"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-typescript": "7.3.3",
"babel-jest": "24.7.1",
"coveralls": "3.0.3",
"jest": "24.7.1",
"np": "5.0.0",
"np": "5.0.1",
"terser-webpack-plugin": "1.2.3",
"ts-loader": "5.3.3",
"tslint": "5.15.0",
"typescript": "3.4.3",
"webpack": "4.30.0",
"webpack-cli": "3.3.1"
"webpack-cli": "3.3.2"
}
}

0 comments on commit 0814472

Please sign in to comment.