Skip to content

Commit

Permalink
chore: upgrade devDependencies
Browse files Browse the repository at this point in the history
To drop `dot-prop < 2` and `lodash < 4.17.20`
  • Loading branch information
opichals committed Nov 25, 2020
1 parent 4cb3e65 commit 034eb2e
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 292 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"test": "lerna exec --scope=\"*\" --concurrency=1 --no-bail yarn test"
},
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"commitlint-circle": "1.0.0",
"lerna": "^3.16.4"
"lerna": "^3.22.1"
},
"workspaces": {
"packages": [
Expand Down

0 comments on commit 034eb2e

Please sign in to comment.