From fc5ad457163c15d2fd60d63b0a0c26c27e831120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvor=20Grizzly=20Bj=C3=B8rn?= Date: Tue, 23 Jan 2024 08:17:04 +0100 Subject: [PATCH] Ruller tilbake typer for react, siden de brekker linting, tar midlertidig ut alerts, siden spec er utdatert og hindrer deploy --- .github/workflows/build_and_deploy.yaml | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index f101a59a..8dcf5312 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -58,6 +58,6 @@ jobs: secrets: inherit with: cluster: prod-gcp - manifest: .nais/nais.yaml,.nais/prod-alerts.yaml + manifest: .nais/nais.yaml imageSuffix: -prod-gcp vars: .nais/prod.yaml diff --git a/package.json b/package.json index b3a35989..c94c53d9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/cookie": "^0.6.0", "@types/jest": "^29.5.8", "@types/node": "^20.11.5", - "@types/react": "18.2.48", + "@types/react": "18.2.14", "@types/react-dom": "^18.2.18", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.19.1", diff --git a/yarn.lock b/yarn.lock index 89eecb7c..3973b142 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2006,10 +2006,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.2.48": - version "18.2.48" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1" - integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w== +"@types/react@18.2.14": + version "18.2.14" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127" + integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"