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 Nov 14, 2023
1 parent a8333be commit 7e5cea3
Show file tree
Hide file tree
Showing 3 changed files with 1,876 additions and 621 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/telemetry",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.10.5",
"version": "2.5.2",
"repository": "nuxt/telemetry",
"license": "MIT",
Expand Down Expand Up @@ -35,36 +35,36 @@
"test:types": "nuxt-module-build prepare && nuxi prepare playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.7.4",
"ci-info": "^3.8.0",
"@nuxt/kit": "^3.8.1",
"ci-info": "^3.9.0",
"consola": "^3.2.3",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"destr": "^2.0.1",
"defu": "^6.1.3",
"destr": "^2.0.2",
"dotenv": "^16.3.1",
"git-url-parse": "^13.1.0",
"git-url-parse": "^13.1.1",
"is-docker": "^3.0.0",
"jiti": "^1.20.0",
"jiti": "^1.21.0",
"mri": "^1.2.0",
"nanoid": "^4.0.2",
"ofetch": "^1.3.3",
"parse-git-config": "^3.0.0",
"pathe": "^1.1.1",
"rc9": "^2.1.1",
"std-env": "^3.4.3"
"std-env": "^3.5.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
"@nuxt/test-utils": "^3.7.4",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/test-utils": "^3.8.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/git-url-parse": "^9.0.1",
"@types/parse-git-config": "^3.0.2",
"@types/git-url-parse": "^9.0.3",
"@types/parse-git-config": "^3.0.4",
"@vitest/coverage-v8": "^0.34.6",
"changelogen": "^0.5.5",
"eslint": "^8.50.0",
"nuxt": "^3.7.4",
"eslint": "^8.53.0",
"nuxt": "^3.8.1",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.22"
}
}
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.4"
"nuxt": "^3.8.1"
}
}
Loading

0 comments on commit 7e5cea3

Please sign in to comment.