Skip to content

Commit

Permalink
chore(deps): update nuxt core to v3.6.1 (#398)
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] authored Jun 28, 2023
1 parent fb447b8 commit fac9fb1
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 98 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@nuxt-themes/docus": "1.12.3",
"@nuxtjs/plausible": "0.2.1",
"nuxt": "3.6.0"
"nuxt": "3.6.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
},
"devDependencies": {
"@nuxt/module-builder": "0.4.0",
"@nuxt/schema": "3.6.0",
"@nuxt/test-utils": "3.6.0",
"@nuxt/schema": "3.6.1",
"@nuxt/test-utils": "3.6.1",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@types/node": "20.3.2",
"@vitest/coverage-v8": "0.32.2",
Expand All @@ -80,7 +80,7 @@
"expect-type": "0.16.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"nuxt": "3.6.0",
"nuxt": "3.6.1",
"pinst": "3.0.0",
"playwright": "1.35.1",
"prettier": "2.8.8",
Expand All @@ -90,8 +90,8 @@
},
"resolutions": {
"@nuxtjs/ionic": "link:.",
"@nuxt/kit": "3.6.0",
"@nuxt/schema": "3.6.0",
"@nuxt/kit": "3.6.1",
"@nuxt/schema": "3.6.1",
"consola": "^3.0.0"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@capacitor/filesystem": "5.0.4",
"@capacitor/storage": "1.2.5",
"@nuxtjs/ionic": "latest",
"nuxt": "3.6.0"
"nuxt": "3.6.1"
}
}
Loading

0 comments on commit fac9fb1

Please sign in to comment.