chore: copy canvas dependencies

This commit is contained in:
joe fleming 2018-09-04 13:27:28 -07:00
parent 055081ffdf
commit c05935e5c0
2 changed files with 38 additions and 0 deletions

View file

@ -61,6 +61,8 @@ export const LICENSE_WHITELIST = [
];
export const LICENSE_OVERRIDES = {
'react-lib-adler32@1.0.1': ['BSD'], // adler32 extracted from react source
// TODO can be removed once we upgrade past elasticsearch-browser@14.0.0
'elasticsearch-browser@13.0.1': ['Apache-2.0'],

View file

@ -65,6 +65,7 @@
"run-sequence": "^2.2.1",
"simple-git": "1.37.0",
"sinon": "^5.0.7",
"squel": "^5.12.2",
"supertest": "^3.1.0",
"supertest-as-promised": "^4.0.2",
"tmp": "0.0.31",
@ -76,6 +77,7 @@
"yargs": "4.7.1"
},
"dependencies": {
"@elastic/datemath": "^4.0.2",
"@elastic/eui": "3.11.0",
"@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4",
@ -84,47 +86,67 @@
"@kbn/i18n": "link:../packages/kbn-i18n",
"@kbn/ui-framework": "link:../packages/kbn-ui-framework",
"@samverschueren/stream-to-observable": "^0.3.0",
"@scant/router": "^0.1.0",
"@slack/client": "^4.2.2",
"@types/moment-timezone": "^0.5.8",
"angular-paging": "2.2.1",
"angular-resource": "1.4.9",
"angular-sanitize": "1.4.9",
"angular-ui-ace": "0.2.3",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"base64-js": "^1.2.1",
"bluebird": "3.1.1",
"boom": "3.1.1",
"brace": "0.11.1",
"chroma-js": "^1.3.6",
"classnames": "2.2.5",
"concat-stream": "1.5.1",
"copy-to-clipboard": "^3.0.8",
"d3": "3.5.6",
"d3-scale": "1.0.6",
"dedent": "^0.7.0",
"dragselect": "1.7.17",
"elasticsearch": "^14.1.0",
"extract-zip": "1.5.0",
"file-saver": "^1.3.8",
"font-awesome": "4.4.0",
"get-port": "2.1.0",
"getos": "^3.1.0",
"glob": "6.0.4",
"handlebars": "^4.0.10",
"hapi-auth-cookie": "6.1.1",
"history": "4.7.2",
"humps": "2.0.1",
"icalendar": "0.7.1",
"inline-style": "^2.0.0",
"isomorphic-fetch": "2.2.1",
"joi": "6.10.1",
"jquery": "^3.3.1",
"jstimezonedetect": "1.0.5",
"lodash": "3.10.1",
"lodash.clone": "^4.5.0",
"lodash.keyby": "^4.6.0",
"lodash.lowercase": "^4.3.0",
"lodash.mean": "^4.1.0",
"lodash.omitby": "^4.6.0",
"lodash.orderby": "4.6.0",
"lodash.pickby": "^4.6.0",
"lodash.topath": "^4.5.2",
"lodash.uniqby": "^4.7.0",
"lz-string": "^1.4.4",
"markdown-it": "^8.4.1",
"mime": "^2.2.2",
"mkdirp": "0.5.1",
"moment": "^2.20.1",
"moment-duration-format": "^1.3.0",
"moment-timezone": "^0.5.14",
"ngreact": "^0.5.1",
"nodemailer": "^4.6.4",
"object-path-immutable": "^0.5.3",
"papaparse": "^4.6.0",
"pdfmake": "0.1.33",
"pivotal-ui": "13.0.1",
"pluralize": "3.1.0",
@ -133,9 +155,13 @@
"prop-types": "^15.6.0",
"puid": "1.0.5",
"puppeteer-core": "^1.7.0",
"raw-loader": "0.5.1",
"react": "^16.3.0",
"react-beautiful-dnd": "^8.0.7",
"react-clipboard.js": "^1.1.2",
"react-datetime": "^2.14.0",
"react-dom": "^16.3.0",
"react-dropzone": "^4.2.9",
"react-markdown-renderer": "^1.4.0",
"react-portal": "^3.2.0",
"react-redux": "^5.0.7",
@ -143,21 +169,31 @@
"react-router-breadcrumbs-hoc": "1.1.2",
"react-router-dom": "^4.2.2",
"react-select": "^1.2.1",
"react-shortcuts": "^2.0.0",
"react-sticky": "^6.0.1",
"react-syntax-highlighter": "^5.7.0",
"react-vis": "^1.8.1",
"recompose": "^0.26.0",
"reduce-reducers": "^0.1.2",
"redux": "4.0.0",
"redux-actions": "2.2.1",
"redux-thunk": "2.3.0",
"redux-thunks": "^1.0.0",
"request": "^2.85.0",
"reselect": "3.0.1",
"rimraf": "^2.6.2",
"rison-node": "0.3.1",
"rxjs": "^6.2.1",
"scriptjs": "^2.5.8",
"semver": "5.1.0",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"stream-stream": "^1.2.6",
"style-it": "^1.6.12",
"styled-components": "3.3.3",
"tar-fs": "1.13.0",
"tinycolor2": "1.3.0",
"tinymath": "^0.5.0",
"tslib": "^1.9.3",
"ui-select": "0.19.4",
"unbzip2-stream": "1.0.9",