Skip to content

Commit

Permalink
docs: fix deployment (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Feb 21, 2023
1 parent 3f6efe8 commit b24524c
Show file tree
Hide file tree
Showing 7 changed files with 7,192 additions and 7 deletions.
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"
]
}
}
}

0 comments on commit b24524c

Please sign in to comment.