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 Feb 2, 2025
1 parent bbaa4a2 commit 6ba35bd
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 391 deletions.
4 changes: 2 additions & 2 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@pinia/colada": "workspace:^"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.1",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^1.0.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@pinia/colada": "workspace:*",
"@pinia/nuxt": "^0.9.0",
"nuxt": "^3.15.4",
"typescript": "~5.6.0",
"typescript": "~5.7.3",
"vue-tsc": "^2.2.0"
}
}
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.14.159"
"nuxt": "^3.15.4"
}
}
10 changes: 5 additions & 5 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.13.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].5",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -102,12 +102,12 @@
"pinia": "^2.2.6"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/eslint-config": "^3.16.0",
"@pinia/colada": "workspace:*",
"@posva/prompts": "^2.4.4",
"@shikijs/vitepress-twoslash": "^2.2.0",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/ui": "^3.0.4",
Expand All @@ -117,7 +117,7 @@
"eslint": "^9.19.0",
"execa": "^9.5.2",
"globby": "^14.0.2",
"happy-dom": "^16.7.3",
"happy-dom": "^16.8.1",
"lint-staged": "^15.4.3",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
Expand All @@ -129,7 +129,7 @@
"tsup": "^8.3.6",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "~5.6.0",
"typescript": "~5.7.3",
"vitepress": "1.6.3",
"vitest": "^3.0.4",
"vue": "^3.5.13"
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"json-server": "0.17.4",
"npm-run-all2": "^7.0.2",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.3",
"unplugin-vue-router": "^0.11.2",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^7.7.1",
Expand Down
Loading

0 comments on commit 6ba35bd

Please sign in to comment.