Skip to content

Commit

Permalink
chore(deps): update @nuxt/ui-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 19, 2024
1 parent 8f8b373 commit d6e13de
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 179 deletions.
4 changes: 2 additions & 2 deletions docs/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ provide('navigation', navigation)
@source "../content/**/*";
@theme {
--font-family-sans: 'Public Sans', sans-serif;
--font-sans: 'Public Sans', sans-serif;
--color-green-50: #EFFDF5;
--color-green-100: #D9FBE8;
Expand All @@ -79,7 +79,7 @@ provide('navigation', navigation)
}
:root {
--ui-container-width: 90rem;
--ui-container: 90rem;
}
.dark {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/content": "latest",
"@nuxt/image": "^1.8.1",
"@nuxt/ui-pro": "3.0.0-alpha.8",
"@nuxt/ui-pro": "3.0.0-alpha.9",
"@nuxthub/core": "^0.8.6",
"@nuxtjs/plausible": "^1.0.3",
"@octokit/rest": "^21.0.2",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
},
"resolutions": {
"@nuxt/content": "workspace:*",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@3623989",
"vue": "^3.5.12"
},
"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 @@ -9,7 +9,7 @@
"dev:prepare": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui-pro": "3.0.0-alpha.8",
"@nuxt/ui-pro": "3.0.0-alpha.9",
"@nuxthub/core": "^0.8.6",
"nuxt": "^3.14.159"
}
Expand Down
Loading

0 comments on commit d6e13de

Please sign in to comment.