updated npm
This commit is contained in:
parent
41a6a12248
commit
8977f959a8
4 changed files with 9196 additions and 3754 deletions
1055
build/app.js
1055
build/app.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
11873
package-lock.json
generated
11873
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
|
@ -33,23 +33,23 @@
|
|||
},
|
||||
"homepage": "https://github.com/ReznoRMichael/hollow-knight-completion-check#readme",
|
||||
"dependencies": {
|
||||
"core-js": "^3.9.0"
|
||||
"core-js": "^3.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.17",
|
||||
"@babel/preset-env": "^7.12.17",
|
||||
"@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.0.2",
|
||||
"css-minimizer-webpack-plugin": "^1.2.0",
|
||||
"eslint": "^7.20.0",
|
||||
"css-loader": "^5.2.6",
|
||||
"css-minimizer-webpack-plugin": "^3.0.1",
|
||||
"eslint": "^7.28.0",
|
||||
"html-webpack-partials-plugin": "^0.8.0",
|
||||
"html-webpack-plugin": "^4.5.2",
|
||||
"mini-css-extract-plugin": "^1.3.8",
|
||||
"mini-css-extract-plugin": "^1.6.0",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"webpack": "^5.23.0",
|
||||
"webpack-cli": "^4.5.0"
|
||||
"terser-webpack-plugin": "^5.1.3",
|
||||
"webpack": "^5.38.1",
|
||||
"webpack-cli": "^4.7.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue