Skip to content

Commit

Permalink
fix: downgrade some packages to fix eslint and build
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Nov 27, 2023
1 parent 9254f96 commit c511299
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 360 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nuxt/content": "npm:@nuxt/content-edge@latest",
"@nuxtjs/fontaine": "^0.2.5",
"@types/node": "^20.10.0",
"nuxt": "^3.7.3",
"nuxt": "3.7.3",
"nuxt-schema-org": "^2.1.3",
"typescript": "^5.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/app/pages/creators/images.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function uploadFile(file: File) {
</div>
<div
class="grid grid-cols-[repeat(auto-fill,_minmax(200px,_1fr))] gap-1"
v-else
v-else-if="creatorsStore.images?.length > 0"
>
<CreatorsImageCard
v-for="fileName in creatorsStore.images.reverse()"
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxtjs/fontaine": "^0.2.5",
"@types/node": "^20.10.0",
"nuxt": "^3.7.3",
"nuxt": "3.7.3",
"nuxt-schema-org": "^2.2.0",
"nuxt-simple-robots": "^3.1.0",
"nuxt-simple-sitemap": "^3.1.4",
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"path": "cz-conventional-changelog"
}
},
"resolutions": {
"nitropack": "2.7.2",
"@nuxt/kit": "3.7.4"
},
"name": "my-turborepo",
"packageManager": "[email protected]"
}
Loading

0 comments on commit c511299

Please sign in to comment.