Skip to content

Commit

Permalink
Merge pull request #397 from halfzebra/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(package.json): Pin dependencies
  • Loading branch information
halfzebra authored Apr 6, 2020
2 parents 4436a13 + fa3891c commit e506a61
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,70 +22,70 @@
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/runtime": "7.3.4",
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^8.0.0",
"assets-webpack-plugin": "3.9.12",
"autoprefixer": "8.6.5",
"babel-loader": "8.0.4",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.3.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"chalk": "2.4.2",
"cli-table": "0.3.1",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^5.0.4",
"cosmiconfig": "^5.0.6",
"cross-spawn": "^6.0.5",
"css-loader": "^3.2.0",
"dotenv": "^5.0.0",
"connect-history-api-fallback": "1.6.0",
"copy-webpack-plugin": "5.1.1",
"cosmiconfig": "5.2.1",
"cross-spawn": "6.0.5",
"css-loader": "3.5.0",
"dotenv": "5.0.1",
"elm": "latest-0.19.1",
"elm-asset-webpack-loader": "^1.1.1",
"elm-hot-webpack-loader": "^1.1.5",
"elm-asset-webpack-loader": "1.1.2",
"elm-hot-webpack-loader": "1.1.6",
"elm-test": "latest-0.19.1",
"elm-webpack-loader": "6.0.0",
"file-loader": "^1.1.6",
"fs-extra": "^6.0.1",
"html-webpack-plugin": "^4.0.0-alpha.2",
"http-proxy-middleware": "^0.20.0",
"mini-css-extract-plugin": "^0.4.0",
"file-loader": "1.1.11",
"fs-extra": "6.0.1",
"html-webpack-plugin": "4.0.4",
"http-proxy-middleware": "0.20.0",
"mini-css-extract-plugin": "0.4.5",
"minimist": "1.2.5",
"object-assign": "^4.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-flexbugs-fixes": "^3.3.0",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.5",
"postcss-safe-parser": "^4.0.1",
"postcss-safe-parser": "4.0.2",
"promise": "8.1.0",
"prompt": "1.0.0",
"react-dev-utils": "6.1.1",
"react-error-overlay": "^4.0.0",
"sockjs-client": "^1.4.0",
"string-replace-loader": "^2.1.1",
"strip-ansi": "^6.0.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.0.1",
"webpack": "^4.2.0",
"webpack-dev-server": "^3.1.1",
"webpack-manifest-plugin": "^2.0.3",
"react-error-overlay": "4.0.1",
"sockjs-client": "1.4.0",
"string-replace-loader": "2.2.0",
"strip-ansi": "6.0.0",
"style-loader": "0.21.0",
"uglifyjs-webpack-plugin": "1.3.0",
"url-loader": "1.1.2",
"webpack": "4.42.1",
"webpack-dev-server": "3.10.3",
"webpack-manifest-plugin": "2.2.0",
"whatwg-fetch": "2.0.4",
"workbox-webpack-plugin": "^4.3.1"
"workbox-webpack-plugin": "4.3.1"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"babel-eslint": "^10.0.2",
"commitizen": "^4.0.3",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^3.0.2",
"dir-compare": "^1.4.0",
"eslint": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.3",
"lint-staged": "^9.2.1",
"mocha": "^6.2.0",
"nightmare": "^3.0.1",
"prettier": "^1.10.2",
"rimraf": "^2.6.2",
"semantic-release": "^15.13.19",
"shelljs": "^0.8.3",
"unexpected": "^11.7.0"
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"babel-eslint": "10.1.0",
"commitizen": "4.0.3",
"cross-env": "5.2.1",
"cz-conventional-changelog": "3.1.0",
"dir-compare": "1.8.0",
"eslint": "6.8.0",
"eslint-plugin-prettier": "3.1.2",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"mocha": "6.2.3",
"nightmare": "3.0.2",
"prettier": "1.19.1",
"rimraf": "2.7.1",
"semantic-release": "15.14.0",
"shelljs": "0.8.3",
"unexpected": "11.14.0"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit e506a61

Please sign in to comment.