Skip to content

Commit 93cb065

Browse files
authored
Merge pull request #104 from uicrooks/dev
v4.0.3
2 parents 469f462 + 6ba2cb2 commit 93cb065

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

+8-8
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",
5-
"version": "4.0.2",
5+
"version": "4.0.3",
66
"license": "MIT",
77
"scripts": {
88
"start": "run-p -sr shopify:serve webpack:watch",
@@ -23,19 +23,19 @@
2323
},
2424
"dependencies": {
2525
"tailwindcss": "^2.2.4",
26-
"vue": "^3.1.4",
26+
"vue": "^3.1.5",
2727
"vuex": "^4.0.2"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "^7.14.6",
3131
"@babel/plugin-transform-runtime": "^7.14.5",
3232
"@babel/preset-env": "^7.14.7",
33-
"@vue/compiler-sfc": "^3.1.4",
34-
"autoprefixer": "^10.2.6",
33+
"@vue/compiler-sfc": "^3.1.5",
34+
"autoprefixer": "^10.3.1",
3535
"babel-loader": "^8.2.2",
3636
"clean-webpack-plugin": "^3.0.0",
3737
"cross-env": "^7.0.3",
38-
"css-loader": "^5.2.6",
38+
"css-loader": "^6.0.0",
3939
"css-minimizer-webpack-plugin": "^3.0.2",
4040
"eslint": "^7.30.0",
4141
"eslint-plugin-vue": "^7.13.0",
@@ -46,13 +46,13 @@
4646
"postcss-import": "^14.0.2",
4747
"postcss-loader": "^6.1.1",
4848
"postcss-preset-env": "^6.7.0",
49-
"style-loader": "^3.0.0",
49+
"style-loader": "^3.1.0",
5050
"stylelint": "^13.13.1",
5151
"stylelint-config-recommended": "^5.0.0",
5252
"stylelint-webpack-plugin": "^2.2.2",
5353
"url-loader": "^4.1.1",
54-
"vue-loader": "^16.3.0",
55-
"webpack": "^5.44.0",
54+
"vue-loader": "^16.3.1",
55+
"webpack": "^5.45.1",
5656
"webpack-cli": "^4.7.2",
5757
"webpack-merge": "^5.8.0"
5858
}

shopify/sections/main-page-contact.liquid

Whitespace-only changes.

shopify/templates/page.contact.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sections": {
33
"main": {
4-
"type": "main-page"
4+
"type": "main-page-contact"
55
}
66
},
77
"order": [

0 commit comments

Comments
 (0)