diff --git a/app/package.json b/app/package.json index 7c942395..f157f83d 100644 --- a/app/package.json +++ b/app/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@testing-library/cypress": "10.0.2", "@types/testing-library__cypress": "5.0.13", - "prettier-plugin-tailwindcss": "0.6.4", + "prettier-plugin-tailwindcss": "0.6.5", "vite": "5.3.1" }, "scripts": { diff --git a/bun.lockb b/bun.lockb index f18811d8..ae99cc47 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/comparadise-utils/package.json b/comparadise-utils/package.json index 5566db7a..8b030051 100644 --- a/comparadise-utils/package.json +++ b/comparadise-utils/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@types/pixelmatch": "5.2.6", "@types/pngjs": "6.0.5", - "cypress": "13.11.0", + "cypress": "13.12.0", "tsup": "8.1.0" }, "peerDependencies": { diff --git a/package.json b/package.json index d1d83626..3276bae2 100644 --- a/package.json +++ b/package.json @@ -5,17 +5,17 @@ "@swc/jest": "0.2.36", "@total-typescript/ts-reset": "0.5.1", "@types/jest": "29.5.12", - "bun-types": "1.1.13", - "cypress": "13.11.0", + "bun-types": "1.1.16", + "cypress": "13.12.0", "eslint": "9.5.0", - "eslint-plugin-react": "7.34.2", + "eslint-plugin-react": "7.34.3", "jest": "29.7.0", "husky": "9.0.11", - "nx": "19.3.0", + "nx": "19.3.1", "prettier": "3.3.2", "ts-node": "10.9.2", - "typescript": "5.4.5", - "typescript-eslint": "7.13.0" + "typescript": "5.5.2", + "typescript-eslint": "7.13.1" }, "scripts": { "docker": "docker build . --tag comparadise && docker-compose up -d",