Skip to content

Commit

Permalink
Use lower lodash version because of ESM bug
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Jan 14, 2021
1 parent 4bd8f52 commit b209826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
},
"dependencies": {
"lodash-es": "^4.17.20",
"lodash-es": "4.17.15",
"parse-color": "^1.0.0",
"parse-css-dimension": "^1.1.0",
"rgb-hex": "^3.0.0",
Expand Down

0 comments on commit b209826

Please sign in to comment.