Updated packages

This commit is contained in:
Dmitriy Shishkov 2022-10-01 10:48:19 +03:00
parent 03edfdeb7a
commit aa8765ddc5
2 changed files with 3 additions and 5 deletions

View File

@ -7,7 +7,7 @@
"h": "cat ./webpack.config.dev.js"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@svgr/webpack": "^6.3.1",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"copy-webpack-plugin": "^9.0.1",
@ -16,10 +16,9 @@
"fork-ts-checker-webpack-plugin": "^6.2.13",
"style-loader": "^3.2.1",
"typescript": "^4.3.5",
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"idb": "^6.1.2",

View File

@ -8,11 +8,10 @@ module.exports = {
mode: "development",
watchOptions: { ignored: /node_modules/ },
devServer: {
contentBase: path.join(__dirname, "build"),
static: path.join(__dirname, "build"),
compress: true,
port: 8080,
hot: false,
inline: false,
historyApiFallback: {
index: "index.html",
},