Skip to content

Commit

Permalink
Merge pull request #45 from dargmuesli/chore/deps
Browse files Browse the repository at this point in the history
chore(deps): update
  • Loading branch information
harlan-zw committed Apr 24, 2023
2 parents 96db716 + b83d693 commit 05196ed
Show file tree
Hide file tree
Showing 15 changed files with 8,431 additions and 8,351 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]

- name: Use Node.js v16
- name: Use Node.js v20
uses: actions/setup-node@v3
with:
node-version: v16
node-version: v20
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
fail-fast: false
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vueuse/schema-org-monorepo",
"private": true,
"packageManager": "pnpm@7.0.0",
"packageManager": "pnpm@8.3.1",
"version": "2.1.2",
"description": "Schema.org for Vue. Supports typed and automated Google Rich Results",
"license": "MIT",
Expand All @@ -15,19 +15,19 @@
"test:update": "vitest -u"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.3",
"@nuxt/test-utils": "3.2.2",
"@vitest/ui": "^0.29.1",
"bumpp": "^9.0.0",
"@antfu/eslint-config": "^0.38.5",
"@nuxt/test-utils": "3.4.2",
"@vitest/ui": "^0.30.1",
"bumpp": "^9.1.0",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.35.0",
"jsdom": "^21.1.0",
"playwright": "^1.31.1",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"unhead": "^1.1.9",
"eslint": "^8.39.0",
"jsdom": "^21.1.1",
"playwright": "^1.32.3",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"unhead": "^1.1.26",
"utility-types": "^3.10.0",
"vitest": "^0.29.1"
"vitest": "^0.30.1"
},
"pnpm": {
"overrides": {
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"play:build": "nuxi build ../../test/fixtures/nuxt"
},
"dependencies": {
"@nuxt/kit": "3.2.2",
"@nuxt/kit": "3.4.2",
"@unhead/schema-org-vue": "^0.5.0",
"pathe": "^1.1.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "3.2.2",
"nuxt": "3.2.2"
"@nuxt/module-builder": "^0.3.0",
"@nuxt/schema": "3.4.2",
"nuxt": "3.4.2"
}
}
1 change: 1 addition & 0 deletions packages/nuxt/src/runtime/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { SchemaOrgUnheadPlugin } from '@unhead/schema-org-vue'

// @ts-expect-error untyped
import config from '#nuxt-schema-org/config'
import { defineNuxtPlugin, useRouter } from '#app'
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/iles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
},
"devDependencies": {
"@vueuse/head": "^1.0.21",
"@vueuse/head": "^1.1.26",
"@vueuse/schema-org": "link:../../packages/schema-org",
"iles": "^0.9.0",
"typescript": "^4.9.4",
"vue-tsc": "^1.0.12"
"iles": "^0.9.5",
"typescript": "^5.0.4",
"vue-tsc": "^1.4.4"
}
}

0 comments on commit 05196ed

Please sign in to comment.