Skip to content

Commit

Permalink
update packages and some setting files
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed May 20, 2024
1 parent d27458c commit 93dde5c
Show file tree
Hide file tree
Showing 4 changed files with 1,564 additions and 2,184 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_BASE_URL=
VITE_API_BASE_URL=
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
pnpm-lock.yaml
61 changes: 31 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,42 @@
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/inter": "^4.5.14",
"@fontsource/noto-sans-symbols-2": "^4.5.11",
"@mui/material": "^5.10.16",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/inter": "^5.0.18",
"@fontsource/noto-sans-symbols-2": "^5.0.20",
"@mui/material": "^5.15.18",
"@mui/styled-engine-sc": "^5.10.16",
"@types/howler": "^2.2.7",
"@types/react-helmet": "^6.1.6",
"apexcharts": "^3.36.3",
"axios": "^1.2.0",
"focus-trap-react": "^10.0.2",
"howler": "^2.2.3",
"@types/howler": "^2.2.11",
"@types/react-helmet": "^6.1.11",
"apexcharts": "^3.49.1",
"axios": "^1.7.1",
"detect-browser": "^5.3.0",
"focus-trap-react": "^10.2.3",
"howler": "^2.2.4",
"random-js": "^2.1.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.7.1",
"react-qr-code": "^2.0.8",
"react-router-dom": "^6.4.4",
"react-terminal": "^1.3.0",
"react-use": "^17.4.0",
"sass": "^1.56.1",
"styled-components": "^5.3.6",
"zustand": "^4.1.4"
"react-icons": "^5.2.1",
"react-qr-code": "^2.0.13",
"react-router-dom": "^6.23.1",
"react-terminal": "^1.4.4",
"react-use": "^17.5.0",
"sass": "^1.77.2",
"styled-components": "^6.1.11",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"axios-logger": "^2.6.1",
"axios-mock-adapter": "^1.21.2",
"prettier": "^2.8.8",
"typescript": "^4.6.4",
"vite": "^3.2.3"
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"axios-logger": "^2.8.0",
"axios-mock-adapter": "^1.22.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}
Loading

0 comments on commit 93dde5c

Please sign in to comment.