Skip to content

Commit

Permalink
bump vite-plugin-press
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 14, 2024
1 parent dc0e27c commit a44c6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MyApp.Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"unplugin-vue-markdown": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.11",
"vite-plugin-press": "^1.0.4",
"vite-plugin-press": "^1.0.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^1.8.27"
Expand Down
2 changes: 1 addition & 1 deletion MyApp.Client/src/pages/blog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</template>

<script setup lang="ts">
import type { VirtualPress, Post } from "virtual:press"
import type { VirtualPress, Post } from "vite-plugin-press"
import Logo from "@/assets/img/logo.svg"
import { inject } from "vue"
import { useHead } from "@unhead/vue"
Expand Down

0 comments on commit a44c6e9

Please sign in to comment.