updated modules and node to latest version
This commit is contained in:
parent
7dea12be90
commit
e3e70fa6a0
6 changed files with 391 additions and 1766 deletions
|
|
@ -153,7 +153,7 @@
|
|||
<meta property="twitter:url" content="https://reznormichael.github.io/hollow-knight-completion-check/">
|
||||
|
||||
<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>
|
||||
|
||||
|
|
@ -308,6 +308,6 @@
|
|||
|
||||
</div> <!-- end content -->
|
||||
|
||||
<script src="app.js"></script></body>
|
||||
</body>
|
||||
|
||||
</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
2107
package-lock.json
generated
File diff suppressed because it is too large
Load diff
30
package.json
30
package.json
|
|
@ -33,23 +33,23 @@
|
|||
},
|
||||
"homepage": "https://github.com/ReznoRMichael/hollow-knight-completion-check#readme",
|
||||
"dependencies": {
|
||||
"core-js": "^3.14.0"
|
||||
"core-js": "^3.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.5",
|
||||
"babel-loader": "^8.2.2",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"css-loader": "^5.2.6",
|
||||
"css-minimizer-webpack-plugin": "^3.0.1",
|
||||
"eslint": "^7.28.0",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"babel-loader": "^8.2.3",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"css-loader": "^6.4.0",
|
||||
"css-minimizer-webpack-plugin": "^3.1.1",
|
||||
"eslint": "^8.1.0",
|
||||
"html-webpack-partials-plugin": "^0.8.0",
|
||||
"html-webpack-plugin": "^4.5.2",
|
||||
"mini-css-extract-plugin": "^1.6.0",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser-webpack-plugin": "^5.1.3",
|
||||
"webpack": "^5.38.1",
|
||||
"webpack-cli": "^4.7.2"
|
||||
"html-webpack-plugin": "^5.4.0",
|
||||
"mini-css-extract-plugin": "^2.4.3",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"style-loader": "^3.3.1",
|
||||
"terser-webpack-plugin": "^5.2.4",
|
||||
"webpack": "^5.59.1",
|
||||
"webpack-cli": "^4.9.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue