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 May 4, 2023
1 parent 97b4ac4 commit 7a9a595
Show file tree
Hide file tree
Showing 3 changed files with 758 additions and 724 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -32,17 +32,17 @@
"test": "pnpm vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.3.3",
"@nuxt/kit": "^3.4.3",
"chalk": "^5.2.0",
"ci-info": "^3.8.0",
"consola": "^3.0.1",
"consola": "^3.1.0",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"destr": "^1.2.2",
"dotenv": "^16.0.3",
"fs-extra": "^10.1.0",
"git-url-parse": "^13.1.0",
"inquirer": "^9.1.5",
"inquirer": "^9.2.0",
"is-docker": "^3.0.0",
"jiti": "^1.18.2",
"mri": "^1.2.0",
Expand All @@ -51,16 +51,16 @@
"ofetch": "^1.0.1",
"parse-git-config": "^3.0.0",
"rc9": "^2.1.0",
"std-env": "^3.3.2"
"std-env": "^3.3.3"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/test-utils": "^3.3.3",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/test-utils": "^3.4.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.38.0",
"nuxt": "^3.3.3",
"@vitest/coverage-c8": "^0.31.0",
"eslint": "^8.39.0",
"nuxt": "^3.4.3",
"standard-version": "^9.3.2",
"vitest": "^0.30.1"
"vitest": "^0.31.0"
}
}
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.3"
}
}

0 comments on commit 7a9a595

Please sign in to comment.