Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Oct 4, 2023
1 parent c70d821 commit 9d78f2a
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 133 deletions.
10 changes: 5 additions & 5 deletions examples/unplugin-vue-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"author": "markthree",
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.4",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"unplugin-vue-router": "^0.7.0",
"vite": "^4.4.10",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-vue-meta-layouts": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
}
}
8 changes: 4 additions & 4 deletions examples/vite-plugin-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"author": "markthree",
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.10",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-meta-layouts": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.17.12",
"@types/node": "^18.18.3",
"bumpp": "^9.2.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vue-router": "^4.2.4"
"vite": "^4.4.10",
"vue-router": "^4.2.5"
},
"peerDependencies": {
"vite": ">=2.0.0",
Expand All @@ -65,6 +65,6 @@
}
},
"dependencies": {
"local-pkg": "^0.4.3"
"local-pkg": "^0.5.0"
}
}
Loading

0 comments on commit 9d78f2a

Please sign in to comment.