Skip to content

Commit

Permalink
litt friere på peerdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Nov 21, 2024
1 parent 9c8ddf7 commit b4000d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@navikt/virksomhetsvelger",
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"exports": {
".": {
Expand All @@ -28,11 +28,11 @@
"test": "vitest run"
},
"peerDependencies": {
"@navikt/aksel-icons": "^7.5.1",
"@navikt/ds-css": "^7.5.1",
"@navikt/ds-react": "^7.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"@navikt/aksel-icons": ">=6",
"@navikt/ds-css": ">=6",
"@navikt/ds-react": ">=6",
"react": "17 || 18",
"react-dom": "17 || 18"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
Expand Down

0 comments on commit b4000d5

Please sign in to comment.