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 May 8, 2023
1 parent 18d1812 commit 5517209
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 453 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.6.3",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.4.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -92,9 +92,9 @@
]
},
"dependencies": {
"@babel/types": "^7.21.4",
"@babel/types": "^7.21.5",
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "^1.2.0",
"@vue-macros/common": "^1.3.1",
"ast-walker-scope": "^0.4.1",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
Expand All @@ -104,7 +104,7 @@
"pathe": "^1.1.0",
"scule": "^1.0.0",
"unplugin": "^1.3.1",
"yaml": "^2.2.1"
"yaml": "^2.2.2"
},
"peerDependencies": {
"vue-router": "^4.1.0"
Expand All @@ -115,31 +115,31 @@
}
},
"devDependencies": {
"@volar/vue-language-core": "^1.4.4",
"@volar/vue-language-core": "^1.6.4",
"c8": "^7.13.0",
"chalk": "^5.2.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"esno": "^0.16.3",
"execa": "^7.1.1",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"minimist": "^1.2.8",
"nodemon": "^2.0.22",
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"rollup": "^3.21.0",
"rollup": "^3.21.5",
"semver": "^7.5.0",
"ts-expect": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.3",
"vite": "^4.3.1",
"vite-plugin-vue-markdown": "^0.22.6",
"vitest": "^0.30.1",
"vite": "^4.3.5",
"vite-plugin-vue-markdown": "^0.23.4",
"vitest": "^0.31.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"webpack": "^5.80.0",
"webpack": "^5.82.0",
"yorkie": "^2.0.0"
}
}
8 changes: 4 additions & 4 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.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/compiler-sfc": "^3.2.47",
"@vue/tsconfig": "^0.3.1",
"@vue/tsconfig": "^0.3.2",
"unplugin-vue-router": "workspace:*",
"vite": "^4.3.1",
"vite-plugin-inspect": "^0.7.24",
"vite": "^4.3.5",
"vite-plugin-inspect": "^0.7.25",
"vue": "^3.2.47"
}
}

0 comments on commit 5517209

Please sign in to comment.