Skip to content

Commit

Permalink
fix: remove pnpm lock for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sampullman committed Oct 1, 2024
1 parent d9d73e1 commit 9a422c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13,744 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ testem.log
Thumbs.db

package-lock.json
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion packages/vue3-vite/src/util/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const VueDevDependencies = {

export const VitestDevDependencies = {
'@nx/vite': '^19.8.3',
'happy-dom': '^15.17.4',
'happy-dom': '^15.7.4',
vitest: '^2.1.1',
};

Expand Down
Loading

0 comments on commit 9a422c5

Please sign in to comment.