Skip to content

Commit

Permalink
fix: removed workspace from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Jun 2, 2024
1 parent 806db7e commit a648ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"defu": "^6.1.4",
"nuxt-auth-sanctum": "workspace:*"
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7506,7 +7506,7 @@ __metadata:
languageName: node
linkType: hard

"nuxt-auth-sanctum@workspace:*, nuxt-auth-sanctum@workspace:.":
"nuxt-auth-sanctum@workspace:.":
version: 0.0.0-use.local
resolution: "nuxt-auth-sanctum@workspace:."
dependencies:
Expand All @@ -7526,7 +7526,6 @@ __metadata:
nitropack: "npm:^2.9.6"
nuxi: "npm:^3.10.0"
nuxt: "npm:^3.11.2"
nuxt-auth-sanctum: "workspace:*"
prettier: "npm:^3.0.3"
typescript: "npm:^5.4.5"
vite: "npm:^4.4.9"
Expand Down

0 comments on commit a648ae9

Please sign in to comment.