Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 26, 2023
1 parent a798af8 commit 6e24693
Show file tree
Hide file tree
Showing 6 changed files with 2,437 additions and 1,635 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"test:update": "vitest -u"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@nuxt/test-utils": "3.4.2",
"@vitest/ui": "^0.30.1",
"@antfu/eslint-config": "^0.39.3",
"@nuxt/test-utils": "3.5.1",
"@vitest/ui": "^0.31.1",
"bumpp": "^9.1.0",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.39.0",
"jsdom": "^21.1.1",
"eslint": "^8.41.0",
"jsdom": "^22.0.0",
"playwright": "^1.32.3",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"unhead": "^1.1.26",
"unhead": "^1.1.27",
"utility-types": "^3.10.0",
"vitest": "^0.30.1"
"vitest": "^0.31.1"
},
"pnpm": {
"overrides": {
Expand Down
10 changes: 5 additions & 5 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.4.2",
"@unhead/schema-org-vue": "^0.5.0",
"@nuxt/kit": "^3.5.1",
"@unhead/schema-org-vue": "^0.6.0",
"pathe": "^1.1.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.3.0",
"@nuxt/schema": "3.4.2",
"nuxt": "3.4.2"
"@nuxt/module-builder": "^0.3.1",
"@nuxt/schema": "3.5.1",
"nuxt": "3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/schema-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"vue": ">=3.2.0"
},
"dependencies": {
"@unhead/schema-org-vue": "^0.5.0"
"@unhead/schema-org-vue": "^0.6.0"
}
}
7 changes: 2 additions & 5 deletions playgrounds/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@
},
"devDependencies": {
"@vueuse/schema-org": "link:../../packages/schema-org",
"nuxt": "^3.4.2",
"nuxt": "^3.5.1",
"nuxt-schema-org": "link:../../packages/nuxt",
"nuxt-windicss": "^2.6.1",
"vue-router": "~4.1.6"
},
"dependencies": {
"vite-plugin-inspect": "^0.7.24"
"vue-router": "~4.2.1"
}
}
Loading

0 comments on commit 6e24693

Please sign in to comment.