Skip to content

Commit 6ddfcc4

Browse files
authored
Merge pull request #33 from uicrooks/dev
v2.4.5
2 parents 499816d + a1ef7e8 commit 6ddfcc4

File tree

4 files changed

+76
-43
lines changed

4 files changed

+76
-43
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Shopify Theme Lab is a customizable modular development environment for blazing-
7676
| - | - | - |
7777
| [Shopify Theme Lab](https://github.com/uicrooks/shopify-theme-lab) | <img src="https://img.shields.io/github/package-json/v/uicrooks/shopify-theme-lab?color=%236e78ff"> | Modular development environment for blazing-fast Shopify theming |
7878
| [Shopify Theme Lab CLI](https://github.com/uicrooks/shopify-theme-lab-cli) | <img src="https://img.shields.io/github/package-json/v/uicrooks/shopify-theme-lab-cli?color=%236e78ff"> | Command Line Interface for Shopify Theme Lab |
79-
| Vue x Tailwind Theme | <img src="https://img.shields.io/badge/roadmap-lightgrey"> | A modern Shopify starter theme build with Vue and Tailwind CSS
79+
| [Shopify Foundation Theme](https://github.com/uicrooks/shopify-foundation-theme) | <img src="https://img.shields.io/badge/roadmap-lightgrey"> | A modern Shopify starter theme built with Vue and Tailwind CSS
8080
<!-- ecosystem (end) -->
8181

8282
<!-- features (start) -->

package-lock.json

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

package.json

Lines changed: 6 additions & 6 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.4",
5+
"version": "2.4.5",
66
"license": "MIT",
77
"config": {
88
"reloadr": {
@@ -40,19 +40,19 @@
4040
"@babel/plugin-transform-runtime": "^7.12.10",
4141
"@babel/preset-env": "^7.12.11",
4242
"@shopify/themekit": "^1.1.6",
43-
"autoprefixer": "^10.1.0",
43+
"autoprefixer": "^10.2.1",
4444
"babel-loader": "^8.2.2",
4545
"clean-webpack-plugin": "^3.0.0",
4646
"cross-env": "^7.0.3",
4747
"css-loader": "^5.0.1",
48-
"css-minimizer-webpack-plugin": "^1.1.5",
48+
"css-minimizer-webpack-plugin": "^1.2.0",
4949
"eslint": "^7.17.0",
50-
"eslint-plugin-vue": "^7.4.0",
50+
"eslint-plugin-vue": "^7.4.1",
5151
"eslint-webpack-plugin": "^2.4.1",
5252
"file-loader": "^6.2.0",
5353
"mini-css-extract-plugin": "^1.3.3",
5454
"npm-run-all": "^4.1.5",
55-
"postcss": "^8.2.2",
55+
"postcss": "^8.2.4",
5656
"postcss-import": "^14.0.0",
5757
"postcss-loader": "^4.1.0",
5858
"postcss-preset-env": "^6.7.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.1",
68+
"webpack": "^5.11.2",
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
@@ -24,7 +24,7 @@
2424
{{ content_for_header }}
2525
</head>
2626

27-
<body id="{{ page_title | handle }}" class="template-{{ request.page_type | handle }}" >
27+
<body id="{{ page_title | handle }}" class="template-{{ request.page_type | handle }}">
2828
<div id="app">
2929
<!-- vue examples -->
3030
{% render 'vue-examples' %}

0 commit comments

Comments
 (0)