diff --git a/package.json b/package.json index 31ca04ef..4a911375 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "@remix-run/serve": "*", "bcryptjs": "^2.4.3", "isbot": "^4.4.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "tiny-invariant": "^1.3.3" }, "devDependencies": { @@ -44,46 +44,46 @@ "@testing-library/jest-dom": "^6.4.2", "@types/bcryptjs": "^2.4.6", "@types/cookie": "^0.6.0", - "@types/eslint": "^8.56.6", - "@types/node": "^18.19.26", - "@types/react": "^18.2.72", - "@types/react-dom": "^18.2.22", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@types/eslint": "^8.56.10", + "@types/node": "^18.19.31", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", + "@typescript-eslint/eslint-plugin": "^7.8.0", + "@typescript-eslint/parser": "^7.8.0", "@vitejs/plugin-react": "^4.2.1", - "@vitest/coverage-v8": "^1.4.0", + "@vitest/coverage-v8": "^1.5.3", "autoprefixer": "^10.4.19", "binode": "^1.0.5", "cookie": "^0.6.0", "cross-env": "^7.0.3", - "cypress": "^13.7.1", + "cypress": "^13.8.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^2.15.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", - "eslint-plugin-jest-dom": "^5.2.0", + "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-markdown": "^3.0.1", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^6.2.0", - "happy-dom": "^14.3.9", - "msw": "^2.2.12", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-testing-library": "^6.2.2", + "happy-dom": "^14.7.1", + "msw": "^2.2.14", "npm-run-all": "^4.1.5", "postcss": "^8.4.38", "prettier": "3.2.5", - "prettier-plugin-tailwindcss": "^0.5.12", + "prettier-plugin-tailwindcss": "^0.5.14", "prisma": "^4.16.2", "start-server-and-test": "^2.0.3", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "typescript": "^5.4.3", - "vite": "^5.2.6", + "typescript": "^5.4.5", + "vite": "^5.2.11", "vite-tsconfig-paths": "^4.3.2", - "vitest": "^1.4.0" + "vitest": "^1.5.3" }, "engines": { "node": ">=18.0.0" diff --git a/remix.init/package.json b/remix.init/package.json index 20a35acd..1a82a5cb 100644 --- a/remix.init/package.json +++ b/remix.init/package.json @@ -5,7 +5,7 @@ "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", - "@npmcli/package-json": "^5.0.0", + "@npmcli/package-json": "^5.1.0", "semver": "^7.6.0" } }