refactor(webpack-react): make package.json static

This commit is contained in:
dancingCycle 2023-06-21 10:18:39 +02:00
parent 36c80d76be
commit 98497ec1d6
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"babel-loader": "9.1.2",
"css-loader": "^6.7.3",
"css-loader": "6.7.3",
"html-webpack-plugin": "5.5.1",
"style-loader": "^3.3.2",
"style-loader": "3.3.2",
"webpack": "5.80.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.3",