Skip to content

Commit

Permalink
fix: unpin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 23, 2024
1 parent 2807a95 commit 4e6b365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"test": "vitest run"
},
"dependencies": {
"@nuxt/kit": "3.14.1592",
"beasties": "0.1.0",
"pathe": "1.1.2",
"@nuxt/kit": "^3.14.1592",
"beasties": "^0.1.0",
"pathe": "^1.1.2",
"ufo": "^1.5.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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 4e6b365

Please # to comment.