Skip to content

Commit fb812b9

Browse files
authored
Merge pull request #34 from uicrooks/dev
v2.4.6
2 parents 6ddfcc4 + b329ce8 commit fb812b9

File tree

3 files changed

+98
-128
lines changed

3 files changed

+98
-128
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shopify-theme-lab",
33
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
44
"author": "Sergej Samsonenko <contact@sergej.codes>",
5-
"version": "2.4.5",
5+
"version": "2.4.6",
66
"license": "MIT",
77
"config": {
88
"reloadr": {
@@ -50,7 +50,7 @@
5050
"eslint-plugin-vue": "^7.4.1",
5151
"eslint-webpack-plugin": "^2.4.1",
5252
"file-loader": "^6.2.0",
53-
"mini-css-extract-plugin": "^1.3.3",
53+
"mini-css-extract-plugin": "^1.3.4",
5454
"npm-run-all": "^4.1.5",
5555
"postcss": "^8.2.4",
5656
"postcss-import": "^14.0.0",
@@ -65,7 +65,7 @@
6565
"url-loader": "^4.1.1",
6666
"vue-loader": "^15.9.6",
6767
"vue-template-compiler": "^2.6.12",
68-
"webpack": "^5.11.2",
68+
"webpack": "^5.13.0",
6969
"webpack-cli": "^4.3.1",
7070
"webpack-merge": "^5.7.3"
7171
}

shopify/layout/theme.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</head>
2626

2727
<body id="{{ page_title | handle }}" class="template-{{ request.page_type | handle }}">
28-
<div id="app">
28+
<div {% unless request.page_type == 'captcha' %}id="app"{% endunless %}>
2929
<!-- vue examples -->
3030
{% render 'vue-examples' %}
3131

0 commit comments

Comments
 (0)