Skip to content

Commit

Permalink
Lock file maintenance (#374)
Browse files Browse the repository at this point in the history
* Lock file maintenance

* Fix promocode

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MrNaif2018 <chuff184@gmail.com>
  • Loading branch information
renovate[bot] and MrNaif2018 authored Aug 10, 2024
1 parent 02bdd9e commit c341c8e
Show file tree
Hide file tree
Showing 5 changed files with 2,200 additions and 2,037 deletions.
2 changes: 1 addition & 1 deletion components/Checkout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
},
promocode: {
type: String,
default: null,
default: "",
},
shippingAddress: {
type: String,
Expand Down
2 changes: 1 addition & 1 deletion components/CheckoutModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
},
promocode: {
type: String,
default: null,
default: "",
},
shippingAddress: {
type: String,
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"prettier": "^2.2.1",
"pug": "^3.0.1",
"pug-plain-loader": "^1.1.0",
"sass": "^1.38.0",
"sass": "<1.77.7",
"sass-loader": "^10.1.1"
},
"resolutions": {
"sass": "<1.77.7"
}
}
2 changes: 1 addition & 1 deletion pages/cart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
stepMenuContent
),
email: undefined,
promocode: null,
promocode: "",
shippingAddress: "",
notes: "",
}
Expand Down
Loading

0 comments on commit c341c8e

Please sign in to comment.