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 41e4970 commit 6b849a8
Show file tree
Hide file tree
Showing 5 changed files with 1,364 additions and 1,099 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.2",
"@nuxt/test-utils": "3.0.0-rc.8",
"@nuxt/test-utils": "3.0.0-rc.9",
"@vitest/ui": "^0.22.1",
"bumpp": "^8.2.1",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.23.0",
"jsdom": "^20.0.0",
"nuxt": "3.0.0-rc.8",
"nuxt": "3.0.0-rc.9",
"playwright": "^1.25.1",
"typescript": "^4.8.2",
"unbuild": "^0.8.9",
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/nuxt3/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default defineNuxtConfig({
'@vueuse/schema-org-vite': resolve(__dirname, '../../packages/vite/src/index.ts'),
},
modules: [
'nuxt-windicss',
'nuxt-schema-org',
// 'nuxt-windicss',
// 'nuxt-schema-org',
],
schemaOrg: {
canonicalHost: 'https://example.com',
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@vueuse/schema-org": "link:../../packages/schema-org",
"nuxt": "^3.0.0-rc.8",
"nuxt": "^3.0.0-rc.9",
"nuxt-schema-org": "link:../../packages/nuxt",
"nuxt-windicss": "^2.5.0",
"vue-router": "~4.0.16"
Expand Down
Loading

0 comments on commit 6b849a8

Please sign in to comment.