Bump frontend deps

This commit is contained in:
Andras Schmelczer 2025-06-07 21:34:56 +01:00
parent 7956a92bec
commit bfb1cd579c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 158 additions and 113 deletions

View file

@ -20,16 +20,16 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.14.0",
"@types/node": "^22.15.30",
"jest": "^29.7.0",
"sync_lib": "file:../../backend/sync_lib/pkg",
"ts-jest": "^29.3.4",
"ts-loader": "^9.5.2",
"tslib": "2.8.1",
"typescript": "5.8.3",
"webpack": "^5.98.0",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1",
"ws": "^8.18.1"
"ws": "^8.18.2"
}
}