Skip to content

Commit

Permalink
chore(deps): update nuxt framework (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 8e31764 commit 08e8c59
Show file tree
Hide file tree
Showing 4 changed files with 1,466 additions and 543 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"@nuxtjs/plausible": "^1.0.2",
"nuxt": "^3.12.4"
"nuxt": "^3.13.1"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "^3.13.1",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"semver": "^7.6.3"
Expand All @@ -48,15 +48,15 @@
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "^3.14.2",
"@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.9.0",
"husky": "9.1.4",
"nuxt": "^3.12.4",
"nuxt": "^3.13.1",
"standard-version": "^9.5.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"@nuxtjs/color-mode": "latest",
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.12.4"
"nuxt": "^3.13.1"
}
}
Loading

0 comments on commit 08e8c59

Please sign in to comment.