Skip to content

Commit

Permalink
fix: 🐛 Added resolution for postcss@^7.0.36 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink authored Jun 21, 2021
1 parent b73f24a commit 7236562
Show file tree
Hide file tree
Showing 2 changed files with 983 additions and 993 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"jest": "^27.0.3",
"lerna": "^4.0.0",
"lint-staged": "^11.0.0",
"postcss": "^8.2.10",
"prettier": "^2.3.0",
"prettier-eslint": "^12.0.0",
"semantic-release": "^17.4.3",
Expand All @@ -36,5 +35,8 @@
"ts-jest": "^27.0.2",
"typescript": "^4.3.2",
"yarn": "^1.22.10"
},
"resolutions": {
"postcss": "^7.0.36"
}
}
Loading

0 comments on commit 7236562

Please sign in to comment.