Skip to content

Commit

Permalink
Adde @mui/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 3, 2024
1 parent f4499eb commit 4a18c2c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"dependencies": {},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@iobroker/adapter-react-v5": "^7.1.4",
"@iobroker/json-config": "^7.1.5",
"@mui/material": "6.1.1",
"@mui/icons-material": "^6.1.1",
"@iobroker/adapter-react-v5": "^7.2.1",
"@iobroker/json-config": "^7.2.0",
"@mui/material": "^6.1.2",
"@mui/utils": "^6.1.2",
"@mui/icons-material": "^6.1.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-ace": "^12.0.0",
Expand All @@ -24,7 +25,7 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@craco/craco": "^7.1.0",
"craco-esbuild": "^0.6.1",
Expand All @@ -43,4 +44,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 4a18c2c

Please sign in to comment.