Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to ^3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2023
1 parent fd6ba77 commit 254ec9f
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 348 deletions.
6 changes: 3 additions & 3 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.2",
"chalk": "^5.2.0",
"ci-info": "^3.8.0",
"consola": "^2.15.3",
Expand All @@ -55,11 +55,11 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/test-utils": "^3.2.0",
"@nuxt/test-utils": "^3.2.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.34.0",
"nuxt": "^3.2.0",
"nuxt": "^3.2.2",
"standard-version": "^9.3.2",
"vitest": "^0.28.5"
}
Expand Down
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.2"
}
}
Loading

0 comments on commit 254ec9f

Please sign in to comment.