add package-lock.json and bump up dependencies

This commit is contained in:
pypy
2020-04-07 22:52:03 +09:00
parent 97f36648c5
commit 9eca1e0b09
3 changed files with 6299 additions and 3 deletions
-1
View File
@@ -262,7 +262,6 @@ __pycache__/
# NodeJS # NodeJS
node_modules/ node_modules/
package-lock.json
# html sources # html sources
/html/app.css /html/app.css
+6297
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -21,8 +21,8 @@
}, },
"homepage": "https://github.com/pypy-vrc/VRCX#readme", "homepage": "https://github.com/pypy-vrc/VRCX#readme",
"devDependencies": { "devDependencies": {
"css-loader": "^3.4.2", "css-loader": "^3.5.1",
"html-webpack-plugin": "^4.0.3", "html-webpack-plugin": "^4.0.4",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"pug": "^2.0.4", "pug": "^2.0.4",
"pug-loader": "^2.4.0", "pug-loader": "^2.4.0",