Skip to content

Commit 75f6b4b

Browse files
committed
docs: revert dependency bump
1 parent 63d3ec6 commit 75f6b4b

File tree

3 files changed

+119
-364
lines changed

3 files changed

+119
-364
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"devDependencies": {
1111
"@iconify-json/ph": "^1.1.10",
1212
"@iconify-json/simple-icons": "^1.1.87",
13-
"@nuxt/content": "^2.12.1",
13+
"@nuxt/content": "^2.10.0",
1414
"@nuxt/devtools": "1.0.5",
15-
"@nuxt/ui-pro": "^1.2.0",
16-
"nuxt": "^3.12.1",
17-
"typescript": "^5.4.5"
15+
"@nuxt/ui-pro": "^0.6.1",
16+
"nuxt": "^3.9.3",
17+
"typescript": "^5.3.3"
1818
},
1919
"dependencies": {
2020
"@nuxtjs/cloudinary": "^3.0.0-rc.3"

docs/pages/[...slug].vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ const { data: page } = await useAsyncData(`docs-${route.path}`, () =>
88
queryContent(route.path).findOne(),
99
)
1010
11-
console.log('page', page)
12-
1311
const { data: surround } = await useAsyncData(
1412
`docs-${route.path}-surround`,
1513
() => {

0 commit comments

Comments
 (0)