Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
87b3088
added the vite.config and renmaed the file to .jsx
anuj452005 Jul 1, 2025
944e438
removed the rollup.config.js
anuj452005 Jul 1, 2025
4df3734
migrated from the material-ui to mui
anuj452005 Jul 13, 2025
a275c42
Update dependencies to MUI v7.2.0 and refactor HomePageContainer comp…
anuj452005 Aug 1, 2025
aa0ed10
removed the redandunt deependencies
anuj452005 Aug 11, 2025
4ab5c69
chore: update mui
delcroip Aug 13, 2025
3bff1c9
fix(build): correct file extension
anuj452005 Aug 18, 2025
1081cda
updated vite.config
anuj452005 Aug 28, 2025
271a00f
chore: updatel lock
delcroip Jan 24, 2026
8317704
feat: upgrade react-intl peer dependency to v7.1.11
delcroip Jan 25, 2026
cd1b876
chore:align packages scripts
delcroip Jan 28, 2026
cf0abef
refactor(HomePageContainer): update Grid components to use size prop
delcroip Jan 30, 2026
aac43cd
feat(config): add jsxImportSource for @emotion/react
delcroip Jan 30, 2026
106f1d0
fix: theme optional chaining
olewandowski1 Feb 4, 2026
361d4ed
fix: add package-lock json to the gitignore
olewandowski1 Feb 5, 2026
06d2f44
refactor: move MUI and Emotion to peerDependencies
olewandowski1 Feb 6, 2026
12d1694
refactor: synchronize dependencies with host and move to peerDependen…
olewandowski1 Feb 6, 2026
8246dad
refactor: synchronize Redux versions with host shell
olewandowski1 Feb 6, 2026
7e036bb
Externalize MUI/Emotion in build
olewandowski1 Feb 6, 2026
30d46e8
fix: use regex for MUI/Emotion in rollupOptions.external
olewandowski1 Feb 12, 2026
b8c36ac
Merge branch 'develop' into feature/vite-migration
olewandowski1 Feb 12, 2026
d3abe37
fix: remove duplicated peer deps
olewandowski1 Feb 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock

package-lock.json
Loading
Loading