Skip to content

Commit

Permalink
fix(nuxt): bump nuxt dependency to rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 8, 2022
1 parent d689787 commit 41e4970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"play:build": "nuxi build ../../playgrounds/nuxt3"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.8",
"@nuxt/kit": "3.0.0-rc.9",
"@vueuse/schema-org": "workspace:*",
"@vueuse/schema-org-vite": "workspace:*",
"pathe": "^0.3.5",
"pathe": "^0.3.7",
"schema-org-graph-js": "0.5.1"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/schema": "3.0.0-rc.8"
"@nuxt/schema": "3.0.0-rc.9"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineNuxtModule<ModuleOptions>({
meta: {
configKey: 'schemaOrg',
compatibility: {
nuxt: '>=3.0.0-rc.8',
nuxt: '>=3.0.0-rc.9',
bridge: false,
},
},
Expand Down

0 comments on commit 41e4970

Please sign in to comment.