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] committed Oct 9, 2023
1 parent 961a4ab commit 3b943a1
Show file tree
Hide file tree
Showing 3 changed files with 3,240 additions and 824 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -11,8 +11,8 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.14.6",
"@nuxtjs/plausible": "^0.2.1",
"nuxt": "^3.6.5"
"@nuxt-themes/docus": "^1.15.0",
"@nuxtjs/plausible": "^0.2.3",
"nuxt": "^3.7.4"
}
}
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Dark and Light mode for Nuxt with auto detection",
"repository": "nuxt-community/color-mode-module",
"license": "MIT",
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@8.9.0",
"contributors": [
{
"name": "Nuxt Team"
Expand Down Expand Up @@ -35,25 +35,25 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/kit": "^3.7.4",
"lodash.template": "^4.5.0",
"pathe": "^1.1.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.5",
"@nuxt/test-utils": "^3.6.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@nuxt/test-utils": "^3.7.4",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/lodash.template": "^4.5.1",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-v8": "^0.32.2",
"eslint": "^8.43.0",
"@typescript-eslint/parser": "^6.7.4",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.51.0",
"husky": "8.0.3",
"nuxt": "^3.6.5",
"nuxt": "^3.7.4",
"standard-version": "^9.5.0",
"typescript": "^5.1.3",
"vitest": "^0.32.2"
"typescript": "^5.2.2",
"vitest": "^0.34.6"
}
}

0 comments on commit 3b943a1

Please sign in to comment.