Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
update deps (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Jul 17, 2019
1 parent a7cc2e1 commit e459a15
Show file tree
Hide file tree
Showing 3 changed files with 989 additions and 638 deletions.
1 change: 1 addition & 0 deletions netlify.toml
@@ -1,6 +1,7 @@
[build.environment]
YARN_VERSION = "1.12.1"
NPM_VERSION = "6.4.1"
HUGO_VERSION = "0.55.6"

[build]
command = "npm run build"
Expand Down
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -22,41 +22,41 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"assets-webpack-plugin": "^3.9.7",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.0",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"eslint": "^6.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.0",
"exports-loader": "^0.7.0",
"fancy-log": "^1.3.2",
"file-loader": "^4.0.0",
"hugo-bin": "^0.37.0",
"hugo-bin": "^0.43.6",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.10.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"plugin-error": "^1.0.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.3.0",
"postcss-preset-env": "^6.7.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^2.0.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^2.0.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.1.4",
"whatwg-fetch": "^3.0.0"
},
Expand Down

0 comments on commit e459a15

Please sign in to comment.