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

* chore: set node to 18.15.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2023-05-03 19:09:54 +02:00

27 lines
633 B
JSON

{
"name": "@nebula.js/ui",
"private": true,
"version": "4.0.0-alpha.9",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
"keywords": [],
"scripts": {},
"peerDependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}