@aarhus-university/au-lib-react-components 11.4.1 → 11.4.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "sideEffects": false,
3
3
  "name": "@aarhus-university/au-lib-react-components",
4
- "version": "11.4.1",
4
+ "version": "11.4.2",
5
5
  "description": "Library for shared React components for various applications on au.dk",
6
6
  "scripts": {
7
7
  "test": "jest",
@@ -72,9 +72,9 @@
72
72
  "webpack-cli": "^4.9.2"
73
73
  },
74
74
  "dependencies": {
75
- "@aarhus-university/au-designsystem-delphinus": "0.35.0",
75
+ "@aarhus-university/au-designsystem-delphinus": "0.35.1",
76
76
  "@aarhus-university/au-designsystem-delphinus-dev": "0.2.0",
77
- "@aarhus-university/types": "^0.17.11",
77
+ "@aarhus-university/types": "^0.17.13",
78
78
  "@reduxjs/toolkit": "^1.8.3",
79
79
  "@types/google.analytics": "^0.0.42",
80
80
  "@types/history": "^5.0.0",
@@ -103,7 +103,7 @@ const AUTabbedContentComponent: FC<AUTabbedContentComponentProps> = ({
103
103
  content={renderContent}
104
104
  onRouteChange={() => {
105
105
  if (typeof callback === 'function') {
106
- callback();
106
+ callback(0);
107
107
  }
108
108
  }}
109
109
  />