mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-29 11:00:07 -05:00
* 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>
27 lines
627 B
JSON
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"
|
|
}
|
|
}
|