mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Update dependency write-pkg to v4 * rebuild kbn-pm and point worker_threads to built-in module
This commit is contained in:
parent
1f45c0f2c4
commit
a0513b0cb9
5 changed files with 5042 additions and 1824 deletions
|
@ -77,6 +77,7 @@ module.exports = {
|
|||
anyOf: [{ type: 'string' }, { type: 'array', items: { type: 'string' } }],
|
||||
},
|
||||
allowSameFolder: { type: 'boolean' },
|
||||
errorMessage: { type: 'string' },
|
||||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
|
|
6825
packages/kbn-pm/dist/index.js
vendored
6825
packages/kbn-pm/dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -66,7 +66,7 @@
|
|||
"webpack": "^4.39.2",
|
||||
"webpack-cli": "^3.3.7",
|
||||
"wrap-ansi": "^3.0.1",
|
||||
"write-pkg": "^3.1.0"
|
||||
"write-pkg": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^1.9.3"
|
||||
|
|
|
@ -87,6 +87,12 @@ module.exports = {
|
|||
__dirname: false,
|
||||
},
|
||||
|
||||
externals: {
|
||||
worker_threads: {
|
||||
commonjs: 'worker_threads',
|
||||
},
|
||||
},
|
||||
|
||||
watchOptions: {
|
||||
ignored: [/node_modules/, /vendor/],
|
||||
},
|
||||
|
|
32
yarn.lock
32
yarn.lock
|
@ -28197,6 +28197,11 @@ type-fest@^0.3.1:
|
|||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
|
||||
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
|
||||
|
||||
type-fest@^0.4.1:
|
||||
version "0.4.1"
|
||||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8"
|
||||
integrity sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==
|
||||
|
||||
type-fest@^0.5.2:
|
||||
version "0.5.2"
|
||||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
|
||||
|
@ -30029,25 +30034,26 @@ write-file-atomic@^2.4.2:
|
|||
imurmurhash "^0.1.4"
|
||||
signal-exit "^3.0.2"
|
||||
|
||||
write-json-file@^2.2.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f"
|
||||
integrity sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8=
|
||||
write-json-file@^3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-3.2.0.tgz#65bbdc9ecd8a1458e15952770ccbadfcff5fe62a"
|
||||
integrity sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==
|
||||
dependencies:
|
||||
detect-indent "^5.0.0"
|
||||
graceful-fs "^4.1.2"
|
||||
make-dir "^1.0.0"
|
||||
pify "^3.0.0"
|
||||
graceful-fs "^4.1.15"
|
||||
make-dir "^2.1.0"
|
||||
pify "^4.0.1"
|
||||
sort-keys "^2.0.0"
|
||||
write-file-atomic "^2.0.0"
|
||||
write-file-atomic "^2.4.2"
|
||||
|
||||
write-pkg@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-3.1.0.tgz#030a9994cc9993d25b4e75a9f1a1923607291ce9"
|
||||
integrity sha1-AwqZlMyZk9JbTnWp8aGSNgcpHOk=
|
||||
write-pkg@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-4.0.0.tgz#675cc04ef6c11faacbbc7771b24c0abbf2a20039"
|
||||
integrity sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==
|
||||
dependencies:
|
||||
sort-keys "^2.0.0"
|
||||
write-json-file "^2.2.0"
|
||||
type-fest "^0.4.1"
|
||||
write-json-file "^3.2.0"
|
||||
|
||||
write@1.0.3:
|
||||
version "1.0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue