Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yooooomi committed Feb 28, 2024
1 parent 36f3dd4 commit 4d084f8
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 193 deletions.
10 changes: 5 additions & 5 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint src/ --ext .tsx,.ts"
},
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.11",
"@mui/material": "5.15.11",
Expand All @@ -25,18 +25,18 @@
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "9.1.0",
"react-router-dom": "6.22.1",
"react-router-dom": "6.22.2",
"react-scripts": "^5.0.1",
"recharts": "2.12.1",
"redux": "5.0.1",
"web-vitals": "3.5.2"
},
"devDependencies": {
"@your_spotify/dev": "*",
"@types/node": "20.11.20",
"@types/node": "20.11.22",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-date-range": "1.4.9",
"@types/react-dom": "18.2.19"
"@types/react-dom": "18.2.19",
"@your_spotify/dev": "*"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"mongodb": "6.3.0",
"mongoose": "8.2.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer": "^1.4.5-lts.1",
"uuid": "9.0.1",
"zod": "3.22.4"
},
"devDependencies": {
"@your_spotify/dev": "*",
"@types/axios": "^0.14.0",
"@types/cookie-parser": "1.4.6",
"@types/cors": "2.8.17",
"@types/jsonwebtoken": "9.0.6",
"@types/morgan": "1.9.9",
"@types/multer": "1.4.11",
"@types/node": "20.11.20",
"@types/uuid": "9.0.8"
"@types/node": "20.11.22",
"@types/uuid": "9.0.8",
"@your_spotify/dev": "*"
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"repository": "[email protected]:Yooooomi/your_spotify.git",
"author": "Timothee <[email protected]>",
"private": true,
"workspaces": ["apps/*"]
"workspaces": [
"apps/*"
]
}
Loading

0 comments on commit 4d084f8

Please sign in to comment.