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 Apr 24, 2023
1 parent a33443d commit 62bf4b9
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 217 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.5.5",
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.3.1",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -115,7 +115,7 @@
}
},
"devDependencies": {
"@volar/vue-language-core": "^1.1.7",
"@volar/vue-language-core": "^1.4.4",
"c8": "^7.13.0",
"chalk": "^5.2.0",
"conventional-changelog-cli": "^2.2.2",
Expand All @@ -126,20 +126,20 @@
"minimist": "^1.2.8",
"nodemon": "^2.0.22",
"p-series": "^3.0.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"rollup": "^3.20.4",
"semver": "^7.4.0",
"rollup": "^3.21.0",
"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.2.1",
"vite-plugin-vue-markdown": "^0.22.5",
"vite": "^4.3.1",
"vite-plugin-vue-markdown": "^0.22.6",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"webpack": "^5.79.0",
"webpack": "^5.80.0",
"yorkie": "^2.0.0"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Expand Up @@ -7,10 +7,10 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/tsconfig": "^0.1.3",
"@vue/tsconfig": "^0.3.1",
"unplugin-vue-router": "workspace:*",
"vite": "^4.2.1",
"vite-plugin-inspect": "^0.7.22",
"vite": "^4.3.1",
"vite-plugin-inspect": "^0.7.24",
"vue": "^3.2.47"
}
}

0 comments on commit 62bf4b9

Please sign in to comment.