Update all NPM packages
This commit is contained in:
parent
58426236f3
commit
b95d960934
2 changed files with 4612 additions and 5315 deletions
9865
package-lock.json
generated
9865
package-lock.json
generated
File diff suppressed because it is too large
Load diff
44
package.json
44
package.json
|
@ -11,34 +11,34 @@
|
||||||
"build": "concurrently \"npm run prod\" \"npm run dev\""
|
"build": "concurrently \"npm run prod\" \"npm run dev\""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.10.5",
|
||||||
"@babel/polyfill": "^7.6.0",
|
"@babel/polyfill": "^7.10.4",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.10.4",
|
||||||
"@fullhuman/postcss-purgecss": "^1.3.0",
|
"@fullhuman/postcss-purgecss": "^2.3.0",
|
||||||
"autoprefixer": "^8.4.1",
|
"autoprefixer": "^9.8.5",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.1.0",
|
||||||
"browser-sync": "^2.26.7",
|
"browser-sync": "^2.26.10",
|
||||||
"browser-sync-webpack-plugin": "^2.0.0",
|
"browser-sync-webpack-plugin": "^2.2.2",
|
||||||
"concurrently": "^3.6.1",
|
"concurrently": "^5.2.0",
|
||||||
"copy-webpack-plugin": "^5.0.4",
|
"copy-webpack-plugin": "^6.0.3",
|
||||||
"cross-env": "^5.2.1",
|
"cross-env": "^7.0.2",
|
||||||
"css-loader": "^2.1.1",
|
"css-loader": "^3.6.0",
|
||||||
"cssnano": "^4.1.10",
|
"cssnano": "^4.1.10",
|
||||||
"imagemin-webpack-plugin": "^2.4.2",
|
"imagemin-webpack-plugin": "^2.4.2",
|
||||||
"mini-css-extract-plugin": "^0.6.0",
|
"mini-css-extract-plugin": "^0.9.0",
|
||||||
"postcss-loader": "^2.1.4",
|
"postcss-loader": "^3.0.0",
|
||||||
"resolve-url-loader": "^2.3.2",
|
"resolve-url-loader": "^3.1.1",
|
||||||
"style-loader": "^0.21.0",
|
"style-loader": "^1.2.1",
|
||||||
"tailwindcss": "^1.1.3",
|
"tailwindcss": "^1.5.2",
|
||||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||||
"webpack": "^4.41.2",
|
"webpack": "^4.43.0",
|
||||||
"webpack-cli": "^3.3.10"
|
"webpack-cli": "^3.3.12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"postcss-custom-properties": "^8.0.11",
|
"postcss-custom-properties": "^9.1.1",
|
||||||
"postcss-import": "^12.0.1",
|
"postcss-import": "^12.0.1",
|
||||||
"postcss-nested": "^4.1.2",
|
"postcss-nested": "^4.2.3",
|
||||||
"regenerator": "^0.14.2"
|
"regenerator": "^0.14.7"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 1%",
|
"> 1%",
|
||||||
|
|
Loading…
Reference in a new issue