From 82002859ab6a643d132aefc8444a9042b66f4b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sun, 24 Nov 2024 03:00:55 +0100 Subject: [PATCH] chore: update dependencies (#304) --- package.json | 56 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 46805a7..e69af29 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "/public/build" ], "dependencies": { - "@prisma/client": "^5.20.0", + "@prisma/client": "^5.22.0", "@remix-run/css-bundle": "*", "@remix-run/node": "*", "@remix-run/react": "*", @@ -38,49 +38,49 @@ "tiny-invariant": "^1.3.3" }, "devDependencies": { - "@faker-js/faker": "^9.0.3", + "@faker-js/faker": "^9.2.0", "@remix-run/dev": "*", "@testing-library/cypress": "^10.0.2", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.3", "@types/bcryptjs": "^2.4.6", "@types/eslint": "^8.56.12", - "@types/node": "^20.16.11", - "@types/react": "^18.3.11", + "@types/node": "^22.9.3", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@typescript-eslint/eslint-plugin": "^7.18.0", - "@typescript-eslint/parser": "^7.18.0", - "@vitejs/plugin-react": "^4.3.2", - "@vitest/coverage-v8": "^2.1.2", + "@typescript-eslint/eslint-plugin": "^8.15.0", + "@typescript-eslint/parser": "^8.15.0", + "@vitejs/plugin-react": "^4.3.3", + "@vitest/coverage-v8": "^2.1.5", "autoprefixer": "^10.4.20", - "cookie": "^1.0.1", + "cookie": "^1.0.2", "cross-env": "^7.0.3", - "cypress": "^13.15.0", + "cypress": "^13.16.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jest": "^28.8.3", - "eslint-plugin-jest-dom": "^5.4.0", - "eslint-plugin-jsx-a11y": "^6.10.0", + "eslint-plugin-jest": "^28.9.0", + "eslint-plugin-jest-dom": "^5.5.0", + "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-react": "^7.37.1", + "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-testing-library": "^6.3.0", - "happy-dom": "^15.7.4", - "msw": "^2.4.11", - "npm-run-all2": "^6.2.3", - "postcss": "^8.4.47", + "eslint-plugin-testing-library": "^7.0.0", + "happy-dom": "^15.11.6", + "msw": "^2.6.6", + "npm-run-all2": "^7.0.1", + "postcss": "^8.4.49", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", - "prisma": "^5.20.0", + "prettier-plugin-tailwindcss": "^0.6.9", + "prisma": "^5.22.0", "start-server-and-test": "^2.0.8", - "tailwindcss": "^3.4.13", - "tsx": "^4.19.1", - "typescript": "^5.6.3", - "vite": "^5.4.8", - "vite-tsconfig-paths": "^5.0.1", - "vitest": "^2.1.2" + "tailwindcss": "^3.4.15", + "tsx": "^4.19.2", + "typescript": "^5.7.2", + "vite": "^5.4.11", + "vite-tsconfig-paths": "^5.1.3", + "vitest": "^2.1.5" }, "engines": { "node": ">=18.0.0"