Skip to content

Commit

Permalink
chore: bump deps, fix consola external
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Mar 11, 2024
1 parent 3ac4a0f commit 992a7ce
Show file tree
Hide file tree
Showing 5 changed files with 2,007 additions and 645 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3

- name: Set node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.91",
"@nuxt/content": "^2.12.0",
"@iconify-json/simple-icons": "^1.1.95",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.0.8",
"@nuxt/ui": "^2.13.0",
"@nuxt/ui-pro": "^0.7.5",
"@nuxt/ui": "^2.14.2",
"@nuxt/ui-pro": "^1.0.2",
"@nuxtjs/fontaine": "^0.4.1",
"@vueuse/nuxt": "^10.7.2",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "3.10.0",
"nuxt-icon": "^0.6.8",
"nuxt-icon": "^0.6.9",
"nuxt-lego": "^0.0.14",
"nuxt-lodash": "^2.5.3",
"shiki": "^1.1.2"
"shiki": "^1.1.7"
}
}
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxtjs/seo",
"type": "module",
"version": "2.0.0-rc.8",
"packageManager": "pnpm@8.15.2",
"packageManager": "pnpm@8.15.4",
"description": "The all-in-one SEO layer for Nuxt 3.",
"author": {
"name": "Harlan Wilton",
Expand Down Expand Up @@ -40,38 +40,39 @@
"typecheck": "tsc --noEmit --strict"
},
"dependencies": {
"@nuxt/kit": "^3.10.2",
"@nuxtjs/sitemap": "^5.1.0",
"@nuxt/kit": "^3.10.3",
"@nuxtjs/sitemap": "^5.1.2",
"defu": "^6.1.4",
"nuxt-link-checker": "^3.0.0-rc.6",
"nuxt-og-image": "^3.0.0-rc.38",
"nuxt-schema-org": "^3.3.4",
"nuxt-link-checker": "^3.0.0-rc.7",
"nuxt-og-image": "^3.0.0-rc.42",
"nuxt-schema-org": "^3.3.6",
"nuxt-seo-experiments": "^4.0.0-rc.4",
"nuxt-simple-robots": "^4.0.0-rc.14",
"nuxt-site-config": "^2.2.9",
"nuxt-site-config-kit": "^2.2.9",
"nuxt-site-config": "^2.2.11",
"nuxt-site-config-kit": "^2.2.11",
"pkg-types": "^1.0.3",
"ufo": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@antfu/eslint-config": "^2.8.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.2",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "3.11.0",
"@nuxt/ui": "^2.13.0",
"@nuxt/ui": "^2.14.2",
"@nuxtjs/i18n": "8.0.1",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"execa": "^8.0.1",
"nitropack": "^2.8.1",
"nuxt": "^3.10.2",
"nuxt-icon": "^0.6.8",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"nitropack": "^2.9.3",
"nuxt": "^3.10.3",
"nuxt-icon": "^0.6.9",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"build": {
"externals": [
"ofetch"
"ofetch",
"consola/utils"
]
}
}
Loading

0 comments on commit 992a7ce

Please sign in to comment.