Skip to content

Commit

Permalink
Merge pull request #2545 from navikt/react19-decorator
Browse files Browse the repository at this point in the history
navspa 7.0.0 & bruk react19 decorator i dev
  • Loading branch information
LudvigHz authored Jan 20, 2025
2 parents 70f1a4e + 61815e3 commit e5d2edb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<link rel="preload" href="https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2" as="font" type="font/woff2" crossorigin/>

<slot not-environment="prod">
<script src="%VITE_HODE_URL_V2%/dev/latest/dist/bundle.js"></script>
<link rel="stylesheet" href="%VITE_HODE_URL_V2%/dev/latest/dist/index.css" />
<script src="%VITE_HODE_URL_V2%/dev/react19/dist/bundle.js"></script>
<link rel="stylesheet" href="%VITE_HODE_URL_V2%/dev/react19/dist/index.css" />
</slot>
<slot environment="prod">
<script src="%VITE_HODE_URL_V2%/prod/latest/dist/bundle.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@navikt/ds-react": "^7.9.1",
"@navikt/ds-tailwind": "^7.9.1",
"@navikt/fnrvalidator": "^2.1.5",
"@navikt/navspa": "^6.2.0",
"@navikt/navspa": "^7.0.0",
"@navikt/tag-input": "^2.0.2",
"@navikt/textparser": "^2.4.0",
"@tanstack/react-form": "^0.41.2",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5d2edb

Please sign in to comment.