Skip to content

Commit c546d9e

Browse files
committed
Updated : All Project Dependencies
Updated : Code Structure outes.jsx Removed : Redux Setup & Unused Dependency
1 parent 211b6a4 commit c546d9e

File tree

111 files changed

+48744
-13796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+48744
-13796
lines changed

.vscode/settings.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"editor.defaultFormatter": "esbenp.prettier-vscode",
3-
"editor.formatOnSave": true,
4-
"prettier.printWidth": 100,
5-
"prettier.singleQuote": true
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.formatOnSave": true,
4+
"prettier.printWidth": 100,
5+
"prettier.singleQuote": true,
6+
"prettier.trailingComma": "none"
67
}

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@
138138
</tr>
139139
</table>
140140

141+
# Version 3.1.0 - 02-03-2023
142+
143+
- Updated : All Project Dependencies
144+
- Updated : Code Structure `routes.jsx`
145+
- Removed : Redux Setup & Unused Dependency
146+
141147
<h2>Version 3 changes</h2>
142148

143149
- Added Material UI – Styled api (v5)

jsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"baseUrl": "src"
4-
}
2+
"compilerOptions": { "baseUrl": "src" }
53
}

0 commit comments

Comments
 (0)