modified: package-lock.json

modified:   package.json
This commit is contained in:
2025-11-24 19:41:45 +10:00
parent b3c284333a
commit c3f234076b
2 changed files with 371 additions and 1171 deletions
+367 -1169
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -26,16 +26,18 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@playwright/test": "^1.50.1",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^4.0.13",
"@vitest/ui": "^4.0.13",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.7",
@@ -43,6 +45,6 @@
"msw": "^2.6.5",
"typescript": "^5.5.4",
"vite": "^7.2.4",
"vitest": "^2.1.9"
"vitest": "^4.0.13"
}
}