Skip to content

Commit

Permalink
fix(deps): add @types/node (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulic75 authored Jun 2, 2023
1 parent cfe3a27 commit 330bab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/qwik-nx/src/utils/add-common-qwik-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
qwikCityVersion,
qwikEslintPluginVersion,
qwikVersion,
typesNodeVersion,
undiciVersion,
vitestVersion,
viteTsconfigPathsVersion,
Expand All @@ -21,6 +22,7 @@ export function addCommonQwikDependencies(host: Tree): GeneratorCallback {
{
'@builder.io/qwik': qwikVersion,
'@builder.io/qwik-city': qwikCityVersion,
'@types/node': typesNodeVersion,
'eslint-plugin-qwik': qwikEslintPluginVersion,
vite: viteVersion,
vitest: vitestVersion, // TODO: vitest is also installed by "@nx/vite", but our version is higher
Expand Down

0 comments on commit 330bab6

Please sign in to comment.