Update stuff and keep new Typescript happy

This commit is contained in:
Jake Archibald
2021-01-25 15:35:52 +00:00
parent 2c0dd363d4
commit dc40f84a65
4 changed files with 46 additions and 25 deletions

View File

@@ -11,8 +11,8 @@
"serve": "serve --config ../../../serve.json .tmp/build/static"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-replace": "^2.3.4",
"@surma/rollup-plugin-off-main-thread": "^1.4.2",
"@types/dedent": "^0.7.0",
@@ -40,10 +40,10 @@
"preact": "^10.5.5",
"preact-render-to-string": "^5.1.11",
"prettier": "^2.1.2",
"rollup": "^2.33.1",
"rollup": "^2.38.0",
"rollup-plugin-terser": "^7.0.2",
"serve": "^11.3.2",
"typescript": "^4.0.5",
"typescript": "^4.1.3",
"which": "^2.0.2"
},
"husky": {