Update signalr, connected react router, webpack, mini-css-extract

This commit is contained in:
ta264
2021-05-10 22:34:15 +01:00
parent bdbbcd7fac
commit a28595887a
2 changed files with 53 additions and 35 deletions

View File

@@ -33,13 +33,13 @@
"@fortawesome/free-regular-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/react-fontawesome": "0.1.14",
"@microsoft/signalr": "5.0.3",
"@microsoft/signalr": "5.0.6",
"@sentry/browser": "6.3.6",
"@sentry/integrations": "6.3.6",
"ansi-colors": "4.1.1",
"classnames": "2.3.1",
"clipboard": "2.0.8",
"connected-react-router": "6.8.0",
"connected-react-router": "6.9.1",
"element-class": "0.2.2",
"filesize": "6.3.0",
"fuse.js": "6.4.6",
@@ -114,7 +114,7 @@
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.1",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "1.5.0",
"mini-css-extract-plugin": "1.6.0",
"postcss": "8.2.15",
"postcss-color-function": "4.1.0",
"postcss-loader": "5.2.0",
@@ -130,8 +130,8 @@
"stylelint": "13.13.1",
"stylelint-order": "4.1.0",
"url-loader": "4.1.1",
"webpack": "5.35.1",
"webpack-cli": "4.6.0",
"webpack": "5.37.0",
"webpack-cli": "4.7.0",
"webpack-livereload-plugin": "3.0.1",
"worker-loader": "3.0.8"
}