Skip to content

Commit

Permalink
move moment to peerDependency in elastic-datemath (#27264)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored and Spencer committed Dec 14, 2018
1 parent 9f17c4a commit 4590991
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
]
},
"dependencies": {
"@elastic/datemath": "5.0.1",
"@elastic/datemath": "5.0.2",
"@elastic/eui": "5.6.1",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana2",
Expand Down
9 changes: 6 additions & 3 deletions packages/elastic-datemath/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/datemath",
"version": "5.0.1",
"version": "5.0.2",
"description": "elasticsearch datemath parser, used in kibana",
"license": "Apache-2.0",
"main": "target/index.js",
Expand All @@ -13,10 +13,13 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.7.0"
"babel-preset-env": "^1.7.0",
"moment": "^2.13.0"
},
"dependencies": {
"moment": "^2.13.0",
"tslib": "^1.9.3"
},
"peerDependencies": {
"moment": "^2.13.0"
}
}
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"yargs": "4.8.1"
},
"dependencies": {
"@elastic/datemath": "5.0.1",
"@elastic/datemath": "5.0.2",
"@elastic/eui": "5.6.1",
"@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4",
Expand Down

0 comments on commit 4590991

Please sign in to comment.