Skip to content

Commit

Permalink
Merge pull request #97 from FullHuman/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
Ffloriel authored Jul 12, 2018
2 parents e680fc8 + c0f8a15 commit aa67050
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 63 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/2f2f3fb0a5c541beab2018483e62a828)](https://www.codacy.com/app/FullHuman/purgecss?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/purgecss&utm_campaign=Badge_Coverage)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![npm](https://img.shields.io/npm/v/purgecss.svg)](https://www.npmjs.com/package/purgecss)
[![license](https://img.shields.io/github/license/fullhuman/purgecss.svg)]()
[![license](https://img.shields.io/github/license/fullhuman/purgecss.svg)]() [![Greenkeeper badge](https://badges.greenkeeper.io/FullHuman/purgecss.svg)](https://greenkeeper.io/)

<p align="center">
<img src="./.assets/logo.png" height="200" width="200" alt="Purgecss logo"/>
Expand Down
12 changes: 6 additions & 6 deletions examples/with-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"dependencies": {
"glob-all": "^3.1.0",
"nuxt": "^1.0.0",
"purgecss": "^0.20.0",
"purgecss-webpack-plugin": "^0.20.1",
"purgecss": "^1.0.1",
"purgecss-webpack-plugin": "^1.2.0",
"tachyons": "^4.9.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"babel-eslint": "^8.2.5",
"eslint": "^5.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.0.0"
}
}
60 changes: 30 additions & 30 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,48 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"autoprefixer": "7.1.6",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.2",
"autoprefixer": "8.6.4",
"babel-core": "6.26.3",
"babel-eslint": "8.2.5",
"babel-jest": "23.2.0",
"babel-loader": "7.1.4",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "6.26.0",
"bootstrap": "^4.0.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"dotenv-expand": "4.0.1",
"eslint": "4.10.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "0.28.11",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"eslint": "5.0.1",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.49.3",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.0",
"eslint-plugin-react": "7.10.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"jest": "20.0.4",
"file-loader": "1.1.11",
"fs-extra": "6.0.1",
"html-webpack-plugin": "3.2.0",
"jest": "23.2.0",
"jquery": "^3.3.1",
"object-assign": "4.1.1",
"popper.js": "^1.12.9",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.5",
"promise": "8.0.1",
"raf": "3.4.0",
"react": "^16.2.0",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.2.0",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
"style-loader": "0.21.0",
"sw-precache-webpack-plugin": "0.11.5",
"url-loader": "1.0.1",
"webpack": "4.14.0",
"webpack-dev-server": "3.1.4",
"webpack-manifest-plugin": "2.0.3",
"whatwg-fetch": "2.0.4"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down Expand Up @@ -95,6 +95,6 @@
},
"devDependencies": {
"glob-all": "^3.1.0",
"purgecss-webpack-plugin": "^0.19.0"
"purgecss-webpack-plugin": "^1.2.0"
}
}
50 changes: 25 additions & 25 deletions examples/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"vue-router": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"autoprefixer": "^8.6.4",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^21.0.2",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.2.0",
"babel-loader": "^7.1.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
Expand All @@ -34,48 +34,48 @@
"chalk": "^2.0.1",
"chromedriver": "^2.27.2",
"copy-webpack-plugin": "^4.0.1",
"cross-spawn": "^5.0.1",
"cross-spawn": "^6.0.5",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"glob-all": "^3.1.0",
"html-webpack-plugin": "^2.30.1",
"jest": "^21.2.0",
"jest-serializer-vue": "^0.3.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.2.0",
"jest-serializer-vue": "^2.0.2",
"nightwatch": "^0.9.12",
"node-notifier": "^5.1.2",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"ora": "^2.1.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"purgecss-webpack-plugin": "^0.14.0",
"purgecss-webpack-plugin": "^1.2.0",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.6",
"sass-loader": "^7.0.3",
"selenium-server": "^3.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"shelljs": "^0.8.2",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"vue-jest": "^1.0.2",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.1",
"url-loader": "^1.0.1",
"vue-jest": "^2.6.0",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.6.0",
"webpack": "^4.14.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.0"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"groups": {
"default": {
"packages": [
"package.json"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"glob": "^7.1.2",
"postcss": "^6.0.23",
"postcss-selector-parser": "^5.0.0-rc.3",
"yargs": "^11.1.0"
"yargs": "^12.0.1"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
Expand Down

0 comments on commit aa67050

Please sign in to comment.