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 Aug 29, 2023
1 parent 46e9f25 commit 62a3e9c
Show file tree
Hide file tree
Showing 3 changed files with 2,124 additions and 994 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,36 @@
"test": "pnpm vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/kit": "^3.7.0",
"chalk": "^5.3.0",
"ci-info": "^3.8.0",
"consola": "^3.2.3",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"destr": "^2.0.0",
"destr": "^2.0.1",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"git-url-parse": "^13.1.0",
"is-docker": "^3.0.0",
"jiti": "^1.19.1",
"jiti": "^1.19.3",
"mri": "^1.2.0",
"nanoid": "^4.0.2",
"node-fetch": "^3.3.1",
"ofetch": "^1.1.1",
"node-fetch": "^3.3.2",
"ofetch": "^1.3.3",
"parse-git-config": "^3.0.0",
"pathe": "^1.1.1",
"rc9": "^2.1.1",
"std-env": "^3.3.3"
"std-env": "^3.4.3"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@nuxt/test-utils": "^3.6.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxt/module-builder": "^0.5.0",
"@nuxt/test-utils": "^3.7.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/fs-extra": "^11.0.1",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.45.0",
"nuxt": "^3.6.5",
"@vitest/coverage-v8": "^0.34.3",
"eslint": "^8.48.0",
"nuxt": "^3.7.0",
"standard-version": "^9.5.0",
"vitest": "^0.33.0"
"vitest": "^0.34.3"
}
}
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.6.5"
"nuxt": "^3.7.0"
}
}
Loading

0 comments on commit 62a3e9c

Please sign in to comment.