Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix(deps): Upgrade dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Oct 11, 2017
1 parent b0456e3 commit 4937caa
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.9.4
8.6.0
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
},
"homepage": "https://github.com/seek-oss/seek-style-guide-webpack#readme",
"dependencies": {
"autoprefixer": "^6.7.5",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"autoprefixer": "^7.1.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-react-displayname": "^0.0.4",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"chalk": "^1.1.3",
"css-loader": "^0.26.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chalk": "^2.1.0",
"css-loader": "^0.28.7",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"postcss-loader": "^1.3.1",
"less-loader": "^4.0.5",
"postcss-loader": "^2.0.7",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"svgo-loader": "^1.1.2",
"uglify-loader": "^1.4.0",
"webpack-node-externals": "^1.5.4"
"style-loader": "^0.19.0",
"svgo-loader": "^1.2.1",
"uglify-loader": "^2.0.0",
"webpack-node-externals": "^1.6.0"
},
"peerDependencies": {
"seek-style-guide": ">=26.0.0"
Expand All @@ -58,22 +58,22 @@
"classnames": "^2.2.5",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"husky": "^0.13.2",
"lint-staged": "^3.4.0",
"extract-text-webpack-plugin": "^3.0.1",
"husky": "^0.14.3",
"lint-staged": "^4.2.3",
"lodash.omit": "^4.5.0",
"lodash.range": "^3.2.0",
"pad-left": "^2.1.0",
"prettier": "^0.22.0",
"react": "^15.4.2",
"react-autosuggest": "^8.0.1",
"react-dom": "^15.4.2",
"react-helmet": "^4.0.0",
"react-isolated-scroll": "^0.1.0",
"prettier": "^1.7.4",
"react": "^16.0.0",
"react-autosuggest": "^9.3.2",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-isolated-scroll": "^0.1.1",
"seek-style-guide": "31.0.2",
"semantic-release": "^6.3.2",
"static-site-generator-webpack-plugin": "^3.1.2",
"validate-commit-msg": "^2.11.2",
"webpack": "^2.2.1"
"semantic-release": "^8.0.3",
"static-site-generator-webpack-plugin": "^3.4.1",
"validate-commit-msg": "^2.14.0",
"webpack": "^3.6.0"
}
}

0 comments on commit 4937caa

Please sign in to comment.