Skip to content

Commit

Permalink
Merge pull request #272 from LibCrowds/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
alexandermendes authored Nov 15, 2017
2 parents 3c0c9a0 + c140103 commit 99b5a2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LibCrowds Viewer

[![Greenkeeper badge](https://badges.greenkeeper.io/LibCrowds/libcrowds-viewer.svg)](https://greenkeeper.io/)

[![npm version](https://badge.fury.io/js/libcrowds-viewer.svg)](https://badge.fury.io/js/libcrowds-viewer)
[![npm downloads](https://img.shields.io/npm/dt/libcrowds-viewer.svg)](https://badge.fury.io/js/libcrowds-viewer)
[![Build Status](https://travis-ci.org/LibCrowds/libcrowds-viewer.svg?branch=master)](https://travis-ci.org/LibCrowds/libcrowds-viewer)
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^6.4.1",
"babel-eslint": "^8.0.2",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^3.2.4",
"css-loader": "^0.25.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"eslint": "^4.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
Expand All @@ -60,25 +60,25 @@
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.29.0",
"imports-loader": "^0.7.1",
"in-publish": "^2.0.0",
"jasmine-core": "^2.6.4",
"jest": "^20.0.4",
"jest": "^21.2.1",
"jest-vue-preprocessor": "^1.0.1",
"node-sass": "^4.5.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.1",
"sass-loader": "^5.0.1",
"sass-loader": "^6.0.6",
"semver": "^5.4.1",
"style-loader": "^0.18.2",
"style-loader": "^0.19.0",
"vue": "^2.3.4",
"vue-loader": "^12.2.1",
"vue-loader": "^13.4.0",
"vue-template-compiler": "^2.3.4",
"webpack": "^2.6.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.5.1",
"webpack-merge": "^4.1.0",
"whatwg-fetch": "^2.0.3"
Expand Down

0 comments on commit 99b5a2c

Please sign in to comment.