Skip to content

Commit 54bb415

Browse files
authored
Merge pull request #1095 from w3bdesign/dev
Npm refresh
2 parents 5a46135 + 2f3f67c commit 54bb415

File tree

7 files changed

+1707
-2485
lines changed

7 files changed

+1707
-2485
lines changed

components/Category/CategoryShowAll.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<template>
22
<div v-if="data.productCategories">
3-
<section class=" bg-white">
4-
<div
5-
class="flex justify-center align-middle flex-col md:flex-row"
6-
>
3+
<section class="bg-white">
4+
<div class="flex justify-center align-middle flex-col md:flex-row">
75
<template v-for="nodes in data.productCategories">
86
<template v-for="category in nodes">
97
<div v-if="category.slug !== undefined" :key="category.id">
@@ -14,7 +12,9 @@
1412
query: { id: category.id },
1513
}"
1614
>
17-
<div class="cursor-pointer ml-4 mt-[5rem] md:mt-[20rem] w-full md:w-64 flex-row">
15+
<div
16+
class="cursor-pointer ml-4 mt-[5rem] md:mt-[20rem] w-full md:w-64 flex-row"
17+
>
1818
<div
1919
class="p-4 min-w-[10rem] flex items-center justify-center w-full h-16 text-center border border-gray-300 rounded-lg shadow hover:shadow-outline"
2020
>

components/Layout/LayoutFooter.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
<footer
44
class="px-6 text-center bg-white border border-gray-300 rounded-lg shadow-lg"
55
>
6-
<div class="p-6">
7-
Copyright reserved &copy; {{ todayDate }} Daniel
8-
</div>
6+
<div class="p-6">Copyright reserved &copy; {{ todayDate }} Daniel</div>
97
</footer>
108
</div>
119
</template>

layouts/default.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<div class="flex flex-col min-h-screen">
33
<LayoutNavbar />
44
<div class="container mx-auto max-w-[84.375rem] flex-grow">
5-
<main >
6-
<slot />
7-
</main>
5+
<main>
6+
<slot />
7+
</main>
88
</div>
99
<LayoutFooter />
1010
<LayoutStickyFooter />

package-lock.json

Lines changed: 1695 additions & 2471 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"overrides": {
2424
"vue": "^3.3.4",
25-
"tslib": "2.6.0"
25+
"tslib": "2.5.1"
2626

2727
},
2828
"dependencies": {

pages/categories.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="flex justify-center items-center">
3-
<CategoryShowAll />
3+
<CategoryShowAll />
44
</div>
55
</template>
66

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"matchUpdateTypes": ["patch", "lockFileMaintenance"],
26-
"automerge": true,
26+
"automerge": false,
2727
"automergeType": "branch",
2828
"matchDepTypes": [
2929
"dependencies",

0 commit comments

Comments
 (0)