Files
nebula.js/packages/ui/package.json
renovate[bot] 83443caa7b chore(deps): update minor and patch (#405)
* chore(deps): update minor and patch

* chore: update monaco-editor-webpack-plugin

* chore: update picasso example test

* chore(test): disable test

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
2020-10-02 14:57:53 +02:00

25 lines
566 B
JSON

{
"name": "@nebula.js/ui",
"private": true,
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
"keywords": [],
"scripts": {},
"peerDependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}
}