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] authored Mar 20, 2023
1 parent c803351 commit 6fc74ff
Show file tree
Hide file tree
Showing 3 changed files with 668 additions and 813 deletions.
18 changes: 9 additions & 9 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.3.1",
"chalk": "^5.2.0",
"ci-info": "^3.8.0",
"consola": "^2.15.3",
Expand All @@ -42,25 +42,25 @@
"dotenv": "^16.0.3",
"fs-extra": "^10.1.0",
"git-url-parse": "^13.1.0",
"inquirer": "^9.1.4",
"inquirer": "^9.1.5",
"is-docker": "^3.0.0",
"jiti": "^1.17.1",
"jiti": "^1.18.2",
"mri": "^1.2.0",
"nanoid": "^4.0.1",
"node-fetch": "^3.3.0",
"node-fetch": "^3.3.1",
"ofetch": "^1.0.1",
"parse-git-config": "^3.0.0",
"rc9": "^2.0.1",
"std-env": "^3.3.2"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/test-utils": "^3.2.0",
"@nuxt/test-utils": "^3.3.1",
"@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.7",
"eslint": "^8.36.0",
"nuxt": "^3.3.1",
"standard-version": "^9.3.2",
"vitest": "^0.28.5"
"vitest": "^0.29.7"
}
}
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.3.1"
}
}
Loading

0 comments on commit 6fc74ff

Please sign in to comment.