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 16, 2023
1 parent df623e0 commit 5c7a44d
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 141 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.2",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"scripts": {
"build": "pnpm -r --filter=\"./packages/**/*\" run build",
"stub": "pnpm -r run stub",
Expand All @@ -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 All @@ -41,7 +41,7 @@
"nuxt": "^3.7.4",
"pathe": "^1.1.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.3",
"taze": "^0.11.4",
"tiged": "^2.12.5",
"typescript": "^5.2.2",
"ua-parser-js": "^1.0.36",
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
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"json-editor-vue": "^0.10.19",
"markdown-it": "^13.0.2",
"markdown-it-link-attributes": "^4.0.1",
"nanoid": "^5.0.1",
"nanoid": "^5.0.2",
"nuxt": "^3.7.4",
"nuxt-vitest": "^0.11.0",
"quicktype-core": "^23.0.76",
Expand All @@ -112,7 +112,7 @@
"unplugin-vue-markdown": "^0.24.3",
"vanilla-jsoneditor": "^0.18.9",
"vis-data": "^7.1.7",
"vis-network": "^9.1.7",
"vis-network": "^9.1.8",
"vue-tsc": "^1.8.19",
"vue-virtual-scroller": "2.0.0-beta.8",
"xterm": "^5.3.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 5c7a44d

Please sign in to comment.