@entur/button 2.10.6 → 2.10.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/button",
3
- "version": "2.10.6",
3
+ "version": "2.10.8",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/button.esm.js",
@@ -17,27 +17,22 @@
17
17
  "access": "public"
18
18
  },
19
19
  "scripts": {
20
- "start": "yarn run dts watch --noClean",
21
- "build": "yarn run dts build",
22
- "test": "yarn run dts test --env=jsdom",
23
- "lint": "yarn run dts lint"
20
+ "start": "dts watch --noClean",
21
+ "build": "dts build",
22
+ "test": "dts test",
23
+ "lint": "dts lint"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.8.0",
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/loader": "^0.4.14",
31
- "@entur/utils": "^0.4.7",
30
+ "@entur/loader": "^0.4.16",
31
+ "@entur/utils": "^0.4.9",
32
32
  "classnames": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@entur/tokens": "^3.4.2",
36
- "dts-cli": "^1.1.6",
37
- "jest": "^27.0.0",
38
- "jest-watch-typeahead": "^2.2.0",
39
- "ts-jest": "^27.0.0",
40
- "typescript": "^4.8.0"
35
+ "@entur/tokens": "^3.4.4"
41
36
  },
42
- "gitHead": "8915b1630bd936740ba9a4a88883f3432948a80e"
37
+ "gitHead": "de71e205560a699e2dce301e133966dc9348c459"
43
38
  }