@ndla/ui 33.1.1 → 33.1.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -26,7 +26,7 @@ react-router
26
26
  @ndla/util
27
27
  ```
28
28
 
29
- See: [package.json](package.json) for version requirements
29
+ See: [package.json](package.json) for version requirements.
30
30
 
31
31
  **N.B!** All optional dependencies are required if you use `import {...} from '@ndla/ui'`
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/ui",
3
- "version": "33.1.1",
3
+ "version": "33.1.3",
4
4
  "description": "UI component library for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -31,20 +31,20 @@
31
31
  "types"
32
32
  ],
33
33
  "dependencies": {
34
- "@ndla/article-scripts": "^3.0.12",
35
- "@ndla/button": "^7.0.0",
34
+ "@ndla/article-scripts": "^3.0.13",
35
+ "@ndla/button": "^7.0.1",
36
36
  "@ndla/carousel": "^2.1.0",
37
37
  "@ndla/core": "^3.0.3",
38
- "@ndla/forms": "^4.1.4",
38
+ "@ndla/forms": "^4.1.5",
39
39
  "@ndla/hooks": "^1.2.0",
40
40
  "@ndla/icons": "^2.1.0",
41
- "@ndla/licenses": "^6.1.2",
41
+ "@ndla/licenses": "^6.1.3",
42
42
  "@ndla/modal": "^2.2.1",
43
- "@ndla/notion": "^4.1.5",
44
- "@ndla/safelink": "^3.1.4",
43
+ "@ndla/notion": "^4.1.7",
44
+ "@ndla/safelink": "^3.1.5",
45
45
  "@ndla/switch": "^1.0.3",
46
46
  "@ndla/tabs": "^2.1.0",
47
- "@ndla/tooltip": "^4.0.0",
47
+ "@ndla/tooltip": "^4.0.1",
48
48
  "@ndla/types-learningpath-api": "^0.0.17",
49
49
  "@ndla/util": "^3.1.9",
50
50
  "@reach/menu-button": "^0.16.2",
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "1acfb1f32a8076e654c2b6665dccb12eb7e7539f"
86
+ "gitHead": "b4a15ee62b0b7012a6b95ab0f804c9d3e8ad4945"
87
87
  }