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 Sep 26, 2023
1 parent 0ff6e48 commit 1da5f37
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 328 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/telemetry",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"version": "2.5.0",
"repository": "nuxt/telemetry",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "pnpm vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.7.3",
"@nuxt/kit": "^3.7.4",
"chalk": "^5.3.0",
"ci-info": "^3.8.0",
"consola": "^3.2.3",
Expand All @@ -57,13 +57,13 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.1",
"@nuxt/test-utils": "^3.7.3",
"@nuxt/test-utils": "^3.7.4",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/fs-extra": "^11.0.2",
"@vitest/coverage-v8": "^0.34.4",
"@vitest/coverage-v8": "^0.34.5",
"changelogen": "^0.5.5",
"eslint": "^8.49.0",
"nuxt": "^3.7.3",
"vitest": "^0.34.4"
"eslint": "^8.50.0",
"nuxt": "^3.7.4",
"vitest": "^0.34.5"
}
}
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.7.3"
"nuxt": "^3.7.4"
}
}
Loading

0 comments on commit 1da5f37

Please sign in to comment.