Skip to content

Commit 2c284c1

Browse files
ct-kaushalct-dixitphoenixcoded20
authored
full version update (#157)
* full version update * footer link change (#158) Co-authored-by: kaushal gorasiya <kaushal.gorasiya@phoenixcoded.co> * review change done * update readme file and one bug fix --------- Co-authored-by: Dikshit Moradiya <106728438+ct-dixit@users.noreply.github.com> Co-authored-by: Dikshit Moradiya <phoenixcoded20@outlook.com>
1 parent 1ba1997 commit 2c284c1

File tree

19 files changed

+808
-869
lines changed

19 files changed

+808
-869
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Berry offers everything you need to create dashboards. We have included the foll
8787
## Technology Stack
8888

8989
- [Material UI V7](https://material-ui.com/)
90-
- [React 19](https://react.dev/)
90+
- [React 19.2](https://react.dev/)
9191
- Built with React Hooks API
9292
- Redux & React Context API for State Management
9393
- React Router for Navigation Routing
@@ -122,7 +122,7 @@ Berry offers everything you need to create dashboards. We have included the foll
122122

123123
| Dashboard | FREE | PRO |
124124
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
125-
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Mantis%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://mantisdashboard.com/free/) | [**Pro**](https://mui.com/store/items/mantis-react-admin-dashboard-template/)</span> |
125+
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Mantis%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://mantisdashboard.com/free/) | [**Pro**](https://mui.com/store/items/mantis-react-admin-dashboard-template/)</span> |
126126
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Datta%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/datta-able-react-free-admin-template/) | [**Pro**](https://codedthemes.com/item/datta-able-react-admin-template/)</span> |
127127
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Gradient%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/gradient-able-reactjs-free-admin-template/) | [**Pro**](https://codedthemes.com/item/gradient-able-reactjs-admin-dashboard/)</span> |
128128

vite/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VITE_APP_VERSION=v5.0.0
1+
VITE_APP_VERSION=v5.1.0
22
GENERATE_SOURCEMAP=false
33

44
## PUBLIC URL

vite/.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"singleQuote": true,
55
"trailingComma": "none",
66
"tabWidth": 2,
7-
"useTabs": false
7+
"useTabs": false,
8+
"endOfLine": "lf"
89
}

vite/eslint.config.mjs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,7 @@ export default [
7979
}
8080
],
8181

82-
'prettier/prettier': [
83-
'warn',
84-
{
85-
bracketSpacing: true,
86-
printWidth: 140,
87-
singleQuote: true,
88-
trailingComma: 'none',
89-
tabWidth: 2,
90-
useTabs: false
91-
}
92-
]
82+
'prettier/prettier': 'warn',
9383
}
9484
},
9585
{

vite/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"name": "berry-material-react-js",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "11.14.0",
77
"@emotion/styled": "11.14.1",
88
"@fontsource/inter": "5.2.8",
99
"@fontsource/poppins": "5.2.7",
10-
"@fontsource/roboto": "5.2.8",
11-
"@mui/icons-material": "7.3.4",
12-
"@mui/material": "7.3.4",
10+
"@fontsource/roboto": "5.2.9",
11+
"@mui/icons-material": "7.3.5",
12+
"@mui/material": "7.3.5",
1313
"@tabler/icons-react": "3.35.0",
14-
"@vitejs/plugin-react": "5.0.4",
15-
"apexcharts": "5.3.5",
16-
"framer-motion": "12.23.22",
14+
"@vitejs/plugin-react": "5.1.1",
15+
"apexcharts": "5.3.6",
16+
"framer-motion": "12.23.25",
1717
"lodash-es": "4.17.21",
1818
"material-ui-popup-state": "5.3.6",
1919
"react": "19.2.0",
20-
"react-apexcharts": "1.7.0",
20+
"react-apexcharts": "1.9.0",
2121
"react-device-detect": "2.2.3",
2222
"react-dom": "19.2.0",
23-
"react-router": "7.9.3",
24-
"react-router-dom": "7.9.3",
23+
"react-router": "7.9.6",
24+
"react-router-dom": "7.9.6",
2525
"simplebar-react": "3.3.2",
2626
"slick-carousel": "1.8.1",
27-
"swr": "2.3.6",
28-
"vite": "7.1.9",
27+
"swr": "2.3.7",
28+
"vite": "7.2.6",
2929
"vite-jsconfig-paths": "2.0.1",
3030
"web-vitals": "5.1.0",
3131
"yup": "1.7.1"
@@ -57,18 +57,18 @@
5757
]
5858
},
5959
"devDependencies": {
60-
"@eslint/compat": "1.4.0",
61-
"@eslint/eslintrc": "3.3.1",
62-
"@eslint/js": "9.37.0",
63-
"eslint": "9.37.0",
60+
"@eslint/compat": "2.0.0",
61+
"@eslint/eslintrc": "3.3.3",
62+
"@eslint/js": "9.39.1",
63+
"eslint": "9.39.1",
6464
"eslint-config-prettier": "10.1.8",
6565
"eslint-plugin-jsx-a11y": "6.10.2",
6666
"eslint-plugin-prettier": "5.5.4",
6767
"eslint-plugin-react": "7.37.5",
68-
"eslint-plugin-react-hooks": "6.1.1",
69-
"prettier": "3.6.2",
68+
"eslint-plugin-react-hooks": "7.0.1",
69+
"prettier": "3.7.3",
7070
"prettier-eslint-cli": "8.0.1",
71-
"sass": "1.93.2"
71+
"sass": "1.94.2"
7272
},
7373
"packageManager": "yarn@4.10.3"
74-
}
74+
}

vite/src/assets/scss/_themes-vars.module.scss

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)