Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index e4ae1b7..ab57cf6 100644
--- a/package.json
+++ b/package.json
@@ -10,15 +10,15 @@
"watch": "webpack --mode development --progress --colors --watch"
},
"devDependencies": {
- "css-loader": "^3.6.0",
+ "css-loader": "^4.2.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"perfectionist": "^2.4.0",
"postcss-discard-comments": "^4.0.2",
- "sass-loader": "^9.0.2",
- "webpack": "^4.42.1",
+ "sass-loader": "^9.0.3",
+ "webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-fix-style-only-entries": "^0.5.1"
}