Skip to content

Commit

Permalink
docs: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 22, 2024
1 parent 24b6434 commit cd2550a
Show file tree
Hide file tree
Showing 3 changed files with 1,135 additions and 579 deletions.
3 changes: 0 additions & 3 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ export default defineNuxtConfig({
global: true,
icons: ['heroicons', 'simple-icons', 'ph', 'noto', 'carbon', 'logos'],
},
seoUi: {
global: true,
},
sitemap: {
strictNuxtContentPaths: true,
xslColumns: [
Expand Down
13 changes: 6 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"name": "unlighthouse-docs",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi build",
"preview": "nuxi preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/carbon": "^1.1.33",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/simple-icons": "^1.1.102",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.2.0",
"@nuxt/ui": "^2.15.2",
"@nuxt/ui-pro": "^1.1.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxt/devtools": "1.3.1",
"@nuxt/ui": "^2.16.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.11.2",
Expand Down
Loading

0 comments on commit cd2550a

Please sign in to comment.