Files
nebula.js/packages/ui/package.json
renovate[bot] cd22432c37 fix(deps): update minor and patch (#1649)
* fix(deps): update minor and patch

* chore: fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2024-12-19 10:00:41 +01:00

27 lines
627 B
JSON

{
"name": "@nebula.js/ui",
"private": true,
"version": "5.8.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
"keywords": [],
"scripts": {},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}