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 Feb 28, 2023
1 parent c803351 commit 8b6b541
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 641 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "yarn vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.2.0",
"@nuxt/kit": "^3.2.3",
"chalk": "^5.2.0",
"ci-info": "^3.8.0",
"consola": "^2.15.3",
Expand All @@ -55,12 +55,12 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/test-utils": "^3.2.0",
"@nuxt/test-utils": "^3.2.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.34.0",
"nuxt": "^3.2.0",
"@vitest/coverage-c8": "^0.29.1",
"eslint": "^8.35.0",
"nuxt": "^3.2.3",
"standard-version": "^9.3.2",
"vitest": "^0.28.5"
"vitest": "^0.29.1"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"build": "nuxt build"
},
"dependencies": {
"nuxt": "^3.2.0"
"nuxt": "^3.2.3"
}
}
Loading

0 comments on commit 8b6b541

Please sign in to comment.