Skip to content

Commit

Permalink
fix(loaders): reset context in ssr scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 17, 2024
1 parent d7758a8 commit 4ea4b8c
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 69 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
}
},
"devDependencies": {
"@pinia/colada": "^0.8.0",
"@pinia/colada": "^0.8.1",
"@shikijs/vitepress-twoslash": "1.12.1",
"@tanstack/vue-query": "^5.51.21",
"@types/node": "^20.14.15",
Expand All @@ -206,7 +206,7 @@
"minimist": "^1.2.8",
"nodemon": "^3.1.4",
"p-series": "^3.0.0",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.20.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@tanstack/vue-query": "^5.51.21",
"mande": "^2.0.9",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
}
Expand Down
Loading

0 comments on commit 4ea4b8c

Please sign in to comment.