mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[kbn-pm] remove lodash from test fixtures (#21848)
This commit is contained in:
parent
33c6ade756
commit
d32a65230b
3 changed files with 1 additions and 9 deletions
|
@ -3,9 +3,6 @@
|
|||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "./target/index.js",
|
||||
"dependencies": {
|
||||
"lodash": "4.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.1"
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
"private": true,
|
||||
"main": "./target/index.js",
|
||||
"dependencies": {
|
||||
"@elastic/bar": "link:../bar",
|
||||
"lodash": "4.17.4"
|
||||
"@elastic/bar": "link:../bar"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
|
|
|
@ -19,9 +19,6 @@ Array [
|
|||
|
||||
exports[`kbn-pm production builds and copies projects for production: packages/bar/package.json 1`] = `
|
||||
Object {
|
||||
"dependencies": Object {
|
||||
"lodash": "4.17.4",
|
||||
},
|
||||
"devDependencies": Object {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
|
@ -48,7 +45,6 @@ exports[`kbn-pm production builds and copies projects for production: packages/f
|
|||
Object {
|
||||
"dependencies": Object {
|
||||
"@elastic/bar": "file:../bar",
|
||||
"lodash": "4.17.4",
|
||||
},
|
||||
"devDependencies": Object {
|
||||
"babel-cli": "^6.26.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue