Skip to content

Commit

Permalink
Ruller tilbake typer for react, siden de brekker linting, tar midlert…
Browse files Browse the repository at this point in the history
…idig ut alerts, siden spec er utdatert og hindrer deploy
  • Loading branch information
mrbjoern committed Jan 23, 2024
1 parent 29fb4bb commit fc5ad45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2006,10 +2006,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected].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/[email protected].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" "*"
Expand Down

0 comments on commit fc5ad45

Please sign in to comment.