diff --git a/package-lock.json b/package-lock.json index 62fa8bd..f62ffef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jest": "^28.9.0", + "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", @@ -7064,7 +7064,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.13.3", + "version": "28.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz", + "integrity": "sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3b636fd..6596e10 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,63 @@ -{ - "name": "pairflix-monorepo", - "private": true, - "version": "1.0.0", - "type": "module", - "scripts": { - "dev:client": "cd app.client && npm run dev", - "dev:admin": "cd app.admin && npm run dev", - "dev:backend": "cd backend && npm run dev", - "build:all": "npm run build:components && npm run build:client && npm run build:admin && npm run build:backend", - "build:client": "cd app.client && npm run build", - "build:admin": "cd app.admin && npm run build", - "build:backend": "cd backend && npm run build", - "build:components": "cd lib.components && npm run build", - "test:all": "npm run test:backend && npm run test:client && npm run test:admin && npm run test:components", - "test:backend": "cd backend && npm run test", - "test:client": "cd app.client && npm run test", - "test:admin": "cd app.admin && npm run test", - "test:components": "cd lib.components && npm run test", - "lint:all": "npm run lint:backend && npm run lint:client && npm run lint:admin && npm run lint:components", - "lint:backend": "cd backend && npm run lint", - "lint:client": "cd app.client && npm run lint", - "lint:admin": "cd app.admin && npm run lint", - "lint:components": "cd lib.components && npm run lint", - "format:all": "npm run format:backend && npm run format:client && npm run format:admin && npm run format:components", - "format:backend": "cd backend && npm run format", - "format:client": "cd app.client && npm run format", - "format:admin": "cd app.admin && npm run format", - "format:components": "cd lib.components && npm run format", - "prepare": "husky" - }, - "workspaces": [ - "app.client", - "app.admin", - "backend", - "lib.components" - ], - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^8.33.1", - "@typescript-eslint/parser": "^8.33.1", - "concurrently": "^9.1.2", - "eslint": "^9.28.0", - "eslint-config-prettier": "^9.1.0", - "eslint-import-resolver-typescript": "^3.6.3", - "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jest": "^28.9.0", - "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", - "globals": "^15.12.0", - "husky": "^9.1.7", - "lint-staged": "^13.3.0", - "prettier": "^3.5.3", - "typescript-eslint": "^8.33.1" - }, - "dependencies": { - "@radix-ui/react-dropdown-menu": "^2.1.15", - "@radix-ui/react-tooltip": "^1.2.7", - "chart.js": "^4.4.9", - "react-chartjs-2": "^5.3.0" - } -} +{ + "name": "pairflix-monorepo", + "private": true, + "version": "1.0.0", + "type": "module", + "scripts": { + "dev:client": "cd app.client && npm run dev", + "dev:admin": "cd app.admin && npm run dev", + "dev:backend": "cd backend && npm run dev", + "build:all": "npm run build:components && npm run build:client && npm run build:admin && npm run build:backend", + "build:client": "cd app.client && npm run build", + "build:admin": "cd app.admin && npm run build", + "build:backend": "cd backend && npm run build", + "build:components": "cd lib.components && npm run build", + "test:all": "npm run test:backend && npm run test:client && npm run test:admin && npm run test:components", + "test:backend": "cd backend && npm run test", + "test:client": "cd app.client && npm run test", + "test:admin": "cd app.admin && npm run test", + "test:components": "cd lib.components && npm run test", + "lint:all": "npm run lint:backend && npm run lint:client && npm run lint:admin && npm run lint:components", + "lint:backend": "cd backend && npm run lint", + "lint:client": "cd app.client && npm run lint", + "lint:admin": "cd app.admin && npm run lint", + "lint:components": "cd lib.components && npm run lint", + "format:all": "npm run format:backend && npm run format:client && npm run format:admin && npm run format:components", + "format:backend": "cd backend && npm run format", + "format:client": "cd app.client && npm run format", + "format:admin": "cd app.admin && npm run format", + "format:components": "cd lib.components && npm run format", + "prepare": "husky" + }, + "workspaces": [ + "app.client", + "app.admin", + "backend", + "lib.components" + ], + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^8.33.1", + "@typescript-eslint/parser": "^8.33.1", + "concurrently": "^9.1.2", + "eslint": "^9.28.0", + "eslint-config-prettier": "^9.1.0", + "eslint-import-resolver-typescript": "^3.6.3", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jest": "^28.14.0", + "eslint-plugin-jsx-a11y": "^6.10.2", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react": "^7.37.2", + "eslint-plugin-react-hooks": "^5.0.0", + "globals": "^15.12.0", + "husky": "^9.1.7", + "lint-staged": "^13.3.0", + "prettier": "^3.5.3", + "typescript-eslint": "^8.33.1" + }, + "dependencies": { + "@radix-ui/react-dropdown-menu": "^2.1.15", + "@radix-ui/react-tooltip": "^1.2.7", + "chart.js": "^4.4.9", + "react-chartjs-2": "^5.3.0" + } +}