mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
Packages update
This commit is contained in:
parent
39ee137467
commit
0af81dbaa3
40
package.json
40
package.json
@ -29,7 +29,7 @@
|
||||
"bootstrap-confirmation2": "^4.1.0",
|
||||
"bootstrap-datepicker": "^1.9.0",
|
||||
"bootstrap-offcanvas": "^1.0.0",
|
||||
"bootstrap-table": "^1.14.2",
|
||||
"bootstrap-table": "^1.15.3",
|
||||
"bootstrap-timepicker": "^0.5.2",
|
||||
"core-util-is": "^1.0.2",
|
||||
"croppie": "^2.6.4",
|
||||
@ -42,7 +42,7 @@
|
||||
"jquery-zoom": "^1.7.21",
|
||||
"jquery.appear": "^1.0.1",
|
||||
"jquery.inputmask": "^3.3.4",
|
||||
"mapbox-gl": "^1.0.0",
|
||||
"mapbox-gl": "^1.2.1",
|
||||
"meta-lightbox": "^1.0.0",
|
||||
"offcanvas-bootstrap": "^2.5.2",
|
||||
"popper.js": "^1.15.0",
|
||||
@ -50,13 +50,13 @@
|
||||
"quill": "^1.3.6",
|
||||
"react-bootstrap4-form-validation": "^1.0.10",
|
||||
"routie": "0.0.1",
|
||||
"smooth-scroll": "^14.2.1",
|
||||
"select2": "^4.0.8",
|
||||
"webpack-cli": "^3.3.2",
|
||||
"yarn": "^1.16.0"
|
||||
"smooth-scroll": "^14.2.1",
|
||||
"animate.css": "^3.7.0",
|
||||
"yarn": "^1.17.3",
|
||||
"laravel-mix": "^4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"animate.css": "^3.7.0",
|
||||
"autoprefixer": "^7.2.5",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^8.2.6",
|
||||
@ -70,24 +70,23 @@
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"copyfiles": "^1.2.0",
|
||||
"cross-env": "^5.1.6",
|
||||
"css-loader": "^0.28.9",
|
||||
"css-loader": "^3.2.0",
|
||||
"eslint": "^4.18.1",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"eslint-plugin-jquery": "^1.5.0",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-jquery": "^1.5.1",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"exports-loader": "^0.7.0",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"favicons-webpack-plugin": "0.0.9",
|
||||
"file-loader": "^1.1.5",
|
||||
"html-webpack-plugin": "^4.0.0-beta.5",
|
||||
"laravel-mix": "^2.1.14",
|
||||
"html-webpack-plugin": "^4.0.0-beta.8",
|
||||
"lost": "^8.3.1",
|
||||
"node-sass": "^4.12.0",
|
||||
"object-assign": "^4.1.1",
|
||||
"optimize-css-assets-webpack-plugin": "^4.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
"postcss-loader": "^2.1.5",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0",
|
||||
"react-hot-loader": "^3.1.3",
|
||||
"redux": "^3.7.2",
|
||||
"redux-devtools-extension": "^2.13.8",
|
||||
@ -96,14 +95,15 @@
|
||||
"sass-lint": "^1.13.1",
|
||||
"sass-lint-fix": "^1.12.1",
|
||||
"sass-loader": "^6.0.6",
|
||||
"script-ext-html-webpack-plugin": "^2.1.3",
|
||||
"script-ext-html-webpack-plugin": "^2.1.4",
|
||||
"style-loader": "^0.19.0",
|
||||
"svg-url-loader": "^2.3.1",
|
||||
"svg-url-loader": "^2.3.3",
|
||||
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "^4.32.2",
|
||||
"webpack-cli": "^3.3.2",
|
||||
"webpack-dev-server": "^3.4.1",
|
||||
"webpack": "^4.39.1",
|
||||
"webpack-cli": "^3.3.6",
|
||||
"webpack-dev-server": "^3.8.0",
|
||||
"webpack-manifest-plugin": "^1.3.2",
|
||||
"webpack-merge": "^4.1.1"
|
||||
},
|
||||
|
@ -118,8 +118,7 @@ module.exports = merge(common, {
|
||||
use: [{
|
||||
loader: 'css-loader',
|
||||
options: {
|
||||
sourceMap: false,
|
||||
minimize: true
|
||||
sourceMap: false
|
||||
}
|
||||
}, {
|
||||
loader: 'postcss-loader',
|
||||
|
Loading…
Reference in New Issue
Block a user