Bumped lodash version (#7895)

* Bumped lodash version

* Fixed typo

* Fixed typos

* Revert "Fixed typo"

This reverts commit 06cfe9d4edba0b99257cbffc6dc08ae2f3460d78.

* Revert "Fixed typos"

This reverts commit ec3975c7392df9a0a42682ee4f32eadd2615c69c.

* Fixed json typos
This commit is contained in:
Carlos Villavicencio 2018-05-09 17:47:52 -05:00 committed by Logan Smyth
parent 84e76e2d49
commit 95fc38cecf
17 changed files with 17 additions and 17 deletions

View File

@ -49,7 +49,7 @@
"lerna": "2.0.0",
"lerna-changelog": "^0.5.0",
"lint-staged": "^6.0.1",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"merge-stream": "^1.0.1",
"output-file-sync": "^2.0.0",
"prettier": "1.11.1",

View File

@ -20,7 +20,7 @@
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.0.0",
"glob": "^7.0.0",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"output-file-sync": "^2.0.0",
"slash": "^1.0.0",
"source-map": "^0.5.0"

View File

@ -38,7 +38,7 @@
"convert-source-map": "^1.1.0",
"debug": "^3.1.0",
"json5": "^0.5.0",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"micromatch": "^2.3.11",
"resolve": "^1.3.2",
"semver": "^5.4.1",

View File

@ -13,7 +13,7 @@
"dependencies": {
"@babel/types": "7.0.0-beta.46",
"jsesc": "^2.5.1",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
},

View File

@ -8,6 +8,6 @@
"dependencies": {
"@babel/helper-function-name": "7.0.0-beta.46",
"@babel/types": "7.0.0-beta.46",
"lodash": "^4.2.0"
"lodash": "^4.17.5"
}
}

View File

@ -7,7 +7,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"semver": "^5.3.0",
"try-resolve": "^1.0.0"
}

View File

@ -9,7 +9,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/types": "7.0.0-beta.46",
"lodash": "^4.2.0"
"lodash": "^4.17.5"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.46"

View File

@ -13,6 +13,6 @@
"@babel/helper-split-export-declaration": "7.0.0-beta.46",
"@babel/template": "7.0.0-beta.46",
"@babel/types": "7.0.0-beta.46",
"lodash": "^4.2.0"
"lodash": "^4.17.5"
}
}

View File

@ -6,6 +6,6 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.2.0"
"lodash": "^4.17.5"
}
}

View File

@ -10,6 +10,6 @@
"dependencies": {
"@babel/template": "7.0.0-beta.46",
"@babel/types": "7.0.0-beta.46",
"lodash": "^4.2.0"
"lodash": "^4.17.5"
}
}

View File

@ -14,7 +14,7 @@
"@babel/polyfill": "7.0.0-beta.46",
"jest": "^22.4.2",
"jest-diff": "^22.4.0",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"resolve": "^1.3.2",
"source-map": "^0.5.0"
}

View File

@ -20,7 +20,7 @@
"@babel/register": "7.0.0-beta.46",
"commander": "^2.8.1",
"fs-readdir-recursive": "^1.0.0",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"output-file-sync": "^2.0.0",
"v8flags": "^3.0.0"
},

View File

@ -7,7 +7,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.46",
"lodash": "^4.2.0"
"lodash": "^4.17.5"
},
"keywords": [
"babel-plugin"

View File

@ -13,7 +13,7 @@
"core-js": "^2.5.3",
"find-cache-dir": "^1.0.0",
"home-or-tmp": "^3.0.0",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"pirates": "^3.0.1",
"source-map-support": "^0.4.2"

View File

@ -11,6 +11,6 @@
"@babel/code-frame": "7.0.0-beta.46",
"@babel/types": "7.0.0-beta.46",
"babylon": "7.0.0-beta.46",
"lodash": "^4.2.0"
"lodash": "^4.17.5"
}
}

View File

@ -17,7 +17,7 @@
"debug": "^3.1.0",
"globals": "^11.1.0",
"invariant": "^2.2.0",
"lodash": "^4.2.0"
"lodash": "^4.17.5"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "7.0.0-beta.46"

View File

@ -10,7 +10,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"esutils": "^2.0.2",
"lodash": "^4.2.0",
"lodash": "^4.17.5",
"to-fast-properties": "^2.0.0"
},
"devDependencies": {