-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
45990e9
commit 7566a3f
Showing
3 changed files
with
211 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.