Skip to content

Commit

Permalink
fix: router-link jump & prev/next post
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Oct 4, 2022
1 parent 4260f66 commit b011280
Show file tree
Hide file tree
Showing 7 changed files with 1,008 additions and 1,035 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"serve": "vite preview"
},
"dependencies": {
"valaxy": "^0.10.3",
"valaxy": "^0.11.1",
"valaxy-theme-starter": "workspace:*"
},
"devDependencies": {
"nodemon": "^2.0.19",
"vite-plugin-inspect": "^0.6.0"
"nodemon": "^2.0.20",
"vite-plugin-inspect": "^0.7.4"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/eslint-config": "^0.27.0",
"bumpp": "^8.2.1",
"eslint": "^8.20.0",
"typescript": "^4.7.4",
"valaxy": "^0.10.3",
"eslint": "^8.24.0",
"typescript": "^4.8.4",
"valaxy": "^0.11.1",
"valaxy-theme-starter": "workspace:*",
"vue-tsc": "^0.38.9"
"vue-tsc": "^0.40.13"
}
}
Loading

0 comments on commit b011280

Please sign in to comment.