Skip to content

Commit

Permalink
Revert "fix(deps): update dependency leven to v3 (#132)"
Browse files Browse the repository at this point in the history
This reverts commit fc4ea25.
  • Loading branch information
foray1010 committed Mar 17, 2019
1 parent 2acbcb6 commit b500e58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "tsc --noEmit --project ./tsconfig.typecheck.json"
},
"dependencies": {
"leven": "^3.0.0",
"leven": "^2.0.0",
"lodash.deburr": "^4.1.0",
"ramda": "^0.26.1"
},
Expand All @@ -28,6 +28,7 @@
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"@types/jest": "24.0.11",
"@types/leven": "2.1.1",
"@types/lodash.deburr": "4.1.6",
"@types/ramda": "0.26.3",
"eslint": "5.15.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,11 @@
dependencies:
"@types/jest-diff" "*"

"@types/leven@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@types/leven/-/leven-2.1.1.tgz#7cdc02ec636f80dc0bb0a53d8ee7eff2d8e8e1d8"
integrity sha512-f74SsCQnQzm244o5LHZgSLijrwG5e9BgkMHGbDlQThfh42q5RG4c+RNzUvZ347wAlQYD9kwu64qSNylxZdKs6w==

"@types/lodash.deburr@4.1.6":
version "4.1.6"
resolved "https://registry.yarnpkg.com/@types/lodash.deburr/-/lodash.deburr-4.1.6.tgz#18b3bebd941c4b622cd2278fed18017dfc32ce3f"
Expand Down Expand Up @@ -4565,16 +4570,11 @@ left-pad@^1.3.0:
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==

leven@^2.1.0:
leven@^2.0.0, leven@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA=

leven@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/leven/-/leven-3.0.0.tgz#04e58837c50a6293af03b4dea25ad86ef2c19637"
integrity sha512-SXxMC8wC6BkBibsNUC3CQPT8Ui7eA5D3FuYp9VTzB3TMufAcKwjuLZd6RzVKfHBaWmZjGnH/aGmOmOk+Ovd1dw==

levn@^0.3.0, levn@~0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
Expand Down

0 comments on commit b500e58

Please sign in to comment.