Skip to content

chore: update dependencies #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2022
Merged

chore: update dependencies #79

merged 1 commit into from
May 19, 2022

Conversation

connor4312
Copy link
Member

New syntax in the vitest types failed the build. We were pretty outdated, so bring all deps up-to-date

New syntax in the vitest types failed the build. We were pretty outdated, so bring all deps up-to-date
"watch": "concurrently \"npm:watch:*\"",
"watch:ext": "tsc --watch",
"watch:esm": "tsc --watch -p tsconfig.browser.json",
"watch:css": "npm run compile:css && chokidar \"src/**/*.css\" -c \"cpy --parents --cwd=src '**/*.css' ../out/esm\""
},
"dependencies": {
"@vscode/codicons": "^0.0.28",
"node-fetch": "^2.6.1"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We build the extension for the web, too, and using node-fetch caused errors when the fallback was removed in their recent versions. Use an isomorphic package instead to get nice builds for both the web and node.

@connor4312 connor4312 merged commit 654b8a7 into main May 19, 2022
@connor4312 connor4312 deleted the chore/update-dependencies branch May 19, 2022 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants