From 63e5b5417424d4db2f467c7885f39551194ceb7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 22 Aug 2024 01:44:35 +0200 Subject: [PATCH] chore: update dependencies (#290) --- package.json | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 5ccca2e..c828ab1 100644 --- a/package.json +++ b/package.json @@ -19,20 +19,19 @@ "typecheck": "tsc && tsc -p cypress", "validate": "run-p \"test -- --run\" lint typecheck test:e2e:run" }, - "prettier": {}, "eslintIgnore": [ "/node_modules", "/build", "/public/build" ], "dependencies": { - "@prisma/client": "^5.14.0", + "@prisma/client": "^5.16.2", "@remix-run/css-bundle": "*", "@remix-run/node": "*", "@remix-run/react": "*", "@remix-run/serve": "*", "bcryptjs": "^2.4.3", - "isbot": "^4.4.0", + "isbot": "^5.1.12", "react": "^18.3.1", "react-dom": "^18.3.1", "tiny-invariant": "^1.3.3" @@ -41,50 +40,49 @@ "@faker-js/faker": "^8.4.1", "@remix-run/dev": "*", "@testing-library/cypress": "^10.0.2", - "@testing-library/jest-dom": "^6.4.5", + "@testing-library/jest-dom": "^6.4.6", "@types/bcryptjs": "^2.4.6", "@types/cookie": "^0.6.0", "@types/eslint": "^8.56.10", - "@types/node": "^18.19.33", - "@types/prettier": "^3.0.0", + "@types/node": "^20.14.10", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@typescript-eslint/eslint-plugin": "^7.11.0", - "@typescript-eslint/parser": "^7.11.0", - "@vitejs/plugin-react": "^4.3.0", - "@vitest/coverage-v8": "^1.6.0", + "@typescript-eslint/eslint-plugin": "^7.16.0", + "@typescript-eslint/parser": "^7.16.0", + "@vitejs/plugin-react": "^4.3.1", + "@vitest/coverage-v8": "^2.0.2", "autoprefixer": "^10.4.19", "binode": "^1.0.5", "cookie": "^0.6.0", "cross-env": "^7.0.3", - "cypress": "^13.10.0", + "cypress": "^13.13.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^28.5.0", + "eslint-plugin-jest": "^28.6.0", "eslint-plugin-jest-dom": "^5.4.0", - "eslint-plugin-jsx-a11y": "^6.8.0", + "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-markdown": "^5.0.0", - "eslint-plugin-react": "^7.34.2", + "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.2.2", - "happy-dom": "^14.12.0", + "happy-dom": "^14.12.3", "msw": "^2.3.1", "npm-run-all": "^4.1.5", - "postcss": "^8.4.38", - "prettier": "3.3.0", - "prettier-plugin-tailwindcss": "^0.6.1", - "prisma": "^5.14.0", - "start-server-and-test": "^2.0.3", - "tailwindcss": "^3.4.3", + "postcss": "^8.4.39", + "prettier": "3.3.2", + "prettier-plugin-tailwindcss": "^0.6.5", + "prisma": "^5.16.2", + "start-server-and-test": "^2.0.4", + "tailwindcss": "^3.4.4", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "typescript": "^5.4.5", - "vite": "^5.2.12", + "typescript": "^5.5.3", + "vite": "^5.3.3", "vite-tsconfig-paths": "^4.3.2", - "vitest": "^1.6.0" + "vitest": "^2.0.2" }, "engines": { "node": ">=18.0.0"