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] committed Apr 29, 2024
1 parent 091be55 commit fc5bbb5
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 396 deletions.
16 changes: 8 additions & 8 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.6.0",
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.0.6",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -98,16 +98,16 @@
}
],
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@antfu/eslint-config": "^2.16.0",
"@pinia/colada": "workspace:*",
"@shikijs/vitepress-twoslash": "^1.3.0",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@vue/test-utils": "^2.4.5",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"happy-dom": "^14.7.1",
"lint-staged": "^15.2.2",
"pinia": "^2.1.7",
Expand All @@ -119,9 +119,9 @@
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.4.5",
"vitepress": "1.1.3",
"vitest": "^1.5.0",
"vue": "^3.4.23"
"vitepress": "1.1.4",
"vitest": "^1.5.2",
"vue": "^3.4.25"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@headlessui/vue": "^1.7.20",
"@headlessui/vue": "^1.7.21",
"@heroicons/vue": "^2.1.3",
"@pinia/colada": "workspace:*",
"@vueuse/core": "^10.9.0",
Expand All @@ -22,7 +22,7 @@
"fuse.js": "^7.0.0",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.4.23",
"vue": "^3.4.25",
"vue-router": "^4.3.2",
"water.css": "^2.1.1"
},
Expand Down

0 comments on commit fc5bbb5

Please sign in to comment.