Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed Aug 16, 2024
1 parent 2f31a0e commit 7f7e262
Show file tree
Hide file tree
Showing 5 changed files with 747 additions and 1,566 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"@nuxtjs/plausible": "^1.0.0",
"@nuxtjs/plausible": "^1.0.2",
"nuxt": "^3.12.4"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/nuxt-modules/color-mode.git"
},
"license": "MIT",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.1",
"contributors": [
{
"name": "Nuxt Team"
Expand Down Expand Up @@ -40,26 +40,26 @@
"dependencies": {
"@nuxt/kit": "^3.12.4",
"pathe": "^1.1.2",
"pkg-types": "^1.1.2",
"semver": "^7.6.2"
"pkg-types": "^1.1.3",
"semver": "^7.6.3"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.1",
"@types/lodash.template": "^4.5.3",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^8.1.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.6.0",
"husky": "9.0.11",
"eslint": "^9.9.0",
"husky": "9.1.4",
"nuxt": "^3.12.4",
"standard-version": "^9.5.0",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.24"
"vue-tsc": "^2.0.29"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@nuxtjs/color-mode": "latest",
"@nuxtjs/tailwindcss": "^6.12.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.12.4"
}
}
Loading

0 comments on commit 7f7e262

Please sign in to comment.