updated modules and node to latest version

This commit is contained in:
ReznoRMichael 2021-10-24 23:01:39 +02:00
parent 7dea12be90
commit e3e70fa6a0
6 changed files with 391 additions and 1766 deletions

View file

@ -153,7 +153,7 @@
<meta property="twitter:url" content="https://reznormichael.github.io/hollow-knight-completion-check/"> <meta property="twitter:url" content="https://reznormichael.github.io/hollow-knight-completion-check/">
<meta name="author" content="ReznoR Michael"> <meta name="author" content="ReznoR Michael">
<link rel="icon" href="favicon.png"><link href="main.css" rel="stylesheet"></head> <link rel="icon" href="favicon.png"><script defer src="app.js"></script><link href="main.css" rel="stylesheet"></head>
<body> <body>
@ -308,6 +308,6 @@
</div> <!-- end content --> </div> <!-- end content -->
<script src="app.js"></script></body> </body>
</html> </html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2107
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -33,23 +33,23 @@
}, },
"homepage": "https://github.com/ReznoRMichael/hollow-knight-completion-check#readme", "homepage": "https://github.com/ReznoRMichael/hollow-knight-completion-check#readme",
"dependencies": { "dependencies": {
"core-js": "^3.14.0" "core-js": "^3.18.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.14.5", "@babel/core": "^7.15.8",
"@babel/preset-env": "^7.14.5", "@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^4.0.0",
"css-loader": "^5.2.6", "css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.0.1", "css-minimizer-webpack-plugin": "^3.1.1",
"eslint": "^7.28.0", "eslint": "^8.1.0",
"html-webpack-partials-plugin": "^0.8.0", "html-webpack-partials-plugin": "^0.8.0",
"html-webpack-plugin": "^4.5.2", "html-webpack-plugin": "^5.4.0",
"mini-css-extract-plugin": "^1.6.0", "mini-css-extract-plugin": "^2.4.3",
"regenerator-runtime": "^0.13.7", "regenerator-runtime": "^0.13.9",
"style-loader": "^2.0.0", "style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.3", "terser-webpack-plugin": "^5.2.4",
"webpack": "^5.38.1", "webpack": "^5.59.1",
"webpack-cli": "^4.7.2" "webpack-cli": "^4.9.1"
} }
} }

File diff suppressed because one or more lines are too long