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

* chore: update monaco-editor-webpack-plugin

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
2021-08-02 15:20:42 +02:00

25 lines
564 B
JSON

{
"name": "@nebula.js/ui",
"private": true,
"version": "1.4.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
"keywords": [],
"scripts": {},
"peerDependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}