-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/upload input v3 #200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
06cbcb4
f9ff351
f948cfa
79ff728
c9cd278
90f945e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "openstack-uicore-foundation", | ||
| "version": "4.2.24", | ||
| "version": "4.2.25-beta.2", | ||
| "description": "ui reactjs components for openstack marketing site", | ||
| "main": "lib/openstack-uicore-foundation.js", | ||
| "scripts": { | ||
|
|
@@ -22,6 +22,7 @@ | |
| "@babel/runtime": "^7.20.7", | ||
| "@emotion/react": "^11.11.4", | ||
| "@emotion/styled": "^11.11.5", | ||
| "@mui/icons-material": "^7.3.9", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result:
Citations:
Fix The devDependency specifies Proposed fix- "@mui/icons-material": "^7.3.9",
+ "@mui/icons-material": "^5.15.20",Also applies to: 109-109 🤖 Prompt for AI Agents |
||
| "@mui/material": "^5.15.20", | ||
| "@react-pdf/renderer": "^3.1.11", | ||
| "awesome-bootstrap-checkbox": "^1.0.1", | ||
|
|
@@ -105,6 +106,7 @@ | |
| "peerDependencies": { | ||
| "@emotion/react": "^11.11.4", | ||
| "@emotion/styled": "^11.11.5", | ||
| "@mui/icons-material": "^5.15.20", | ||
| "@mui/material": "^5.15.20", | ||
santipalenque marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "@react-pdf/renderer": "^3.1.11", | ||
| "awesome-bootstrap-checkbox": "^1.0.1", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.