Fix problems with large deploys by updating to async-neocities 2.0.0

This commit is contained in:
Bret Comnes 2021-01-17 11:11:11 -07:00
parent 606f4dafbe
commit c1d930633a
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"@actions/core": "1.2.6", "@actions/core": "1.2.6",
"async-neocities": "1.1.7", "async-neocities": "2.0.2",
"ms": "2.1.3", "ms": "2.1.3",
"webassert": "3.0.2" "webassert": "3.0.2"
}, },
@ -18,7 +18,7 @@
"budo": "^11.6.3", "budo": "^11.6.3",
"cpx2": "^3.0.0", "cpx2": "^3.0.0",
"dependency-check": "^4.1.0", "dependency-check": "^4.1.0",
"gh-release": "^4.0.0", "gh-release": "^5.0.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"sitedown": "^5.0.0", "sitedown": "^5.0.0",
"standard": "^16.0.0" "standard": "^16.0.0"