Skip to content

Commit

Permalink
Update all node dependencies (#215)
Browse files Browse the repository at this point in the history
* 6.9.1 for node. 7.x is not supported yet.
* Used command `ncu -a -u` from npm-check-updates.
* Added webpack to dev dependencies for running tests.
  • Loading branch information
justin808 committed Nov 24, 2016
1 parent 5d6ed4b commit c2ef95f
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 77 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. Items under

Contributors: please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare to the latest release version.

## [2.0.0.beta.16] - 2016-11-23
##### Fixed
- Improved webpack performance. createUserImport should pass an absolute path to webpack.addDependency. [#212](https://github.com/shakacode/bootstrap-loader/pull/212) by [stephanwilliams](https://github.com/stephanwilliams).

## [2.0.0.beta.15] - 2016-11-18
##### Added
- Ensures `-loader` suffix automatically for style loaders to safely keep compatibility with old Webpack versions as well as new versions with the suffix requirement from Webpack v2.1.0-beta.26 and onward. [#205](https://github.com/shakacode/bootstrap-loader/pull/205) by [kevinzwhuang](https://github.com/kevinzwhuang).
Expand Down Expand Up @@ -71,7 +75,8 @@ Changes from v1.1.1 to 2.0.0.beta.2

## [1.0.8]

[Unreleased]: https://github.com/shakacode/bootstrap-loader/compare/2.0.0-beta.15...master
[Unreleased]: https://github.com/shakacode/bootstrap-loader/compare/2.0.0-beta.16...master
[2.0.0.beta.16]: https://github.com/shakacode/bootstrap-loader/compare/2.0.0-beta.15...2.0.0-beta.16
[2.0.0.beta.15]: https://github.com/shakacode/bootstrap-loader/compare/2.0.0-beta.14...2.0.0-beta.15
[2.0.0.beta.14]: https://github.com/shakacode/bootstrap-loader/compare/2.0.0-beta.13...2.0.0-beta.14
[2.0.0.beta.13]: https://github.com/shakacode/bootstrap-loader/compare/2.0.0-beta.12...2.0.0-beta.13
Expand Down
40 changes: 20 additions & 20 deletions examples/basic/package.json
Expand Up @@ -40,38 +40,38 @@
],
"license": "MIT",
"dependencies": {
"express": "^4.13.3",
"express": "^4.14.0",
"bootstrap": "4.0.0-alpha.4",
"bootstrap-sass": "^3.3.6",
"font-awesome": "^4.6.3",
"jquery": "^2.1.4",
"tether": "^1.2.0"
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"tether": "^1.3.7"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-cli": "^6.1.18",
"babel-core": "^6.1.20",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"autoprefixer": "^6.5.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.15.2",
"bootstrap-loader": "file:../..",
"css-loader": "^0.23.1",
"eslint": "^2.0.0",
"eslint-config-shakacode": "^5.0.0",
"eslint-plugin-import": "^1.12.0",
"css-loader": "^0.26.0",
"eslint": "^3.10.2",
"eslint-config-shakacode": "^13.1.0",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"font-awesome-loader": "^1.0.1",
"imports-loader": "^0.6.5",
"node-sass": "^3.8.0",
"nodemon": "^1.8.1",
"postcss-loader": "^0.9.1",
"node-sass": "^3.13.0",
"nodemon": "^1.11.0",
"postcss-loader": "^1.1.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
}
}
64 changes: 32 additions & 32 deletions examples/css-modules/package.json
Expand Up @@ -42,47 +42,47 @@
"webpack"
],
"dependencies": {
"body-parser": "^1.15.0",
"body-parser": "^1.15.2",
"bootstrap": "4.0.0-alpha.4",
"bootstrap-sass": "^3.3.6",
"bootstrap-sass": "^3.3.7",
"express": "^4.13.4",
"font-awesome": "^4.6.3",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"tether": "^1.2.0"
"font-awesome": "^4.7.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"tether": "^1.3.7"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bootstrap-loader": "file:../..",
"css-loader": "^0.23.1",
"eslint": "^2.0.0",
"eslint-config-shakacode": "^5.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.0.1",
"express": "^4.13.3",
"autoprefixer": "^6.5.3",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bootstrap-loader": "file:///Users/justin/shakacode/webpack/bootstrap-loader",
"css-loader": "^0.26.0",
"eslint": "^3.10.2",
"eslint-config-shakacode": "^13.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.7.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"font-awesome-loader": "^1.0.1",
"node-sass": "^3.8.0",
"nodemon": "^1.9.1",
"postcss-loader": "^0.9.1",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.1.1",
"node-sass": "^3.13.0",
"nodemon": "^1.11.0",
"postcss-loader": "^1.1.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.3",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
}
}
42 changes: 21 additions & 21 deletions examples/multiple-entries/package.json
Expand Up @@ -28,39 +28,39 @@
],
"license": "MIT",
"dependencies": {
"express": "^4.13.3",
"express": "^4.14.0",
"bootstrap": "4.0.0-alpha.4",
"bootstrap-sass": "^3.3.6",
"font-awesome": "^4.6.3",
"jquery": "^2.1.4",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"nodemon": "^1.11.0",
"tether": "^1.2.0"
"tether": "^1.3.7"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-cli": "^6.1.18",
"babel-core": "^6.1.20",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"autoprefixer": "^6.5.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.15.2",
"bootstrap-loader": "file:../..",
"css-loader": "^0.23.1",
"eslint": "^2.0.0",
"eslint-config-shakacode": "^5.0.0",
"eslint-plugin-import": "^1.12.0",
"bootstrap-loader": "file:///Users/justin/shakacode/webpack/bootstrap-loader",
"css-loader": "^0.26.0",
"eslint": "^3.10.2",
"eslint-config-shakacode": "^13.1.0",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"font-awesome-loader": "^1.0.1",
"imports-loader": "^0.6.5",
"node-sass": "^3.8.0",
"nodemon": "^1.8.1",
"postcss-loader": "^0.9.1",
"node-sass": "^3.13.0",
"nodemon": "^1.11.0",
"postcss-loader": "^1.1.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
}
}
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -58,10 +58,12 @@
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-tape-runner": "^2.0.1",
"eslint": "^3.10.0",
"eslint": "^3.10.2",
"eslint-config-shakacode": "^13.1.0",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": ">=2.0.0-beta",
"tap-spec": "^4.1.1",
"tape": "^4.6.2"
"tape": "^4.6.3",
"webpack": "^2.1.0-beta"
}
}
3 changes: 2 additions & 1 deletion src/utils/buildExtractStylesLoader.js
Expand Up @@ -26,7 +26,8 @@ your 'styleLoaders' array starts with 'style' or 'isomorphic-style' at index 0.
throw new Error(`
Could not find 'extract-text-webpack-plugin' module.
Make sure it's installed in your 'node_modules/' directory.
`);
Error: ${error}
`);
}
const restLoaders = (
loaders
Expand Down

0 comments on commit c2ef95f

Please sign in to comment.