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 Dec 2, 2024
1 parent 4a04301 commit 3403171
Show file tree
Hide file tree
Showing 5 changed files with 845 additions and 566 deletions.
4 changes: 2 additions & 2 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.7.1",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"@pinia/colada": "workspace:*",
"@pinia/nuxt": "^0.7.0",
"@pinia/nuxt": "^0.8.0",
"nuxt": "^3.14.1592",
"vue-tsc": "^2.1.10"
}
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.14.159"
"nuxt": "^3.14.1592"
}
}
30 changes: 15 additions & 15 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.0",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.4",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -99,36 +99,36 @@
}
],
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.11.2",
"@pinia/colada": "workspace:*",
"@posva/prompts": "^2.4.4",
"@shikijs/vitepress-twoslash": "^1.23.1",
"@shikijs/vitepress-twoslash": "^1.24.0",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"@vue/test-utils": "^2.4.6",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"execa": "^9.5.1",
"globby": "^14.0.2",
"happy-dom": "^15.11.6",
"happy-dom": "^15.11.7",
"lint-staged": "^15.2.10",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pinia": "^2.2.6",
"prettier": "^3.3.3",
"pinia": "^2.2.8",
"prettier": "^3.4.1",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"size-limit": "^11.1.6",
"tsup": "^8.3.5",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.10",
"typescript": "~5.6.3",
"typedoc": "^0.27.2",
"typedoc-plugin-markdown": "^4.3.1",
"typescript": "~5.7.2",
"vitepress": "1.5.0",
"vitest": "^2.1.5",
"vitest": "^2.1.6",
"vue": "^3.5.13"
},
"simple-git-hooks": {
Expand Down
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"@vueuse/router": "^11.3.0",
"fuse.js": "^7.0.0",
"mande": "^2.0.9",
"pinia": "^2.2.6",
"pinia": "^2.2.8",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"water.css": "^2.1.1"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.6.0",
"@types/node": "^22.10.1",
"@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.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.11",
"vite-plugin-vue-devtools": "^7.6.4",
"vite-plugin-vue-devtools": "^7.6.7",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 3403171

Please sign in to comment.