Skip to content

Commit

Permalink
chore: bump dependencies (incl. pinia^2.3.0 & @pinia/nuxt^0.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Dec 16, 2024
1 parent 3c55848 commit c71d618
Show file tree
Hide file tree
Showing 2 changed files with 1,985 additions and 1,694 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pinia-plugin-persistedstate",
"type": "module",
"version": "4.1.3",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"description": "Configurable persistence and rehydration of Pinia stores.",
"author": "Sacha Bouillez <hi@praz.dev> (https://praz.dev)",
"license": "MIT",
Expand Down Expand Up @@ -71,8 +71,8 @@
"typecheck": "nuxi typecheck"
},
"peerDependencies": {
"@pinia/nuxt": ">=0.5.0",
"pinia": ">=2.0.0"
"@pinia/nuxt": ">=0.9.0",
"pinia": ">=2.3.0"
},
"peerDependenciesMeta": {
"@pinia/nuxt": {
Expand All @@ -83,39 +83,39 @@
}
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@nuxt/kit": "^3.14.1592",
"deep-pick-omit": "^1.2.1",
"defu": "^6.1.4",
"destr": "^2.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@iconify-json/catppuccin": "^1.2.4",
"@nuxt/devtools": "^1.6.0",
"@antfu/eslint-config": "^3.12.0",
"@iconify-json/catppuccin": "^1.2.8",
"@nuxt/devtools": "^1.6.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.4",
"@pinia/nuxt": "^0.6.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@shikijs/vitepress-twoslash": "^1.22.2",
"@types/node": "^22.8.7",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.15.1",
"@pinia/nuxt": "^0.9.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@shikijs/vitepress-twoslash": "^1.24.2",
"@types/node": "^22.10.2",
"changelogen": "^0.5.7",
"esbuild": "^0.24.0",
"eslint": "~9.14.0",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.2",
"pinia": "^2.2.5",
"eslint": "~9.17.0",
"eslint-plugin-format": "^0.1.3",
"lint-staged": "^15.2.11",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "link:",
"publint": "^0.2.12",
"rollup": "^4.24.4",
"rollup": "^4.28.1",
"rollup-plugin-esbuild": "^6.1.1",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitepress": "^1.4.5",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.12",
"typescript": "~5.6.3",
"vitepress": "^1.5.0",
"vitepress-plugin-group-icons": "^1.3.1",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit c71d618

Please sign in to comment.