Skip to content

Commit d7de233

Browse files
committed
chore: removed unused dependencies
1 parent c7cffb3 commit d7de233

File tree

4 files changed

+4
-73
lines changed

4 files changed

+4
-73
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@
4444
"@uploadthing/mime-types": "^0.2.7",
4545
"citty": "^0.1.6",
4646
"defu": "^6.1.4",
47-
"destr": "^2.0.3",
48-
"get-port-please": "^3.1.2",
4947
"h3": "^1.11.1",
5048
"mime": "^4.0.1",
5149
"nitro-cloudflare-dev": "^0.1.4",
52-
"nuxt-auth-utils": "^0.0.22",
5350
"ofetch": "^1.3.4",
5451
"pathe": "^1.1.2",
5552
"pkg-types": "^1.0.3",
@@ -72,4 +69,4 @@
7269
"vitest": "^1.4.0",
7370
"wrangler": "^3.48.0"
7471
}
75-
}
72+
}

playground/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"@nuxt/ui": "^2.15.1",
1414
"@nuxthub/core": "latest",
1515
"drizzle-orm": "^0.30.7",
16-
"nuxt": "^3.11.2",
17-
"nuxt-auth-utils": "^0.0.22"
16+
"nuxt": "^3.11.2"
1817
},
1918
"devDependencies": {
2019
"@nuxt/devtools": "latest"

pnpm-lock.yaml

Lines changed: 1 addition & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ export function addDevtoolsCustomTabs(nuxt: Nuxt, hub: { kv: boolean, database:
6262
},
6363
})
6464
})
65-
}
65+
}

0 commit comments

Comments
 (0)