Skip to content

Commit

Permalink
chore: up all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 31, 2025
1 parent a3e8100 commit 63b9455
Show file tree
Hide file tree
Showing 6 changed files with 2,627 additions and 3,029 deletions.
14 changes: 7 additions & 7 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.14.1592"
"@nuxt/kit": "^3.15.4"
},
"peerDependencies": {
"@pinia/colada": "workspace:^"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/eslint-config": "^1.0.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@pinia/colada": "workspace:*",
"@pinia/nuxt": "^0.7.0",
"nuxt": "^3.14.1592",
"vue-tsc": "^2.1.10"
"@pinia/nuxt": "^0.9.0",
"nuxt": "^3.15.4",
"vue-tsc": "^2.2.0"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,33 +105,33 @@
"@antfu/eslint-config": "^3.12.0",
"@pinia/colada": "workspace:*",
"@posva/prompts": "^2.4.4",
"@shikijs/vitepress-twoslash": "^2.1.0",
"@shikijs/vitepress-twoslash": "^2.2.0",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^3.0.2",
"@vitest/ui": "^3.0.2",
"@types/node": "^22.12.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/ui": "^3.0.4",
"@vue/test-utils": "^2.4.6",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^9.17.0",
"execa": "^9.5.1",
"eslint": "^9.19.0",
"execa": "^9.5.2",
"globby": "^14.0.2",
"happy-dom": "^16.2.6",
"lint-staged": "^15.2.10",
"happy-dom": "^16.7.3",
"lint-staged": "^15.4.3",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pinia": "^2.2.6",
"prettier": "^3.3.3",
"semver": "^7.6.3",
"pinia": "^2.3.1",
"prettier": "^3.4.2",
"semver": "^7.7.0",
"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",
"vitepress": "1.5.0",
"vitest": "^3.0.2",
"tsup": "^8.3.6",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "~5.7.3",
"vitepress": "1.6.3",
"vitest": "^3.0.4",
"vue": "^3.5.13"
},
"simple-git-hooks": {
Expand Down
30 changes: 15 additions & 15 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@
"@pinia/colada": "workspace:*",
"@pinia/colada-plugin-debug": "workspace:^",
"@pinia/colada-plugin-retry": "workspace:^",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^12.0.0",
"@vueuse/router": "^12.0.0",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"@vueuse/router": "^12.5.0",
"fuse.js": "^7.0.0",
"mande": "^2.0.9",
"pinia": "^2.2.6",
"pinia": "^2.3.1",
"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.12.0",
"@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",
"npm-run-all2": "^7.0.2",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.3",
"unplugin-vue-router": "^0.10.8",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.4",
"vue-tsc": "^2.1.10"
"typescript": "~5.7.3",
"unplugin-vue-router": "^0.11.2",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^7.7.1",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 63b9455

Please sign in to comment.