Skip to content

Commit

Permalink
Merge pull request #193 from chain4travel/suite
Browse files Browse the repository at this point in the history
Suite
  • Loading branch information
aeddaqqa authored Mar 6, 2024
2 parents 487149e + d4b0d27 commit ca6c63b
Show file tree
Hide file tree
Showing 207 changed files with 16,540 additions and 8,468 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
}
}
Binary file added bun.lockb
Binary file not shown.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@emotion/styled": "^11.10.5",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "5.10.14",
"@mui/material": "5.10.14",
"@mui/system": "5.10.14",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/system": "^5.15.11",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.4",
Expand All @@ -50,6 +50,7 @@
"axios": "^1.1.3",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"cypress": "12.5.1",
"cypress-file-upload": "^4.0.7",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.34.0",
Expand All @@ -72,17 +73,17 @@
"react-router-dom": "^6.8.1",
"react-scripts": "5.0.1",
"style-loader": "^3.3.0",
"typescript": "^4.5.2",
"typescript": "^5.3.3",
"web-vitals": "^2.1.0",
"webpack": "^5.57.1",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0",
"yup": "^0.32.11",
"cypress": "12.5.1"
"yup": "^0.32.11"
},
"dependencies": {
"react": "^18.2.0",
"react-circle-flags": "^0.0.18",
"react-dom": "^18.2.0"
}
}
2 changes: 1 addition & 1 deletion public/assets/LogoDark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/LogoLight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ca6c63b

Please sign in to comment.