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 Dec 31, 2023
1 parent fedb63f commit fbfaceb
Show file tree
Hide file tree
Showing 3 changed files with 1,124 additions and 616 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/telemetry",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.13.1",
"version": "2.5.3",
"repository": "nuxt/telemetry",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test:types": "nuxt-module-build prepare && nuxi prepare playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"ci-info": "^4.0.0",
"consola": "^3.2.3",
"create-require": "^1.1.1",
Expand All @@ -51,20 +51,20 @@
"parse-git-config": "^3.0.0",
"pathe": "^1.1.1",
"rc9": "^2.1.1",
"std-env": "^3.6.0"
"std-env": "^3.7.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.4",
"@nuxt/test-utils": "^3.8.1",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.9.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/git-url-parse": "^9.0.3",
"@types/parse-git-config": "^3.0.4",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/coverage-v8": "^1.1.1",
"changelogen": "^0.5.5",
"eslint": "^8.55.0",
"nuxt": "^3.8.2",
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"typescript": "^5.3.3",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25"
"vitest": "^1.1.1",
"vue-tsc": "^1.8.27"
}
}
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.8.2"
"nuxt": "^3.9.0"
}
}
Loading

0 comments on commit fbfaceb

Please sign in to comment.