Skip to content

Commit

Permalink
docs: revert dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Jun 13, 2024
1 parent 63d3ec6 commit 75f6b4b
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 364 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"devDependencies": {
"@iconify-json/ph": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.87",
"@nuxt/content": "^2.12.1",
"@nuxt/content": "^2.10.0",
"@nuxt/devtools": "1.0.5",
"@nuxt/ui-pro": "^1.2.0",
"nuxt": "^3.12.1",
"typescript": "^5.4.5"
"@nuxt/ui-pro": "^0.6.1",
"nuxt": "^3.9.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxtjs/cloudinary": "^3.0.0-rc.3"
Expand Down
2 changes: 0 additions & 2 deletions docs/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const { data: page } = await useAsyncData(`docs-${route.path}`, () =>
queryContent(route.path).findOne(),
)
console.log('page', page)
const { data: surround } = await useAsyncData(
`docs-${route.path}-surround`,
() => {
Expand Down
Loading

0 comments on commit 75f6b4b

Please sign in to comment.