Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#148)
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 Aug 8, 2023
1 parent 45990e9 commit 7566a3f
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 163 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nuxt/kit": "^3.6.5"
},
"devDependencies": {
"@types/node": "^20.4.4",
"@types/node": "^20.4.8",
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.6.5",
"nuxt": "^3.6.5"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"test": "pnpm vitest"
},
"packageManager": "[email protected].10",
"packageManager": "[email protected].12",
"dependencies": {
"consola": "^3.2.3",
"mlly": "^1.4.0",
Expand All @@ -45,13 +45,13 @@
"@nuxt/schema": "^3.6.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/mri": "^1.1.1",
"@types/node": "^20.4.4",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.45.0",
"@types/node": "^20.4.8",
"@vitest/coverage-v8": "^0.34.1",
"eslint": "^8.46.0",
"jiti": "^1.19.1",
"nuxi": "^3.6.5",
"nuxt": "^3.6.5",
"standard-version": "^9.5.0",
"vitest": "^0.33.0"
"vitest": "^0.34.1"
}
}
Loading

0 comments on commit 7566a3f

Please sign in to comment.