Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix deployment #1913

Merged
merged 9 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ignore-workspace-root-check=true
shamefully-hoist=true
strict-peer-dependencies=false
2 changes: 2 additions & 0 deletions docs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false
2 changes: 1 addition & 1 deletion docs/components/content/Playground.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { ref, useAsyncData, shallowRef, computed, onMounted, watch, useRoute } from '#imports'
import { transformContent } from '../../../src/runtime/transformers'
import { transformContent } from '@nuxt/content/transformers'

const INITIAL_CODE = `---
title: MDC
Expand Down
21 changes: 18 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,28 @@
"preview": "nuxi preview",
"generate": "nuxi generate"
},
"resolutions": {
"nitropack": "2.1.0"
},
"devDependencies": {
"@docsearch/js": "^3.3.3",
"@nuxt-themes/docus": "^1.8.1",
"@nuxthq/studio": "^0.7.2",
"@nuxt-themes/docus": "^1.8.2",
"@nuxthq/studio": "^0.7.5",
"@nuxtlabs/github-module": "^1.6.1",
"monaco-editor-core": "^0.34.1",
"monaco-editor-core": "^0.35.0",
"nuxt": "3.1.2",
"vue-plausible": "^1.3.2"
},
"packageManager": "pnpm@7.27.0",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vue": "^3.2.45"
},
"ignoreMissing": [
"webpack",
"vue"
]
}
}
}