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 May 13, 2024
1 parent 4879b52 commit 090a073
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 428 deletions.
20 changes: 10 additions & 10 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.1.0",
"packageManager": "pnpm@9.1.1",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -98,30 +98,30 @@
}
],
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@antfu/eslint-config": "^2.17.0",
"@pinia/colada": "workspace:*",
"@shikijs/vitepress-twoslash": "^1.4.0",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.12.8",
"@shikijs/vitepress-twoslash": "^1.5.1",
"@size-limit/preset-small-lib": "^11.1.3",
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.5",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.2.0",
"happy-dom": "^14.7.1",
"happy-dom": "^14.10.1",
"lint-staged": "^15.2.2",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.1",
"size-limit": "^11.1.2",
"size-limit": "^11.1.3",
"standard-version": "^9.5.0",
"tsup": "^8.0.2",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.0",
"typedoc-plugin-markdown": "^4.0.1",
"typescript": "~5.4.5",
"vitepress": "1.1.4",
"vitest": "^1.6.0",
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@headlessui/vue": "^1.7.21",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.3",
"@pinia/colada": "workspace:*",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/router": "^10.9.0",
"fuse.js": "^7.0.0",
"mande": "^2.0.8",
"mande": "^2.0.9",
"pinia": "^2.1.7",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"water.css": "^2.1.1"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
Expand All @@ -39,6 +39,6 @@
"typescript": "~5.4.5",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.17"
}
}

0 comments on commit 090a073

Please sign in to comment.