Skip to content

Commit

Permalink
nxext#1159 fetch-latest-versions.ts including @stencil/vue-output-target
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick W committed Dec 10, 2024
1 parent 327e3e1 commit 5e2ce0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/scripts/fetch-latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ const stencilpkgs = [
pkg: '@stencil/react-output-target',
version: STENCIL_OUTPUTTARGET_VERSION['react'],
},
// {
// pkg: '@stencil/vue-output-target',
// version: STENCIL_OUTPUTTARGET_VERSION['vue'],
// },
{
pkg: '@stencil/vue-output-target',
version: STENCIL_OUTPUTTARGET_VERSION['vue'],
},
{
pkg: '@stencil/angular-output-target',
version: STENCIL_OUTPUTTARGET_VERSION['angular'],
Expand Down

0 comments on commit 5e2ce0f

Please sign in to comment.