Skip to content

Commit

Permalink
Merge pull request #337 from dabapps/less-3-upgrade
Browse files Browse the repository at this point in the history
Less 3 upgrade
  • Loading branch information
JakeSidSmith authored Aug 3, 2020
2 parents 33ae171 + 1051f72 commit 5694f22
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 129 deletions.
313 changes: 191 additions & 122 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"eslint-config-dabapps": "^5.0.0",
"http-server": "^0.11.1",
"jest": "^22.4.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"less": "^3.12.2",
"less-loader": "^4.1.0",
"lesshint": "^3.3.1",
"livereload": "^0.8.2",
"node-lessify": "^0.1.5",
Expand All @@ -103,11 +103,11 @@
"webpack": "^3.7.1"
},
"peerDependencies": {
"less": "^2.7.3",
"normalize.css": "^8.0.1",
"less": "3",
"normalize.css": "8",
"react": ">= 15",
"react-dom": ">= 15",
"react-transition-group": ">= 1 < 2"
"react-transition-group": "1"
},
"jest": {
"collectCoverageFrom": [
Expand Down
Loading

0 comments on commit 5694f22

Please sign in to comment.