Skip to content

Commit

Permalink
yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
Šimon Macek committed Mar 17, 2024
1 parent 5c4ebe8 commit 237f129
Show file tree
Hide file tree
Showing 6 changed files with 20,266 additions and 15,357 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": true
}
}
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion components/content/BenefitTeaser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const features: ServiceTeaser[] = [
</div>
<div class="mt-8 rounded-lg bg-gray-900 py-8 sm:mt-12 sm:py-12 lg:mt-16">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl lg:max-w-none">
<div class="mx-auto max-w-2xl sm:max-w-none">
<dl class="grid max-w-xl grid-cols-1 gap-x-12 gap-y-20 lg:max-w-none lg:grid-cols-2">
<div v-for="feature in features" :key="feature.title" class="flex flex-col">
<dt class="text-lg font-semibold leading-7 text-white">
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/nuxt": "^10.4.1",
"axios": "^1.3.4"
}
},
"resolutions": {
"string-width": "4.2.3"
},
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit 237f129

Please sign in to comment.