Skip to content

Commit bb8dc00

Browse files
committed
updated dependencies
1 parent 5066402 commit bb8dc00

File tree

4 files changed

+581
-986
lines changed

4 files changed

+581
-986
lines changed

apps/client/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,44 +14,44 @@
1414
"dependencies": {
1515
"@emotion/react": "^11.14.0",
1616
"@emotion/styled": "^11.14.1",
17-
"@mui/icons-material": "^7.3.5",
18-
"@mui/material": "^7.3.5",
19-
"@mui/system": "^7.3.5",
20-
"@mui/x-date-pickers": "^8.19.0",
21-
"@reduxjs/toolkit": "^2.10.1",
17+
"@mui/icons-material": "^7.3.6",
18+
"@mui/material": "^7.3.6",
19+
"@mui/system": "^7.3.6",
20+
"@mui/x-date-pickers": "^8.22.0",
21+
"@reduxjs/toolkit": "^2.11.1",
2222
"axios": "^1.13.2",
2323
"babel-plugin-react-compiler": "^1.0.0",
2424
"clsx": "^2.1.1",
2525
"date-fns": "^4.1.0",
26-
"react": "^19.2.0",
26+
"react": "^19.2.3",
2727
"react-copy-to-clipboard": "^5.1.0",
28-
"react-dom": "^19.2.0",
29-
"react-infinite-scroll-component": "^6.1.0",
28+
"react-dom": "^19.2.3",
29+
"react-infinite-scroll-component": "^6.1.1",
3030
"react-redux": "^9.2.0",
31-
"react-router-dom": "^7.9.6",
32-
"recharts": "^3.4.1",
31+
"react-router-dom": "^7.10.1",
32+
"recharts": "^3.5.1",
3333
"redux": "^5.0.1"
3434
},
3535
"devDependencies": {
3636
"@babel/preset-react": "^7.28.5",
3737
"@eslint/css": "^0.14.1",
38-
"@eslint/js": "^9.39.1",
38+
"@eslint/js": "^9.39.2",
3939
"@eslint/json": "^0.14.0",
40-
"@rsbuild/core": "^1.6.7",
40+
"@rsbuild/core": "^1.6.14",
4141
"@rsbuild/plugin-babel": "^1.0.6",
4242
"@rsbuild/plugin-react": "^1.4.2",
43-
"@types/node": "^24.10.1",
43+
"@types/node": "^25.0.2",
4444
"@types/react-copy-to-clipboard": "^5.0.7",
4545
"@types/react-date-range": "^1.4.10",
4646
"@types/react-dom": "^19.2.3",
4747
"@your_spotify/dev": "*",
48-
"eslint": "^9.39.1",
48+
"eslint": "^9.39.2",
4949
"eslint-plugin-react": "^7.37.5",
5050
"eslint-plugin-react-hooks": "^7.0.1",
5151
"eslint-plugin-react-no-manual-memo": "^1.0.4",
5252
"eslint-plugin-unused-imports": "^4.3.0",
5353
"globals": "^16.5.0",
54-
"typescript-eslint": "^8.47.0"
54+
"typescript-eslint": "^8.49.0"
5555
},
5656
"browserslist": {
5757
"production": [

apps/dev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"version": "0.0.1",
44
"private": true,
55
"dependencies": {
6-
"@typescript-eslint/eslint-plugin": "^8.47.0",
7-
"@typescript-eslint/parser": "^8.47.0",
6+
"@typescript-eslint/eslint-plugin": "^8.49.0",
7+
"@typescript-eslint/parser": "^8.49.0",
88
"@vercel/ncc": "^0.38.4",
99
"concurrently": "^9.2.1",
10-
"eslint": "^9.39.1",
10+
"eslint": "^9.39.2",
1111
"eslint-config-prettier": "^10.1.8",
1212
"eslint-import-resolver-typescript": "^4.4.4",
1313
"eslint-plugin-import": "^2.32.0",
1414
"eslint-plugin-jsx-a11y": "^6.10.2",
1515
"eslint-plugin-prettier": "^5.5.4",
1616
"eslint-plugin-react": "^7.37.5",
1717
"eslint-plugin-react-hooks": "^7.0.1",
18-
"prettier": "^3.6.2",
18+
"prettier": "^3.7.4",
1919
"ts-node": "^10.9.2",
2020
"typescript": "^5.9.3"
2121
}

apps/server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@
1616
"axios": "^1.13.2",
1717
"cookie-parser": "^1.4.5",
1818
"cors": "^2.8.5",
19-
"express": "^5.1.0",
19+
"express": "^5.2.1",
2020
"express-basic-auth": "^1.2.1",
21-
"jsonwebtoken": "^9.0.2",
21+
"jsonwebtoken": "^9.0.3",
2222
"migrate": "^2.1.0",
2323
"mongodb": "^7.0.0",
24-
"mongoose": "^8.20.1",
24+
"mongoose": "^9.0.1",
2525
"morgan": "^1.10.1",
2626
"multer": "^2.0.2",
2727
"prom-client": "^15.1.3",
2828
"uuid": "^13.0.0",
29-
"zod": "^4.1.12"
29+
"zod": "^4.1.13"
3030
},
3131
"devDependencies": {
3232
"@types/axios": "^0.14.0",
3333
"@types/cookie-parser": "^1.4.10",
3434
"@types/cors": "^2.8.19",
35-
"@types/express": "^5.0.5",
35+
"@types/express": "^5.0.6",
3636
"@types/jsonwebtoken": "^9.0.10",
3737
"@types/morgan": "^1.9.10",
3838
"@types/multer": "^2.0.0",
39-
"@types/node": "^24.10.1",
39+
"@types/node": "^25.0.2",
4040
"@types/uuid": "^11.0.0",
4141
"@your_spotify/dev": "*"
4242
}

0 commit comments

Comments
 (0)