Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to ^3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2023
1 parent 97b4ac4 commit 8cd1906
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 87 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -32,7 +32,7 @@
"test": "pnpm vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.3.3",
"@nuxt/kit": "^3.4.0",
"chalk": "^5.2.0",
"ci-info": "^3.8.0",
"consola": "^3.0.1",
Expand All @@ -55,11 +55,11 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/test-utils": "^3.3.3",
"@nuxt/test-utils": "^3.4.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.38.0",
"nuxt": "^3.3.3",
"nuxt": "^3.4.0",
"standard-version": "^9.3.2",
"vitest": "^0.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -5,6 +5,6 @@
"build": "nuxt build"
},
"dependencies": {
"nuxt": "^3.3.3"
"nuxt": "^3.4.0"
}
}

0 comments on commit 8cd1906

Please sign in to comment.