Skip to content

Commit

Permalink
🧰 [Dependency] Regenerate lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 31, 2024
1 parent 9cb751d commit 9835ddf
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 50 deletions.
2 changes: 1 addition & 1 deletion app/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "pnpm --parallel type-check && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false"
},
"dependencies": {
"beeftools": "^0.1.6",
Expand Down
4 changes: 2 additions & 2 deletions pkg/earwurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"start": "pnpm build:only --watch"
},
"peerDependencies": {
"beeftools": "^0.1.0",
"emitten": "^0.6.0"
"beeftools": "^0.1.6",
"emitten": "^0.6.7"
},
"dependencies": {
"beeftools": "^0.1.6",
Expand Down
82 changes: 35 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9835ddf

Please sign in to comment.