Skip to content

Commit 04b8b0b

Browse files
Updated dependencies to latest versions
And replaced node-sass with sass. Fixes: #122
1 parent 72c0666 commit 04b8b0b

3 files changed

Lines changed: 13892 additions & 15098 deletions

File tree

apps/backend/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,38 @@
1313
"lint": "eslint source --ext .js,.ts"
1414
},
1515
"dependencies": {
16-
"axios": "1.7.7",
17-
"cookie-parser": "1.4.6",
16+
"axios": "1.13.2",
17+
"cookie-parser": "1.4.7",
1818
"cors": "2.8.5",
1919
"csurf": "1.11.0",
20-
"express": "4.18.2",
20+
"express": "5.1.0",
2121
"express-winston": "4.2.0",
2222
"jsonwebtoken": "9.0.2",
23-
"lnmessage": "0.2.6",
24-
"protobufjs": "7.4.0",
25-
"ts-node": "10.9.1",
26-
"winston": "3.11.0",
23+
"lnmessage": "0.2.7",
24+
"protobufjs": "7.5.4",
25+
"ts-node": "10.9.2",
26+
"winston": "3.18.3",
2727
"ws": "8.18.3"
2828
},
2929
"devDependencies": {
30-
"@eslint/js": "9.22.0",
31-
"@types/cookie-parser": "1.4.6",
32-
"@types/cors": "2.8.17",
30+
"@eslint/js": "9.39.1",
31+
"@types/cookie-parser": "1.4.10",
32+
"@types/cors": "2.8.19",
3333
"@types/csurf": "1.11.5",
34-
"@types/express": "4.17.21",
35-
"@types/jsonwebtoken": "9.0.5",
36-
"@types/morgan": "1.9.9",
37-
"@types/node": "20.9.4",
38-
"@typescript-eslint/eslint-plugin": "8.33.0",
39-
"@typescript-eslint/parser": "8.33.0",
40-
"eslint": "9.27.0",
41-
"eslint-plugin-node-dependencies": "0.12.0",
42-
"eslint-plugin-react": "7.35.2",
43-
"globals": "16.0.0",
44-
"nodemon": "3.0.1",
45-
"prettier": "3.1.0",
46-
"typescript": "5.8.3",
47-
"typescript-eslint": "8.26.0"
34+
"@types/express": "5.0.5",
35+
"@types/jsonwebtoken": "9.0.10",
36+
"@types/morgan": "1.9.10",
37+
"@types/node": "24.10.1",
38+
"@typescript-eslint/eslint-plugin": "8.48.0",
39+
"@typescript-eslint/parser": "8.48.0",
40+
"eslint": "9.39.1",
41+
"eslint-plugin-node-dependencies": "1.3.0",
42+
"eslint-plugin-react": "7.37.5",
43+
"globals": "16.5.0",
44+
"nodemon": "3.1.11",
45+
"prettier": "3.6.2",
46+
"typescript": "5.9.3",
47+
"typescript-eslint": "8.48.0"
4848
},
4949
"overrides": {
5050
"chalk": "4.1.2",

apps/frontend/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,49 +11,49 @@
1111
"lint": "eslint src --ext .js,.jsx,.ts,.tsx"
1212
},
1313
"dependencies": {
14-
"@fortawesome/fontawesome-svg-core": "6.4.2",
15-
"@fortawesome/free-solid-svg-icons": "6.4.2",
16-
"@fortawesome/react-fontawesome": "0.2.0",
17-
"@reduxjs/toolkit": "2.7.0",
18-
"axios": "1.6.7",
19-
"bootstrap": "5.3.2",
14+
"@fortawesome/fontawesome-svg-core": "7.1.0",
15+
"@fortawesome/free-solid-svg-icons": "7.1.0",
16+
"@fortawesome/react-fontawesome": "3.1.0",
17+
"@reduxjs/toolkit": "2.11.0",
18+
"axios": "1.13.2",
19+
"bootstrap": "5.3.8",
2020
"copy-to-clipboard": "3.3.3",
2121
"crypto-js": "4.2.0",
22-
"framer-motion": "10.16.5",
22+
"framer-motion": "12.23.24",
2323
"moment": "2.30.1",
24-
"node-sass": "9.0.0",
25-
"qrcode.react": "3.1.0",
26-
"react": "18.2.0",
27-
"react-bootstrap": "2.10.1",
28-
"react-datepicker": "8.1.0",
29-
"react-dom": "18.2.0",
24+
"qrcode.react": "4.2.0",
25+
"react": "19.2.0",
26+
"react-bootstrap": "2.10.10",
27+
"react-datepicker": "8.10.0",
28+
"react-dom": "19.2.0",
3029
"react-perfect-scrollbar": "1.5.8",
3130
"react-redux": "9.2.0",
32-
"react-router-dom": "6.30.0",
33-
"recharts": "2.15.1",
34-
"redux-thunk": "3.1.0"
31+
"react-router-dom": "7.9.6",
32+
"recharts": "3.5.0",
33+
"redux-thunk": "3.1.0",
34+
"sass": "1.94.2"
3535
},
3636
"devDependencies": {
37-
"@testing-library/jest-dom": "6.4.2",
38-
"@testing-library/react": "14.2.1",
39-
"@testing-library/user-event": "14.5.1",
40-
"@types/jest": "29.5.12",
41-
"@types/node": "20.9.4",
42-
"@types/react": "18.2.61",
43-
"@types/react-dom": "18.2.19",
37+
"@testing-library/jest-dom": "6.9.1",
38+
"@testing-library/react": "16.3.0",
39+
"@testing-library/user-event": "14.6.1",
40+
"@types/jest": "30.0.0",
41+
"@types/node": "24.10.1",
42+
"@types/react": "19.2.7",
43+
"@types/react-dom": "19.2.3",
4444
"@types/redux-mock-store": "1.5.0",
45-
"axios-mock-adapter": "1.22.0",
46-
"canvas": "2.11.2",
45+
"axios-mock-adapter": "2.1.0",
46+
"canvas": "3.2.0",
4747
"react-scripts": "5.0.1",
4848
"redux-mock-store": "1.5.5",
49-
"@typescript-eslint/eslint-plugin": "8.33.0",
50-
"@typescript-eslint/parser": "8.33.0",
51-
"eslint": "9.27.0",
49+
"@typescript-eslint/eslint-plugin": "8.48.0",
50+
"@typescript-eslint/parser": "8.48.0",
51+
"eslint": "9.39.1",
5252
"eslint-plugin-jsx-a11y": "6.10.2",
5353
"eslint-plugin-react": "7.37.5",
54-
"eslint-plugin-react-hooks": "5.2.0",
55-
"ts-jest": "29.1.2",
56-
"typescript": "5.8.2"
54+
"eslint-plugin-react-hooks": "7.0.1",
55+
"ts-jest": "29.4.5",
56+
"typescript": "5.9.3"
5757
},
5858
"overrides": {
5959
"chalk": "4.1.2",

0 commit comments

Comments
 (0)