Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jookzie/respotify-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jookzie committed Jun 23, 2024
2 parents ff946cd + 3ab8d4c commit 8e5285e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21-alpine as build
FROM node:22.3-alpine as build

WORKDIR /app

Expand Down
82 changes: 45 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.12",
"@mui/icons-material": "^5.15.19",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@react-keycloak/web": "^3.4.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"keycloak-js": "^24.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.22.3",
"sass": "^1.71.1"
"sass": "^1.77.4"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down

0 comments on commit 8e5285e

Please sign in to comment.