Skip to content

Commit

Permalink
Merge 48237fc into 73d15e3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Nov 5, 2017
2 parents 73d15e3 + 48237fc commit 0003fcd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

# Controls

[![Greenkeeper badge](https://badges.greenkeeper.io/BoldGrid/controls.svg)](https://greenkeeper.io/)

## Application
https://boldgrid-controls.herokuapp.com/ @master

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"bundleDependencies": false,
"dependencies": {
"@boldgrid/components": "^2.3.0",
"@material/switch": "^0.1.15",
"@material/switch": "^0.24.0",
"Buttons": "https://github.com/alexwolfe/Buttons",
"Iris": "git+https://github.com/Automattic/Iris.git#master",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-istanbul": "^4.1.5",
"bulma": "^0.4.3",
"bulma": "^0.6.0",
"color": "git+https://github.com/Automattic/Color.js.git",
"color-js": "^1.0.4",
"coveralls": "^3.0.0",
Expand All @@ -19,36 +19,36 @@
"google-material-color-palette-json": "^2.0.1",
"html-loader": "^0.5.1",
"http-server": "^0.10.0",
"jquery": "1.*",
"jquery": "^3.2.1",
"jshint-loader": "^0.8.4",
"karma-coverage": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"material-components-web": "^0.23.0",
"material-components-web": "^0.24.0",
"normalize.css": "^7.0.0",
"npm-run-all": "^4.1.1",
"postcss-loader": "^2.0.8",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"sass.js": "0.10.4",
"sass.js": "0.10.6",
"svg-inline-loader": "^0.8.0"
},
"deprecated": false,
"description": "BoldGrid Controls",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.10",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.5.1",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint": "^4.10.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"eslint-plugin-html": "^3.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-minifier": "^3.5.2",
"html-webpack-plugin": "^2.28.0",
"jasmine": "^2.8.0",
Expand All @@ -65,8 +65,8 @@
"nyc": "^11.2.1",
"sass-loader": "^6.0.5",
"standard": "^10.0.2",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
Expand Down

0 comments on commit 0003fcd

Please sign in to comment.