@navikt/ds-react 7.5.2 → 7.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-react",
3
- "version": "7.5.2",
3
+ "version": "7.5.3",
4
4
  "description": "React components from the Norwegian Labour and Welfare Administration.",
5
5
  "author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.",
6
6
  "license": "MIT",
@@ -604,8 +604,8 @@
604
604
  "dependencies": {
605
605
  "@floating-ui/react": "0.25.4",
606
606
  "@floating-ui/react-dom": "^2.0.9",
607
- "@navikt/aksel-icons": "^7.5.2",
608
- "@navikt/ds-tokens": "^7.5.2",
607
+ "@navikt/aksel-icons": "^7.5.3",
608
+ "@navikt/ds-tokens": "^7.5.3",
609
609
  "clsx": "^2.1.0",
610
610
  "date-fns": "^3.0.0",
611
611
  "react-day-picker": "8.10.1"
@@ -629,7 +629,7 @@
629
629
  },
630
630
  "peerDependencies": {
631
631
  "@types/react": ">=17.0.30",
632
- "react": ">=17.0.0"
632
+ "react": ">=17.0.0 || >19.0.0-rc"
633
633
  },
634
634
  "peerDependenciesMeta": {
635
635
  "@types/react": {