Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Sep 15, 2020
1 parent 5046639 commit a148e9b
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 92 deletions.
27 changes: 14 additions & 13 deletions package.json
Expand Up @@ -38,33 +38,34 @@
},
"optionalDependencies": {
"less": "^3.12.2",
"less-loader": "^6.2.0",
"sass-loader": "^9.0.3"
"less-loader": "^7.0.1",
"fibers": "^5.0.0"
},
"dependencies": {
"@4c/fast-sass-loader": "^2.2.0",
"@4c/unused-files-webpack-plugin": "^4.0.0",
"autoprefixer": "^9.7.6",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"browserslist": "^4.12.0",
"chalk": "^4.0.0",
"browserslist": "^4.14.2",
"chalk": "^4.1.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "^4.1.0",
"css-loader": "^4.3.0",
"exports-loader": "^0.7.0",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.1",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"import-loader": "^1.0.1",
"imports-loader": "^1.1.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.9.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.11.2",
"null-loader": "^4.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.1",
"semver": "^7.3.2",
"style-loader": "^1.2.1",
"sass-loader": "^10.0.2",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.1.0",
"yaml-loader": "^0.6.0"
Expand All @@ -86,13 +87,13 @@
"@babel/preset-typescript": "^7.10.4",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/webpack": "^4.41.22",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-4catalyzer-typescript": "^2.0.4",
"eslint-config-jason": "^7.0.1",
"eslint-plugin-import": "^2.22.0",
"typescript": "^3.9.7",
"typescript": "^4.0.2",
"webpack": "^4.44.1"
}
}

0 comments on commit a148e9b

Please sign in to comment.