Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 29, 2023
1 parent 2f4899e commit 894ca99
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 45 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-pages",
"version": "0.30.1",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.0",
"description": "File system base vue-router plugin for Vite",
"keywords": [
"vite",
Expand Down Expand Up @@ -72,23 +72,23 @@
}
},
"dependencies": {
"@types/debug": "^4.1.7",
"@types/debug": "^4.1.8",
"debug": "^4.3.4",
"deep-equal": "^2.2.1",
"extract-comments": "^1.1.0",
"fast-glob": "^3.2.12",
"json5": "^2.2.3",
"local-pkg": "^0.4.3",
"picocolors": "^1.0.0",
"yaml": "^2.2.2"
"yaml": "^2.3.1"
},
"devDependencies": {
"@antfu/utils": "^0.7.2",
"@hannoeru/eslint-config": "^0.9.5",
"@solidjs/router": "^0.8.2",
"@types/deep-equal": "^1.0.1",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^18.16.14",
"@types/node": "^18.16.16",
"@vitest/ui": "^0.31.1",
"@vue/compiler-sfc": "^3.3.4",
"bumpp": "^9.1.0",
Expand All @@ -100,7 +100,7 @@
"solid-js": "^1.7.5",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vitest": "^0.31.1",
"vue": "^3.3.4",
"vue-router": "^4.2.1"
Expand Down
117 changes: 77 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 894ca99

Please sign in to comment.