mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Pin dependencies (#37406)
* Pin dependencies * include core-js in babel packages * specify core-js version when using `useBuiltIns` * dedupe @babel/types to avoid "range of null" problem
This commit is contained in:
parent
5d4c661ac3
commit
9256c74fdf
18 changed files with 650 additions and 183 deletions
20
package.json
20
package.json
|
@ -80,7 +80,7 @@
|
|||
"**/@types/node": "10.12.27",
|
||||
"**/@types/hapi": "^17.0.18",
|
||||
"**/typescript": "^3.3.3333",
|
||||
"**/@elastic/eui/**/core-js": "2.5.3"
|
||||
"**/@elastic/eui/**/core-js": "2.6.9"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
|
@ -99,9 +99,9 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/polyfill": "7.4.4",
|
||||
"@babel/register": "7.4.4",
|
||||
"@elastic/charts": "^4.2.6",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "10.4.1",
|
||||
|
@ -133,7 +133,7 @@
|
|||
"angular-sanitize": "1.6.5",
|
||||
"angular-sortable-view": "0.0.15",
|
||||
"autoprefixer": "^9.1.0",
|
||||
"babel-loader": "8.0.5",
|
||||
"babel-loader": "8.0.6",
|
||||
"bluebird": "3.5.3",
|
||||
"boom": "^7.2.0",
|
||||
"brace": "0.11.1",
|
||||
|
@ -142,7 +142,7 @@
|
|||
"color": "1.0.3",
|
||||
"commander": "2.8.1",
|
||||
"compare-versions": "3.1.0",
|
||||
"core-js": "2.5.3",
|
||||
"core-js": "2.6.9",
|
||||
"css-loader": "1.0.0",
|
||||
"custom-event-polyfill": "^0.3.0",
|
||||
"d3": "3.5.6",
|
||||
|
@ -257,8 +257,8 @@
|
|||
"yauzl": "2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/parser": "^7.3.4",
|
||||
"@babel/types": "^7.3.4",
|
||||
"@babel/parser": "7.4.5",
|
||||
"@babel/types": "7.4.4",
|
||||
"@elastic/eslint-config-kibana": "0.15.0",
|
||||
"@elastic/github-checks-reporter": "0.0.15",
|
||||
"@elastic/makelogs": "^4.4.0",
|
||||
|
@ -337,7 +337,7 @@
|
|||
"@typescript-eslint/parser": "^1.6.0",
|
||||
"angular-mocks": "1.4.7",
|
||||
"archiver": "^3.0.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "^24.1.0",
|
||||
"backport": "4.5.5",
|
||||
"chai": "3.5.0",
|
||||
|
@ -354,7 +354,7 @@
|
|||
"enzyme-to-json": "^3.3.4",
|
||||
"eslint": "5.16.0",
|
||||
"eslint-config-prettier": "4.3.0",
|
||||
"eslint-plugin-babel": "^5.3.0",
|
||||
"eslint-plugin-babel": "5.3.0",
|
||||
"eslint-plugin-ban": "1.2.0",
|
||||
"eslint-plugin-import": "2.17.3",
|
||||
"eslint-plugin-jest": "22.6.4",
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
"kbn:watch": "yarn build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"babel-plugin-add-module-exports": "^1.0.0",
|
||||
"@babel/cli": "7.4.4",
|
||||
"@babel/preset-env": "7.3.4",
|
||||
"babel-plugin-add-module-exports": "1.0.0",
|
||||
"moment": "^2.13.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
"peerDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^1.6.0",
|
||||
"@typescript-eslint/parser": "^1.6.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-eslint": "10.0.1",
|
||||
"eslint": "5.16.0",
|
||||
"eslint-plugin-babel": "^5.3.0",
|
||||
"eslint-plugin-babel": "5.3.0",
|
||||
"eslint-plugin-ban": "1.2.0",
|
||||
"eslint-plugin-jsx-a11y": "6.2.1",
|
||||
"eslint-plugin-import": "2.17.3",
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
"kbn:watch": "yarn build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3"
|
||||
"@babel/cli": "7.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"@babel/parser": "^7.3.4",
|
||||
"@babel/traverse": "^7.3.4",
|
||||
"@babel/parser": "7.4.5",
|
||||
"@babel/traverse": "7.3.4",
|
||||
"lodash": "^4.17.11"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,7 +36,8 @@ module.exports = () => {
|
|||
// for just the polyfills that the target versions don't already supply
|
||||
// on their own
|
||||
useBuiltIns: 'entry',
|
||||
modules: 'cjs'
|
||||
modules: 'cjs',
|
||||
corejs: 2,
|
||||
},
|
||||
],
|
||||
require('./common_preset'),
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
"version": "1.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
||||
"@babel/preset-react":"^7.0.0",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"@babel/plugin-proposal-class-properties": "7.4.4",
|
||||
"@babel/preset-react":"7.0.0",
|
||||
"@babel/preset-env": "7.4.5",
|
||||
"@babel/preset-typescript": "7.3.3",
|
||||
"@kbn/elastic-idx": "1.0.0",
|
||||
"babel-plugin-add-module-exports": "^1.0.0",
|
||||
"babel-plugin-transform-define": "^1.3.1",
|
||||
"babel-plugin-typescript-strip-namespaces": "^1.1.1"
|
||||
"babel-plugin-add-module-exports": "1.0.0",
|
||||
"babel-plugin-transform-define": "1.3.1",
|
||||
"babel-plugin-typescript-strip-namespaces": "1.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,8 @@ module.exports = () => {
|
|||
],
|
||||
},
|
||||
useBuiltIns: 'entry',
|
||||
modules: 'cjs'
|
||||
modules: 'cjs',
|
||||
corejs: 2,
|
||||
},
|
||||
],
|
||||
require('./common_preset'),
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"tslib": "^1.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/cli": "7.2.3",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"@kbn/expect": "1.0.0",
|
||||
"chance": "1.0.6"
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.4.0",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-transform-async-to-generator": "7.4.0",
|
||||
"jest": "^24.1.0",
|
||||
"typescript": "^3.3.3333"
|
||||
},
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
"@kbn/i18n": "1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"@babel/cli": "7.4.4",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-proposal-class-properties": "7.3.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
|
||||
"@babel/preset-env": "7.4.5",
|
||||
"@babel/preset-typescript": "7.3.3",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"@kbn/dev-utils": "1.0.0",
|
||||
"@kbn/expect": "1.0.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"peerDependencies": {
|
||||
"eslint": "5.16.0",
|
||||
"babel-eslint": "^10.0.1"
|
||||
"babel-eslint": "10.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"micromatch": "3.1.10",
|
||||
|
|
|
@ -12,13 +12,13 @@
|
|||
"kbn:watch": "node scripts/build --watch --source-maps"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"@babel/cli": "7.4.4",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-proposal-class-properties": "7.3.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
|
||||
"@babel/preset-env": "7.3.4",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/preset-typescript": "7.3.3",
|
||||
"@kbn/dev-utils": "1.0.0",
|
||||
"@types/intl-relativeformat": "^2.1.0",
|
||||
"@types/react-intl": "^2.3.15",
|
||||
|
|
|
@ -9,20 +9,20 @@
|
|||
"kbn:watch": "node scripts/build --dev --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.3.4",
|
||||
"@babel/runtime": "7.4.5",
|
||||
"@kbn/i18n": "1.0.0",
|
||||
"lodash": "npm:@elastic/lodash@3.10.1-kibana1",
|
||||
"lodash.clone": "^4.5.0",
|
||||
"uuid": "3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "7.3.4",
|
||||
"@babel/plugin-transform-runtime": "^7.3.4",
|
||||
"@babel/polyfill": "7.2.5",
|
||||
"@babel/cli": "7.2.3",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-transform-runtime": "7.4.4",
|
||||
"@babel/polyfill": "7.4.4",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"@kbn/dev-utils": "1.0.0",
|
||||
"babel-loader": "8.0.5",
|
||||
"babel-loader": "8.0.6",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"css-loader": "1.0.0",
|
||||
"del": "^3.0.0",
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
"prettier": "prettier --write './src/**/*.ts'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-proposal-class-properties": "7.4.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
|
||||
"@babel/preset-env": "7.4.5",
|
||||
"@babel/preset-typescript": "7.3.3",
|
||||
"@types/cmd-shim": "^2.0.0",
|
||||
"@types/cpy": "^5.1.0",
|
||||
"@types/dedent": "^0.7.0",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"@types/tempy": "^0.1.0",
|
||||
"@types/wrap-ansi": "^2.0.14",
|
||||
"@types/write-pkg": "^3.1.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-loader": "8.0.5",
|
||||
"chalk": "^2.4.1",
|
||||
"cmd-shim": "^2.0.2",
|
||||
"cpy": "^7.0.1",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"kbn:watch": "yarn build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/cli": "7.2.3",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"@kbn/dev-utils": "1.0.0"
|
||||
},
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
"enzyme-adapter-react-16": "^1.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/core": "7.3.4",
|
||||
"@babel/polyfill": "7.2.5",
|
||||
"@elastic/eui": "0.0.23",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"autoprefixer": "6.5.4",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-loader": "8.0.6",
|
||||
"brace": "0.10.0",
|
||||
"chalk": "^2.4.1",
|
||||
"chokidar": "1.6.0",
|
||||
|
|
|
@ -102,10 +102,10 @@
|
|||
"ansicolors": "0.3.2",
|
||||
"axios": "^0.18.0",
|
||||
"babel-jest": "^24.1.0",
|
||||
"babel-plugin-inline-react-svg": "^1.0.1",
|
||||
"babel-plugin-mock-imports": "^1.0.1",
|
||||
"babel-plugin-require-context-hook": "npm:babel-plugin-require-context-hook-babel7@^1.0.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
||||
"babel-plugin-inline-react-svg": "1.1.0",
|
||||
"babel-plugin-mock-imports": "1.0.1",
|
||||
"babel-plugin-require-context-hook": "npm:babel-plugin-require-context-hook-babel7@1.0.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
||||
"chalk": "^2.4.1",
|
||||
"chance": "1.0.10",
|
||||
"checksum": "0.1.1",
|
||||
|
@ -163,10 +163,10 @@
|
|||
"yargs": "4.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@babel/runtime": "^7.3.4",
|
||||
"@babel/core": "7.3.4",
|
||||
"@babel/polyfill": "7.2.5",
|
||||
"@babel/register": "7.0.0",
|
||||
"@babel/runtime": "7.4.5",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "10.4.1",
|
||||
"@elastic/javascript-typescript-langserver": "^0.1.24",
|
||||
|
@ -210,7 +210,7 @@
|
|||
"constate-latest": "npm:constate@^1.0.0",
|
||||
"content-disposition": "0.5.3",
|
||||
"copy-to-clipboard": "^3.0.8",
|
||||
"core-js": "2.5.3",
|
||||
"core-js": "2.6.9",
|
||||
"cronstrue": "^1.51.0",
|
||||
"d3": "3.5.6",
|
||||
"d3-scale": "1.0.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue