Skip to content

Commit

Permalink
chore(deps): update nuxt framework
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 1f70605 commit 3279eca
Show file tree
Hide file tree
Showing 4 changed files with 819 additions and 334 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/plausible": "^1.0.2",
"nuxt": "^3.13.1"
"nuxt": "^3.13.2"
},
"dependencies": {
"@iconify-json/ph": "^1.2.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
"@nuxt/kit": "^3.13.2",
"changelogen": "^0.5.5",
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
Expand All @@ -51,15 +51,15 @@
"@commitlint/config-conventional": "^19.5.0",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.4",
"@types/lodash.template": "^4.5.3",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^8.5.0",
"@vitest/coverage-v8": "^2.1.0",
"eslint": "^9.10.0",
"husky": "9.1.6",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"vitest": "^2.1.0",
"vue-tsc": "^2.1.6"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@nuxt/icon": "^1.5.1",
"@nuxtjs/color-mode": "latest",
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.13.1"
"nuxt": "^3.13.2"
},
"scripts": {
"dev": "nuxi dev",
Expand Down
Loading

0 comments on commit 3279eca

Please sign in to comment.