Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2023
1 parent 79cb59a commit cc74674
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 449 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.5.4",
"packageManager": "pnpm@7.29.1",
"packageManager": "pnpm@7.30.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -92,7 +92,7 @@
]
},
"dependencies": {
"@babel/types": "^7.21.2",
"@babel/types": "^7.21.3",
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "^1.1.1",
"ast-walker-scope": "^0.4.0",
Expand All @@ -103,7 +103,7 @@
"mlly": "^1.2.0",
"pathe": "^1.1.0",
"scule": "^1.0.0",
"unplugin": "^1.3.0",
"unplugin": "^1.3.1",
"yaml": "^2.2.1"
},
"peerDependencies": {
Expand All @@ -121,7 +121,7 @@
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"esno": "^0.16.3",
"execa": "^7.1.0",
"execa": "^7.1.1",
"lint-staged": "^13.2.0",
"minimist": "^1.2.8",
"nodemon": "^2.0.21",
Expand All @@ -131,15 +131,15 @@
"rollup": "^3.19.1",
"semver": "^7.3.8",
"ts-expect": "^1.3.0",
"tsup": "^6.6.3",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.15.1",
"vite": "^4.1.4",
"vite": "^4.2.0",
"vite-plugin-vue-markdown": "^0.22.4",
"vitest": "^0.29.2",
"vitest": "^0.29.3",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"webpack": "^5.76.1",
"webpack": "^5.76.2",
"yorkie": "^2.0.0"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/tsconfig": "^0.1.3",
"unplugin-vue-router": "workspace:*",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.16",
"vite": "^4.2.0",
"vite-plugin-inspect": "^0.7.17",
"vue": "^3.2.47"
}
}

0 comments on commit cc74674

Please sign in to comment.