Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a59e64b

Browse files
committedNov 12, 2018
[kbn-pm] Use yarn workspaces for dependencies (elastic#24095)
1 parent b44e1cc commit a59e64b

File tree

56 files changed

+16160
-69228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+16160
-69228
lines changed
 

‎.yarnrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--ignore-workspace-root-check true

‎package.json

+34-17
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dashboards",
1111
"dashboarding"
1212
],
13-
"private": false,
13+
"private": true,
1414
"version": "6.6.0",
1515
"branch": "6.x",
1616
"types": "./target/types/type_exports.d.ts",
@@ -81,19 +81,33 @@
8181
"**/@types/node": "8.10.21",
8282
"@types/react": "16.3.14"
8383
},
84+
"workspaces": {
85+
"packages": [
86+
"packages/*",
87+
"x-pack",
88+
"x-pack/plugins/*"
89+
],
90+
"nohoist": [
91+
"**/@types/*",
92+
"**/@types/*/**",
93+
"**/grunt-*",
94+
"**/grunt-*/**",
95+
"x-pack/typescript"
96+
]
97+
},
8498
"dependencies": {
8599
"@elastic/eui": "5.0.0",
86100
"@elastic/filesaver": "1.1.2",
87101
"@elastic/good": "8.1.1-kibana1",
88102
"@elastic/numeral": "2.3.2",
89103
"@elastic/ui-ace": "0.2.3",
90-
"@kbn/babel-preset": "link:packages/kbn-babel-preset",
91-
"@kbn/config-schema": "link:packages/kbn-config-schema",
92-
"@kbn/datemath": "link:packages/kbn-datemath",
93-
"@kbn/i18n": "link:packages/kbn-i18n",
94-
"@kbn/pm": "link:packages/kbn-pm",
95-
"@kbn/test-subj-selector": "link:packages/kbn-test-subj-selector",
96-
"@kbn/ui-framework": "link:packages/kbn-ui-framework",
104+
"@kbn/babel-preset": "1.0.0",
105+
"@kbn/config-schema": "1.0.0",
106+
"@kbn/datemath": "5.0.0",
107+
"@kbn/i18n": "1.0.0",
108+
"@kbn/pm": "1.0.0",
109+
"@kbn/test-subj-selector": "0.2.1",
110+
"@kbn/ui-framework": "1.0.0",
97111
"JSONStream": "1.1.1",
98112
"abortcontroller-polyfill": "^1.1.9",
99113
"angular": "1.6.9",
@@ -227,19 +241,19 @@
227241
"webpack-merge": "4.1.0",
228242
"whatwg-fetch": "^2.0.3",
229243
"wreck": "^14.0.2",
230-
"x-pack": "link:x-pack",
244+
"x-pack": "6.6.0",
231245
"yauzl": "2.7.0"
232246
},
233247
"devDependencies": {
234248
"@babel/parser": "^7.1.0",
235249
"@babel/types": "^7.0.0",
236-
"@elastic/eslint-config-kibana": "link:packages/eslint-config-kibana",
237-
"@elastic/eslint-plugin-kibana-custom": "link:packages/eslint-plugin-kibana-custom",
238-
"@kbn/es": "link:packages/kbn-es",
239-
"@kbn/eslint-import-resolver-kibana": "link:packages/kbn-eslint-import-resolver-kibana",
240-
"@kbn/eslint-plugin-license-header": "link:packages/kbn-eslint-plugin-license-header",
241-
"@kbn/plugin-generator": "link:packages/kbn-plugin-generator",
242-
"@kbn/test": "link:packages/kbn-test",
250+
"@elastic/eslint-config-kibana": "0.14.0",
251+
"@elastic/eslint-plugin-kibana-custom": "1.1.0",
252+
"@kbn/es": "1.0.0",
253+
"@kbn/eslint-import-resolver-kibana": "2.0.0",
254+
"@kbn/eslint-plugin-license-header": "1.0.0",
255+
"@kbn/plugin-generator": "1.0.0",
256+
"@kbn/test": "1.0.0",
243257
"@octokit/rest": "^15.10.0",
244258
"@types/angular": "^1.6.50",
245259
"@types/angular-mocks": "^1.7.0",
@@ -258,6 +272,7 @@
258272
"@types/fetch-mock": "^5.12.2",
259273
"@types/getopts": "^2.0.0",
260274
"@types/glob": "^5.0.35",
275+
"@types/graphql": "^0.13.1",
261276
"@types/hapi": "^17.0.18",
262277
"@types/has-ansi": "^3.0.0",
263278
"@types/hoek": "^4.1.3",
@@ -272,6 +287,7 @@
272287
"@types/mustache": "^0.8.31",
273288
"@types/node": "^8.10.20",
274289
"@types/opn": "^5.1.0",
290+
"@types/podium": "^1.0.0",
275291
"@types/prop-types": "^15.5.3",
276292
"@types/puppeteer": "^1.6.2",
277293
"@types/react": "16.3.14",
@@ -288,6 +304,7 @@
288304
"@types/supertest": "^2.0.5",
289305
"@types/type-detect": "^4.0.1",
290306
"@types/uuid": "^3.4.4",
307+
"@types/zen-observable": "^0.8.0",
291308
"angular-mocks": "1.4.7",
292309
"archiver": "^3.0.0",
293310
"babel-eslint": "^9.0.0",
@@ -386,4 +403,4 @@
386403
"node": "8.11.4",
387404
"yarn": "^1.10.1"
388405
}
389-
}
406+
}

0 commit comments

Comments
 (0)
Please sign in to comment.