fix dependency major version changes

This commit is contained in:
Matt Walsh
2022-03-01 15:54:19 -06:00
parent d0509f14ae
commit 994b55530c
5 changed files with 19 additions and 16 deletions

6
.vscode/launch.json vendored
View File

@@ -36,5 +36,11 @@
"program": "${workspaceFolder}/index.js",
"outputCapture": "std",
}
],
"compounds": [
{
"name": "Compound",
"configurations": ["Frontend", "Server"]
}
]
}