Merge branch 'master' into normalize-quotes
This commit is contained in:
27
package.json
27
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sage",
|
||||
"version": "9.0.1",
|
||||
"version": "9.0.5",
|
||||
"author": "Roots <team@roots.io>",
|
||||
"homepage": "https://roots.io/sage/",
|
||||
"private": true,
|
||||
@@ -24,7 +24,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "webpack --progress --config resources/assets/build/webpack.config.js",
|
||||
"build:production": "webpack --progress -p --config resources/assets/build/webpack.config.js",
|
||||
"build:production": "webpack --env.production --progress --config resources/assets/build/webpack.config.js",
|
||||
"build:profile": "webpack --progress --profile --json --config resources/assets/build/webpack.config.js",
|
||||
"start": "webpack --hide-modules --watch --config resources/assets/build/webpack.config.js",
|
||||
"rmdist": "rimraf dist",
|
||||
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "~8.2.0",
|
||||
"browser-sync": "~2.23.6",
|
||||
"browser-sync": "~2.24.6",
|
||||
"browsersync-webpack-plugin": "^0.6.0",
|
||||
"bs-html-injector": "~3.0",
|
||||
"buble-loader": "^0.4.1",
|
||||
@@ -46,37 +46,38 @@
|
||||
"clean-webpack-plugin": "^0.1.18",
|
||||
"copy-globs-webpack-plugin": "^0.2.0",
|
||||
"css-loader": "^0.28.9",
|
||||
"cssnano": "~v4.0.0-rc.2",
|
||||
"cssnano": "~4.0.5",
|
||||
"eslint": "~4.19.1",
|
||||
"eslint-loader": "~1.9",
|
||||
"eslint-plugin-import": "~2.11.0",
|
||||
"eslint-plugin-import": "~2.14.0",
|
||||
"extract-text-webpack-plugin": "~3.0.2",
|
||||
"file-loader": "^1.1.6",
|
||||
"friendly-errors-webpack-plugin": "^1.6.1",
|
||||
"imagemin-mozjpeg": "~7.0.0",
|
||||
"imagemin-webpack-plugin": "~2.1.1",
|
||||
"imagemin-webpack-plugin": "~2.2.0",
|
||||
"import-glob": "~1.5",
|
||||
"node-sass": "~4.8.3",
|
||||
"node-sass": "~4.9.3",
|
||||
"postcss-loader": "~2.1.0",
|
||||
"postcss-safe-parser": "~3.0",
|
||||
"resolve-url-loader": "~2.3.0",
|
||||
"rimraf": "~2.6",
|
||||
"sass-loader": "~6.0",
|
||||
"style-loader": "^0.20.1",
|
||||
"style-loader": "^0.22.1",
|
||||
"stylelint": "^8.4.0",
|
||||
"stylelint-config-standard": "~18.2.0",
|
||||
"stylelint-webpack-plugin": "^0.10.1",
|
||||
"stylelint-webpack-plugin": "^0.10.5",
|
||||
"uglifyjs-webpack-plugin": "^1.3.0",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "~3.10.0",
|
||||
"webpack-assets-manifest": "^1.0.0",
|
||||
"webpack-dev-middleware": "~2.0.4",
|
||||
"webpack-hot-middleware": "~2.22.0",
|
||||
"webpack-merge": "~4.1.1",
|
||||
"webpack-hot-middleware": "~2.22.3",
|
||||
"webpack-merge": "~4.1.4",
|
||||
"yargs": "~11.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "v4.1.1",
|
||||
"bootstrap": "v4.1.3",
|
||||
"jquery": "^3.3.1",
|
||||
"popper.js": "^1.14.3"
|
||||
"popper.js": "^1.14.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user