Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 8, 2024
1 parent ce60ab4 commit 101d7de
Show file tree
Hide file tree
Showing 17 changed files with 2,464 additions and 1,833 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Unleash Nuxt Developer Experience.

## Installation

> Nuxt DevTools requires **Nuxt v3.1.0 or higher**.
> Nuxt DevTools requires **Nuxt v3.9.0 or higher**.
Nuxt DevTools is **enabled by default** in Nuxt v3.8.0. You can press <kbd>Shift</kbd> + <kbd>Alt</kbd> / <kbd>⇧ Shift</kbd> + <kbd>⌥ Option</kbd> + <kbd>D</kbd> in your app to open it up.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.guide/0.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Using Nuxt DevTools in your Nuxt project is only a command away.
## Installation

::callout
Nuxt DevTools requires **Nuxt v3.1.0 or higher**.
Nuxt DevTools requires **Nuxt v3.9.0 or higher**.
::

### Auto Install
Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ sections:
title: Trusted and supported by our<br />amazing community
avatarText: Created and maintained by 50+ contributors
- title: Get started<br><span class="text-primary-400">Now</span>
description: Start using Nuxt DevTools quickly by installing it in your projects in a few lines! <br><i>Nuxt DevTools requires Nuxt v3.1.0 or higher.</i>
description: Start using Nuxt DevTools quickly by installing it in your projects in a few lines! <br><i>Nuxt DevTools requires Nuxt v3.9.0 or higher.</i>
slot: get-started
button: Read the documentation
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"preview": "nuxi preview"
},
"dependencies": {
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.97",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.99",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.0.8",
"@nuxt/fonts": "^0.5.1",
"@nuxt/fonts": "^0.6.1",
"@nuxt/image": "1.4.0",
"@nuxt/ui-pro": "^1.1.0",
"@nuxthq/studio": "^1.0.13",
"@nuxtjs/plausible": "^0.2.4",
"@nuxtjs/plausible": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.11.1",
"nuxt-og-image": "^3.0.0-rc.47"
"nuxt": "^3.11.2",
"nuxt-og-image": "^3.0.0-rc.52"
}
}
Loading

0 comments on commit 101d7de

Please sign in to comment.