Skip to content

Commit 05196ed

Browse files
authored
Merge pull request #45 from dargmuesli/chore/deps
chore(deps): update
2 parents 96db716 + b83d693 commit 05196ed

File tree

15 files changed

+8431
-8351
lines changed

15 files changed

+8431
-8351
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/[email protected]
1919

20-
- name: Use Node.js v16
20+
- name: Use Node.js v20
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: v16
23+
node-version: v20
2424
registry-url: https://registry.npmjs.org/
2525
cache: pnpm
2626

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x]
17+
node-version: [20.x]
1818
# os: [ubuntu-latest, windows-latest, macos-latest]
1919
os: [ubuntu-latest]
2020
fail-fast: false

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/schema-org-monorepo",
33
"private": true,
4-
"packageManager": "pnpm@7.0.0",
4+
"packageManager": "pnpm@8.3.1",
55
"version": "2.1.2",
66
"description": "Schema.org for Vue. Supports typed and automated Google Rich Results",
77
"license": "MIT",
@@ -15,19 +15,19 @@
1515
"test:update": "vitest -u"
1616
},
1717
"devDependencies": {
18-
"@antfu/eslint-config": "^0.35.3",
19-
"@nuxt/test-utils": "3.2.2",
20-
"@vitest/ui": "^0.29.1",
21-
"bumpp": "^9.0.0",
18+
"@antfu/eslint-config": "^0.38.5",
19+
"@nuxt/test-utils": "3.4.2",
20+
"@vitest/ui": "^0.30.1",
21+
"bumpp": "^9.1.0",
2222
"cheerio": "1.0.0-rc.12",
23-
"eslint": "^8.35.0",
24-
"jsdom": "^21.1.0",
25-
"playwright": "^1.31.1",
26-
"typescript": "^4.9.5",
27-
"unbuild": "^1.1.2",
28-
"unhead": "^1.1.9",
23+
"eslint": "^8.39.0",
24+
"jsdom": "^21.1.1",
25+
"playwright": "^1.32.3",
26+
"typescript": "^5.0.4",
27+
"unbuild": "^1.2.1",
28+
"unhead": "^1.1.26",
2929
"utility-types": "^3.10.0",
30-
"vitest": "^0.29.1"
30+
"vitest": "^0.30.1"
3131
},
3232
"pnpm": {
3333
"overrides": {

packages/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"play:build": "nuxi build ../../test/fixtures/nuxt"
4141
},
4242
"dependencies": {
43-
"@nuxt/kit": "3.2.2",
43+
"@nuxt/kit": "3.4.2",
4444
"@unhead/schema-org-vue": "^0.5.0",
4545
"pathe": "^1.1.0"
4646
},
4747
"devDependencies": {
48-
"@nuxt/module-builder": "^0.2.1",
49-
"@nuxt/schema": "3.2.2",
50-
"nuxt": "3.2.2"
48+
"@nuxt/module-builder": "^0.3.0",
49+
"@nuxt/schema": "3.4.2",
50+
"nuxt": "3.4.2"
5151
}
5252
}

packages/nuxt/src/runtime/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { SchemaOrgUnheadPlugin } from '@unhead/schema-org-vue'
2+
23
// @ts-expect-error untyped
34
import config from '#nuxt-schema-org/config'
45
import { defineNuxtPlugin, useRouter } from '#app'

playgrounds/iles/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@vueuse/head": "^1.0.21",
19+
"@vueuse/head": "^1.1.26",
2020
"@vueuse/schema-org": "link:../../packages/schema-org",
21-
"iles": "^0.9.0",
22-
"typescript": "^4.9.4",
23-
"vue-tsc": "^1.0.12"
21+
"iles": "^0.9.5",
22+
"typescript": "^5.0.4",
23+
"vue-tsc": "^1.4.4"
2424
}
2525
}

0 commit comments

Comments
 (0)