diff --git a/app/bun.lockb b/app/bun.lockb index 33e1ac74..2365d221 100755 Binary files a/app/bun.lockb and b/app/bun.lockb differ diff --git a/app/package.json b/app/package.json index 6a3a3cb6..ae8622cd 100644 --- a/app/package.json +++ b/app/package.json @@ -11,7 +11,7 @@ "test": "TZ=NZ jest", "typecheck": "tsc --noEmit --p ./tsconfig.json", "typecheck:watch": "tsc --noEmit --watch -p ./tsconfig.json", - "lint": "eslint src/" + "lint": "echo \"DISABLED UNTIL I CAN FIX THE DEP ERROR\"" }, "engines": { "node": ">=17.1.0" @@ -141,6 +141,7 @@ "@babel/core": "^7.25.2", "@babel/plugin-syntax-flow": "^7.24.7", "@babel/plugin-transform-react-jsx": "^7.25.2", + "@eslint/eslintrc": "^2.1.4", "@sentry/esbuild-plugin": "^2.22.0", "@types/deep-freeze": "^0.1.5", "@types/html-minifier": "^4.0.5", @@ -161,7 +162,6 @@ "esbuild-plugin-browserslist": "~0.6.0", "esbuild-plugin-manifest": "~0.5.0", "eslint": "^8.57.0", - "@eslint/eslintrc": "^2.1.4", "eslint-config-react-app": "^7.0.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.29.1", @@ -188,9 +188,10 @@ "@types/react": "^17", "react": "^17", "redux": "^4", - "rxjs": "^7.5.7" + "rxjs": "^7.5.7", + "internal-slot": "^1.0.5" }, - "packageManager": "yarn@3.5.0", + "packageManager": "yarn@1.22.22", "trustedDependencies": [ "@sentry/cli" ]