-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bumper uuid, msw med mswjs/interceprtor, jsdom og oppgrader til node 18 * Bumper ts, prettier, eslint * Disabler lint ts any feilmeldinger, ignore anonymus arrow function for next isalive og isready * Bumper lint-staged, husky * Tester lint-staged prettier * Bumper @navikt-ds pakker * Oppdater til riktig søknadsdialog url i dev * Bumper prettier og next-intl * Bumper graphql * Fikser ReadableStream (#81) * Prøver en annen måte å fikse streams på via ArrayBuffer og Buffer * Legger til kommentarer på ArrayBuffer -> Buffer -> Readable på PDF forhåndsvisning --------- Co-authored-by: Hanne Olsen <hanne.eilertsen.olsen@nav.no>
- Loading branch information
1 parent
339fa02
commit 2dff73e
Showing
21 changed files
with
12,884 additions
and
8,649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
IDPORTEN_WELL_KNOWN_URL=http://idporten.test | ||
SAF_SELVBETJENING_INGRESS=http://saf.test | ||
NEXT_PUBLIC_SOKNADSDIALOG=https://arbeid.dev.nav.no/dagpenger/dialog/ | ||
NEXT_PUBLIC_SOKNADSDIALOG=https://arbeid.intern.dev.nav.no/dagpenger/dialog/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx --no-install pretty-quick --staged | ||
npx --no-install lint-staged | ||
npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16.13.0 | ||
v18.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.