mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
* 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>
25 lines
566 B
JSON
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"
|
|
}
|
|
}
|