Skip to content

Commit

Permalink
chore: peerdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
audunrunhn committed Apr 8, 2024
1 parent 9407404 commit 05410e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/packages/autosuggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@helsenorge/core-utils": "^31.0.0-beta",
"@helsenorge/core-utils": "^31.0.0",
"@helsenorge/designsystem-react": "^7.0.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@helsenorge/core-utils": "^31.0.0-beta",
"@helsenorge/core-utils": "^31.0.0",
"@helsenorge/designsystem-react": "^7.0.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
Expand Down

0 comments on commit 05410e8

Please sign in to comment.