mirror of
https://github.com/luc-github/ESP3D-Configurator.git
synced 2026-02-20 01:11:24 +01:00
Update libraries for nodejs
Adjust new versions's parameters
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -62,7 +62,10 @@ module.exports = {
|
||||
inject: "body",
|
||||
}),
|
||||
|
||||
new HtmlInlineScriptPlugin([/\.(js)$/]),
|
||||
new HtmlInlineScriptPlugin({
|
||||
scriptMatchPattern: [/.+[.]js$/],
|
||||
htmlMatchPattern: [/index.html$/],
|
||||
}),
|
||||
new HTMLInlineCSSWebpackPlugin(),
|
||||
],
|
||||
optimization: {
|
||||
|
||||
12091
package-lock.json
generated
12091
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
37
package.json
37
package.json
@@ -13,38 +13,37 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"babel-loader": "^8.2.5",
|
||||
"@babel/register": "^7.15.3",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-preset-preact": "^2.0.0",
|
||||
"chalk": "^4.1.2",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"compression-webpack-plugin": "^7.1.2",
|
||||
"concurrently": "^7.0.0",
|
||||
"core-js": "^3.18.3",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"compression-webpack-plugin": "^10.0.0",
|
||||
"concurrently": "^7.2.2",
|
||||
"core-js": "^3.23.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^5.2.7",
|
||||
"espress": "0.0.0",
|
||||
"express": "^4.17.1",
|
||||
"express-fileupload": "^1.2.1",
|
||||
"css-loader": "^6.7.1",
|
||||
"express": "^4.18.1",
|
||||
"express-fileupload": "^1.4.0",
|
||||
"express-static-gzip": "^2.1.1",
|
||||
"gzipper": "^6.0.0",
|
||||
"html-inline-css-webpack-plugin": "^1.11.1",
|
||||
"html-inline-script-webpack-plugin": "^1.1.4",
|
||||
"html-inline-script-webpack-plugin": "^3.0.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"html-minimizer-webpack-plugin": "^2.1.0",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"mini-css-extract-plugin": "^1.6.2",
|
||||
"nodemon": "^2.0.13",
|
||||
"html-minimizer-webpack-plugin": "^4.0.0",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"mini-css-extract-plugin": "^2.6.1",
|
||||
"nodemon": "^3.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"sass": "^1.42.1",
|
||||
"sass-loader": "^11.1.1",
|
||||
"style-loader": "^2.0.0",
|
||||
"webpack": "^5.58.1",
|
||||
"webpack-cli": "^4.9.0",
|
||||
"webpack-dev-server": "^4.7.3"
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.8.0",
|
||||
|
||||
Reference in New Issue
Block a user