Skip to content

Commit

Permalink
fix: disable postcss-calc because it's buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Nov 6, 2020
1 parent 0dd389f commit 19243f4
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 421 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"commit": "git-cz"
},
"devDependencies": {
"cz-conventional-changelog": "3.2.0",
"husky": "^4.2.5",
"jest": "^26.3.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"semantic-release": "^17.1.1"
"cz-conventional-changelog": "3.3.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"semantic-release": "^17.2.2"
},
"dependencies": {
"cssnano-preset-simple": "1.2.0",
"cssnano-preset-simple": "1.2.1",
"postcss": "^7.0.32"
},
"config": {
Expand Down
Loading

0 comments on commit 19243f4

Please sign in to comment.