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 Nov 26, 2024
1 parent 02ceece commit b41869c
Show file tree
Hide file tree
Showing 5 changed files with 422 additions and 336 deletions.
2 changes: 1 addition & 1 deletion nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"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",
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"
}
}
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.0",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -99,12 +99,12 @@
}
],
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.10.0",
"@pinia/colada": "workspace:*",
"@posva/prompts": "^2.4.4",
"@shikijs/vitepress-twoslash": "^1.23.1",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/node": "^22.9.0",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
Expand All @@ -119,14 +119,14 @@
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pinia": "^2.2.6",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"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",
"typescript": "~5.7.2",
"vitepress": "1.5.0",
"vitest": "^2.1.5",
"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 @@ -25,20 +25,20 @@
"mande": "^2.0.9",
"pinia": "^2.2.6",
"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",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.6.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",
Expand Down
Loading

0 comments on commit b41869c

Please sign in to comment.