Skip to content

Commit 6136282

Browse files
committed
chore(deps): update
1 parent 96db716 commit 6136282

File tree

13 files changed

+8428
-8348
lines changed

13 files changed

+8428
-8348
lines changed

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)