chore(deps): update all dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-03 01:02:26 +00:00
parent 42aacd7aa0
commit 7289c3e8e1
4 changed files with 225 additions and 192 deletions

View File

@@ -48,11 +48,11 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/react-dom": "*",
"cross-env": "^7.0.0",
"cypress": "^13.0.0",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-cypress": "^4.0.0",
"start-server-and-test": "^2.0.0"
},
"scripts": {

View File

@@ -43,8 +43,8 @@
"devDependencies": {
"@backstage/cli": "^0.29.0",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "^5.0.0",
"@types/luxon": "^3.0.0",
"better-sqlite3": "^11.0.0"
},