Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent dfeaf23 commit c8aef2d
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 120 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.26",
"@antfu/eslint-config": "^1.0.0-beta.27",
"@antfu/ni": "^0.21.8",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@types/markdown-it": "^13.0.2",
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"@types/pacote": "^11.1.6",
"@types/which": "^3.0.0",
"@types/ws": "^8.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@vueuse/integrations": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"defu": "^6.1.2",
"focus-trap": "^7.5.3",
"focus-trap": "^7.5.4",
"splitpanes": "^3.1.5",
"unocss": "^0.56.5",
"v-lazy-show": "^0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-wizard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"semver": "^7.5.4"
},
"devDependencies": {
"@types/diff": "^5.0.5",
"@types/diff": "^5.0.6",
"@types/prompts": "^2.4.6",
"unbuild": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"nuxt": "^3.7.4"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tab-seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"nuxt": "^3.7.4"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tab-server-route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"nuxt": "^3.7.4"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tab-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@nuxt/devtools": "workspace:^",
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"nuxt": "^3.7.4"
}
}
Loading

0 comments on commit c8aef2d

Please sign in to comment.