Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pinia/colada-devtools",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.7.0",
"packageManager": "pnpm@10.8.1",
"description": "Devtools for Pinia Colada",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -62,13 +62,13 @@
"@iconify-json/solar": "^1.2.2",
"@pinia/colada": "workspace:^*",
"@posva/splitpanes": "^4.0.6",
"@tailwindcss/vite": "^4.1.3",
"@vueuse/core": "^13.0.0",
"@tailwindcss/vite": "^4.1.4",
"@vueuse/core": "^13.1.0",
"mande": "^2.0.9",
"pinia": "^3.0.1",
"tailwindcss": "^4.1.3",
"pinia": "^3.0.2",
"tailwindcss": "^4.1.4",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.4.1",
"unplugin-vue-components": "^28.5.0",
"unplugin-vue-router": "^0.12.0",
"vite-plugin-dts": "^4.5.3",
"vue-router": "^4.5.0"
Expand Down
4 changes: 3 additions & 1 deletion devtools/src/panel/pages/queries/[queryId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ watch(
</template>

<template v-else>
<p class="py-6 mx-auto">Select a Query on the left</p>
<p class="py-6 mx-auto">
Select a Query on the left
</p>
</template>
</div>
</template>
6 changes: 3 additions & 3 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@pinia/colada": "workspace:^"
},
"devDependencies": {
"@nuxt/devtools": "^2.3.2",
"@nuxt/devtools": "^2.4.0",
"@nuxt/eslint-config": "^1.3.0",
"@nuxt/module-builder": "1.0.0",
"@nuxt/module-builder": "1.0.1",
"@nuxt/schema": "^3.16.2",
"@nuxt/test-utils": "^3.17.2",
"@pinia/colada": "workspace:*",
"@pinia/nuxt": "^0.10.1",
"@pinia/nuxt": "^0.11.0",
"nuxi": "^3.24.1",
"nuxt": "^3.16.2",
"typescript": "~5.8.3",
Expand Down
2 changes: 1 addition & 1 deletion nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"generate": "nuxi generate"
},
"dependencies": {
"nuxt": "^3.16.1"
"nuxt": "^3.16.2"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pinia/colada",
"type": "module",
"version": "0.14.2",
"packageManager": "pnpm@10.7.0",
"packageManager": "pnpm@10.8.1",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -116,17 +116,17 @@
"pinia": "^2.2.6 || ^3.0.0"
},
"dependencies": {
"@vue/devtools-api": "^7.7.2"
"@vue/devtools-api": "^7.7.5"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@ast-grep/cli": "^0.36.2",
"@antfu/eslint-config": "^4.12.0",
"@ast-grep/cli": "^0.37.0",
"@pinia/colada": "workspace:*",
"@posva/prompts": "^2.4.4",
"@shikijs/vitepress-twoslash": "^3.2.1",
"@shikijs/vitepress-twoslash": "^3.2.2",
"@size-limit/esbuild-why": "^11.2.0",
"@size-limit/preset-small-lib": "^11.2.0",
"@types/node": "^22.14.0",
"@types/node": "^22.14.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vitest/coverage-v8": "^3.1.1",
"@vitest/ui": "^3.1.1",
Expand All @@ -137,17 +137,17 @@
"execa": "^9.5.2",
"globby": "^14.1.0",
"happy-dom": "^17.4.4",
"lint-staged": "^15.5.0",
"lint-staged": "^15.5.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pinia": "^3.0.1",
"pinia": "^3.0.2",
"prettier": "^3.5.3",
"semver": "^7.7.1",
"simple-git-hooks": "^2.12.1",
"size-limit": "^11.2.0",
"tsup": "^8.4.0",
"typedoc": "^0.28.2",
"typedoc-plugin-markdown": "^4.6.1",
"typedoc-plugin-markdown": "^4.6.2",
"typedoc-vitepress-theme": "^1.1.2",
"typescript": "~5.8.3",
"vitepress": "1.6.3",
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
"@pinia/colada": "workspace:*",
"@pinia/colada-plugin-debug": "workspace:^",
"@pinia/colada-plugin-retry": "workspace:^",
"@vueuse/core": "^13.0.0",
"@vueuse/integrations": "^13.0.0",
"@vueuse/router": "^13.0.0",
"@vueuse/core": "^13.1.0",
"@vueuse/integrations": "^13.1.0",
"@vueuse/router": "^13.1.0",
"fuse.js": "^7.1.0",
"mande": "^2.0.9",
"pinia": "^3.0.1",
"pinia": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"water.css": "^2.1.1"
},
"devDependencies": {
"@pinia/colada-devtools": "workspace:^",
"@tailwindcss/vite": "^4.1.3",
"@tailwindcss/vite": "^4.1.4",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.14.0",
"@types/node": "^22.14.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"json-server": "0.17.4",
"npm-run-all2": "^7.0.2",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.4",
"typescript": "~5.8.3",
"unplugin-vue-router": "^0.12.0",
"vite": "^6.2.5",
"vite-plugin-vue-devtools": "^7.7.2",
"vite": "^6.3.2",
"vite-plugin-vue-devtools": "^7.7.5",
"vue-tsc": "^2.2.8"
}
}
Loading
Loading