@entur/grid 0.3.63 → 0.3.65

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the different Grid components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/ressurser/grid)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/ressurser/grid)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/grid
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/ressurser/grid) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/ressurser/grid) for usage information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/grid",
3
- "version": "0.3.63",
3
+ "version": "0.3.65",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/grid.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/tokens": "^3.18.0",
31
- "@entur/utils": "^0.12.2",
30
+ "@entur/tokens": "^3.19.1",
31
+ "@entur/utils": "^0.12.3",
32
32
  "classnames": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "dts-cli": "2.0.5"
36
36
  },
37
- "gitHead": "8ae7ed09699a63cc7e50d546d54750d8ec066c50"
37
+ "gitHead": "db5f805386b0e22e938d3d0fbc6d283088502658"
38
38
  }