Skip to content

Commit

Permalink
chore(devtools): extract deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 16, 2024
1 parent ad552b9 commit 617b6ad
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 36 deletions.
13 changes: 12 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"name": "@nuxtjs/sitemap-client",
"private": true
"private": true,
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/kit": "^3.12.3",
"floating-vue": "5.2.2",
"nuxt": "latest",
"vue": "3.4.31",
"shiki": "^1.10.3",
"vue-router": "latest"
}
}
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/kit": "^3.12.3",
"@vueuse/core": "^10.11.0",
"chalk": "^5.3.0",
"defu": "^6.1.4",
"floating-vue": "5.2.2",
"h3-compression": "^0.3.2",
"nuxt-site-config": "^2.2.14",
"nuxt-site-config-kit": "^2.2.14",
Expand All @@ -64,7 +61,6 @@
"pkg-types": "^1.1.3",
"radix3": "^1.1.2",
"semver": "^7.6.2",
"shiki": "^1.10.3",
"sirv": "^2.0.4",
"site-config-stack": "^2.2.14",
"ufo": "^1.5.3"
Expand Down
169 changes: 138 additions & 31 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- .playground
- client

0 comments on commit 617b6ad

Please sign in to comment.