Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
fix: resolutions for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Dec 3, 2019
1 parent 878bf7a commit 4408caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"husky": "^3.1.0",
"js-yaml": "^3.13.1",
"lerna": "^3.19.0",
"lerna-changelog": "^0.8.3",
"mixin-deep": "^2.0.1",
Expand All @@ -72,7 +71,7 @@
}
},
"resolutions": {
"cosmiconfig/js-yaml": "^3.13.1"
"lerna/@lerna/add/@lerna/command/@lerna/project/cosmiconfig": "^5.2.0"
},
"commitlint": {
"extends": [
Expand Down
19 changes: 1 addition & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ [email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

cosmiconfig@^5, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
cosmiconfig@^5, cosmiconfig@^5.1.0, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
version "5.2.1"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
Expand All @@ -2200,16 +2200,6 @@ cosmiconfig@^5, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
js-yaml "^3.13.1"
parse-json "^4.0.0"

cosmiconfig@^5.1.0:
version "5.1.0"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.1.0.tgz#6c5c35e97f37f985061cdf653f114784231185cf"
dependencies:
import-fresh "^2.0.0"
is-directory "^0.3.1"
js-yaml "^3.9.0"
lodash.get "^4.4.2"
parse-json "^4.0.0"

cp-file@^6.2.0:
version "6.2.0"
resolved "https://registry.npmjs.org/cp-file/-/cp-file-6.2.0.tgz#40d5ea4a1def2a9acdd07ba5c0b0246ef73dc10d"
Expand Down Expand Up @@ -4102,13 +4092,6 @@ [email protected], js-yaml@^3.13.0, js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^3.9.0:
version "3.12.1"
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600"
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"

jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
Expand Down

0 comments on commit 4408caf

Please sign in to comment.