Skip to content

Commit

Permalink
feat: add less ^4.0 to peerDependencies (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
soilSpoon committed Dec 23, 2020
1 parent a8ee8f7 commit 3d1abb7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
35 changes: 29 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"peerDependencies": {
"less": "^3.5.0",
"less": "^3.5.0 || ^4.0.0",
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.6.3",
"less": "^3.12.2",
"less": "^4.0.0",
"lint-staged": "^10.5.1",
"memfs": "^3.2.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 3d1abb7

Please sign in to comment.