mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
chore(deps): update minor and patch (#190)
This commit is contained in:
committed by
Miralem Drek
parent
759d191992
commit
feaea908ce
@@ -23,7 +23,7 @@ jobs:
|
||||
- image: circleci/node:10.13.0
|
||||
- image: qlikcore/engine:12.515.0
|
||||
command: -S AcceptEULA=yes
|
||||
- image: browserless/chrome:1.20.0-puppeteer-1.20.0
|
||||
- image: browserless/chrome:1.21.0-puppeteer-1.20.0
|
||||
|
||||
working_directory: ~/project
|
||||
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
"dependencies": {
|
||||
"@nebula.js/nucleus": "0.1.0-alpha.25",
|
||||
"@nebula.js/sn-mekko-chart": "1.0.0",
|
||||
"enigma.js": "2.6.1"
|
||||
"enigma.js": "2.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.2",
|
||||
"@babel/core": "7.7.4",
|
||||
"parcel-bundler": "^1.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,16 +25,16 @@
|
||||
"spec": "scriptappy-from-jsdoc -c ./spec/spec.conf.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@material-ui/core": "4.6.1",
|
||||
"@material-ui/core": "4.7.1",
|
||||
"@material-ui/icons": "4.5.1",
|
||||
"@material-ui/styles": "4.6.0",
|
||||
"@material-ui/styles": "4.7.1",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material-ui/core": "4.6.1",
|
||||
"@material-ui/core": "4.7.1",
|
||||
"@material-ui/icons": "4.5.1",
|
||||
"@material-ui/styles": "4.6.0",
|
||||
"@material-ui/styles": "4.7.1",
|
||||
"@nebula.js/locale": "0.1.0-alpha.25",
|
||||
"@nebula.js/supernova": "0.1.0-alpha.25",
|
||||
"@nebula.js/theme": "0.1.0-alpha.25",
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.7.0",
|
||||
"@babel/core": "7.7.2",
|
||||
"@babel/preset-env": "7.7.1",
|
||||
"@babel/cli": "7.7.4",
|
||||
"@babel/core": "7.7.4",
|
||||
"@babel/preset-env": "7.7.4",
|
||||
"chalk": "3.0.0",
|
||||
"extend": "3.0.2",
|
||||
"rollup": "1.27.2",
|
||||
"rollup": "1.27.8",
|
||||
"rollup-plugin-babel": "4.3.3",
|
||||
"rollup-plugin-commonjs": "10.1.0",
|
||||
"rollup-plugin-node-resolve": "5.2.0",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "3.0.0",
|
||||
"ejs": "2.7.4",
|
||||
"ejs": "3.0.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"inquirer": "7.0.0"
|
||||
}
|
||||
|
||||
@@ -27,14 +27,14 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.7.0",
|
||||
"@babel/core": "7.7.2",
|
||||
"@babel/preset-env": "7.7.1",
|
||||
"@babel/cli": "7.7.4",
|
||||
"@babel/core": "7.7.4",
|
||||
"@babel/preset-env": "7.7.4",
|
||||
"@nebula.js/supernova": "0.1.0-alpha.25",
|
||||
"@nebula.js/theme": "0.1.0-alpha.25",
|
||||
"chalk": "3.0.0",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"rollup": "1.27.2",
|
||||
"rollup": "1.27.8",
|
||||
"rollup-plugin-babel": "4.3.3",
|
||||
"rollup-plugin-commonjs": "10.1.0",
|
||||
"rollup-plugin-node-resolve": "5.2.0",
|
||||
|
||||
@@ -44,16 +44,16 @@
|
||||
"yargs": "15.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.2",
|
||||
"@babel/preset-env": "7.7.1",
|
||||
"@babel/preset-react": "7.7.0",
|
||||
"@material-ui/core": "4.6.1",
|
||||
"@babel/core": "7.7.4",
|
||||
"@babel/preset-env": "7.7.4",
|
||||
"@babel/preset-react": "7.7.4",
|
||||
"@material-ui/core": "4.7.1",
|
||||
"@nebula.js/nucleus": "0.1.0-alpha.25",
|
||||
"@nebula.js/ui": "0.1.0-alpha.25",
|
||||
"autosuggest-highlight": "3.1.1",
|
||||
"babel-loader": "8.0.6",
|
||||
"d3-require": "1.2.4",
|
||||
"enigma.js": "2.6.1",
|
||||
"enigma.js": "2.6.3",
|
||||
"monaco-editor": "0.18.1",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0",
|
||||
|
||||
33
package.json
33
package.json
@@ -31,37 +31,37 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@after-work.js/aw": "6.0.10",
|
||||
"@babel/cli": "7.7.0",
|
||||
"@babel/core": "7.7.2",
|
||||
"@babel/plugin-transform-react-jsx": "7.7.0",
|
||||
"@babel/preset-env": "7.7.1",
|
||||
"@babel/preset-react": "7.7.0",
|
||||
"@babel/cli": "7.7.4",
|
||||
"@babel/core": "7.7.4",
|
||||
"@babel/plugin-transform-react-jsx": "7.7.4",
|
||||
"@babel/preset-env": "7.7.4",
|
||||
"@babel/preset-react": "7.7.4",
|
||||
"@commitlint/cli": "8.2.0",
|
||||
"@commitlint/config-conventional": "8.2.0",
|
||||
"@storybook/addon-docs": "5.2.6",
|
||||
"@storybook/addon-knobs": "5.2.6",
|
||||
"@storybook/react": "5.2.6",
|
||||
"@storybook/addon-docs": "5.2.8",
|
||||
"@storybook/addon-knobs": "5.2.8",
|
||||
"@storybook/react": "5.2.8",
|
||||
"babel-loader": "8.0.6",
|
||||
"babel-plugin-istanbul": "5.2.0",
|
||||
"cross-env": "6.0.3",
|
||||
"enigma.js": "2.6.1",
|
||||
"eslint": "6.6.0",
|
||||
"enigma.js": "2.6.3",
|
||||
"eslint": "6.7.2",
|
||||
"eslint-config-airbnb": "18.0.1",
|
||||
"eslint-config-prettier": "6.7.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "6.2.3",
|
||||
"eslint-plugin-mocha": "6.2.1",
|
||||
"eslint-plugin-mocha": "6.2.2",
|
||||
"eslint-plugin-prettier": "3.1.1",
|
||||
"eslint-plugin-react": "7.16.0",
|
||||
"eslint-plugin-react": "7.17.0",
|
||||
"husky": "3.1.0",
|
||||
"lerna": "3.18.5",
|
||||
"lint-staged": "9.4.3",
|
||||
"lerna": "3.19.0",
|
||||
"lint-staged": "9.5.0",
|
||||
"mocha-junit-reporter": "^1.23.1",
|
||||
"picasso-plugin-q": "0.29.0",
|
||||
"picasso.js": "0.29.0",
|
||||
"prettier": "1.19.1",
|
||||
"qix-faker": "^0.3.0",
|
||||
"rollup": "1.27.2",
|
||||
"rollup": "1.27.8",
|
||||
"rollup-plugin-babel": "4.3.3",
|
||||
"rollup-plugin-commonjs": "10.1.0",
|
||||
"rollup-plugin-dependency-flow": "0.3.0",
|
||||
@@ -75,7 +75,8 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"**/react": "16.12.0",
|
||||
"**/react-dom": "16.12.0"
|
||||
"**/react-dom": "16.12.0",
|
||||
"**/react-is": "16.12.0"
|
||||
},
|
||||
"workspaces": [
|
||||
"generated/*",
|
||||
|
||||
@@ -8,16 +8,16 @@
|
||||
"keywords": [],
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"@material-ui/core": "4.6.1",
|
||||
"@material-ui/core": "4.7.1",
|
||||
"@material-ui/icons": "4.5.1",
|
||||
"@material-ui/styles": "4.6.0",
|
||||
"@material-ui/styles": "4.7.1",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material-ui/core": "4.6.1",
|
||||
"@material-ui/core": "4.7.1",
|
||||
"@material-ui/icons": "4.5.1",
|
||||
"@material-ui/styles": "4.6.0",
|
||||
"@material-ui/styles": "4.7.1",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0"
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@ const config = isEsm => {
|
||||
'cloneElement',
|
||||
],
|
||||
'react-dom': ['createPortal', 'findDOMNode'],
|
||||
'react-is': ['ForwardRef'],
|
||||
'react-is': ['ForwardRef', 'isFragment'],
|
||||
'react-transition-group/node_modules/prop-types/index.js': propTypes,
|
||||
'prop-types/index.js': propTypes,
|
||||
'@material-ui/utils/node_modules/prop-types': propTypes,
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"rename-version": "docusaurus-rename-version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docusaurus": "1.14.0"
|
||||
"docusaurus": "1.14.3"
|
||||
}
|
||||
}
|
||||
|
||||
1595
website/yarn.lock
1595
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user