Skip to content

Commit

Permalink
Merge pull request #124 from uicrooks/dev
Browse files Browse the repository at this point in the history
v4.2.0
  • Loading branch information
sergejcodes authored Sep 12, 2021
2 parents 9c5a064 + fbb08ed commit 90039b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
8 changes: 2 additions & 6 deletions .config/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ const path = require('path')
module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss/nesting'),
require('tailwindcss')(path.resolve(__dirname, '../src/tailwind.config.js')),
require('autoprefixer'),
/**
* use tomorrow’s CSS today
* docs: https://preset-env.cssdb.org/features
*/
require('postcss-preset-env')({ stage: 1 })
require('autoprefixer')
]
}
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shopify-theme-lab",
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
"author": "Sergej Samsonenko",
"version": "4.1.1",
"version": "4.2.0",
"license": "MIT",
"scripts": {
"start": "run-p -sr shopify:serve webpack:watch",
Expand All @@ -22,37 +22,36 @@
"fix:shopify": "cd shopify && shopify theme check -a"
},
"dependencies": {
"tailwindcss": "^2.2.7",
"vue": "^3.1.5",
"tailwindcss": "^2.2.15",
"vue": "^3.2.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@vue/compiler-sfc": "^3.1.5",
"autoprefixer": "^10.3.1",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@vue/compiler-sfc": "^3.2.11",
"autoprefixer": "^10.3.4",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.15.0",
"eslint-plugin-vue": "^7.17.0",
"eslint-webpack-plugin": "^3.0.1",
"mini-css-extract-plugin": "^2.1.0",
"mini-css-extract-plugin": "^2.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-webpack-plugin": "^3.0.1",
"url-loader": "^4.1.1",
"vue-loader": "^16.4.1",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"vue-loader": "^16.5.0",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
}
}

0 comments on commit 90039b9

Please sign in to comment.