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 Apr 2, 2024
1 parent 918f5a6 commit 9570f16
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 302 deletions.
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.6.0",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.6",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -98,28 +98,28 @@
}
],
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@antfu/eslint-config": "^2.11.6",
"@pinia/colada": "workspace:*",
"@shikijs/vitepress-twoslash": "^1.2.0",
"@size-limit/preset-small-lib": "^11.1.1",
"@types/node": "^20.11.30",
"@shikijs/vitepress-twoslash": "^1.2.3",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.12.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"happy-dom": "^14.2.0",
"happy-dom": "^14.3.10",
"lint-staged": "^15.2.2",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.0",
"size-limit": "^11.1.1",
"simple-git-hooks": "^2.11.1",
"size-limit": "^11.1.2",
"standard-version": "^9.5.0",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.4.3",
"vitepress": "1.0.0-rc.45",
"vitepress": "1.0.2",
"vitest": "^1.4.0",
"vue": "^3.4.21"
},
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.1",
"@heroicons/vue": "^2.1.3",
"@pinia/colada": "workspace:*",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
Expand All @@ -27,18 +27,18 @@
"water.css": "^2.1.1"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.11.30",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.12.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"json-server": "0.17.4",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.3",
"unplugin-vue-router": "^0.8.5",
"vite": "^5.2.2",
"vite": "^5.2.7",
"vue-tsc": "^2.0.7"
}
}
Loading

0 comments on commit 9570f16

Please sign in to comment.