@sb1/ffe-icons 12.15.0 → 12.15.4

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/CHANGELOG.md +41 -0
  2. package/package.json +7 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [12.15.4](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons@12.15.3...@sb1/ffe-icons@12.15.4) (2021-12-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ffe-icons:** use buildtool for transpiling ([3e11f6b](https://github.com/SpareBank1/designsystem/commit/3e11f6be485fb4ba40975a6e9cf792ebeaeea8da)), closes [#1294](https://github.com/SpareBank1/designsystem/issues/1294)
12
+
13
+
14
+
15
+
16
+
17
+ ## [12.15.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons@12.15.2...@sb1/ffe-icons@12.15.3) (2021-11-04)
18
+
19
+ **Note:** Version bump only for package @sb1/ffe-icons
20
+
21
+
22
+
23
+
24
+
25
+ ## [12.15.2](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons@12.15.1...@sb1/ffe-icons@12.15.2) (2021-02-02)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **ffe-icons:** reduce vulnerabilities ([248319d](https://github.com/SpareBank1/designsystem/commit/248319db6ac0a488c2885e852101b109d0c7fdfb))
31
+
32
+
33
+
34
+
35
+
36
+ ## [12.15.1](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons@12.15.0...@sb1/ffe-icons@12.15.1) (2020-11-18)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * packages/ffe-icons/package.json to reduce vulnerabilities ([01fa1e5](https://github.com/SpareBank1/designsystem/commit/01fa1e5323555ec90bb3fd39e62715c815b264a8))
42
+
43
+
44
+
45
+
46
+
6
47
  # [12.15.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-icons@12.14.0...@sb1/ffe-icons@12.15.0) (2020-09-15)
7
48
 
8
49
 
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@sb1/ffe-icons",
3
- "version": "12.15.0",
3
+ "version": "12.15.4",
4
4
  "description": "Felles Front End Icons",
5
5
  "license": "MIT",
6
6
  "author": "SpareBank 1",
7
- "main": "bin/build.js",
8
7
  "bin": {
9
8
  "ffe-icons": "bin/build.js"
10
9
  },
@@ -13,24 +12,20 @@
13
12
  "url": "ssh://git@github.com:SpareBank1/designsystem.git"
14
13
  },
15
14
  "scripts": {
16
- "build": "mkdirp dist && node bin/build.js",
17
- "lint": "eslint bin/.",
15
+ "build": "node bin/build.js",
16
+ "lint": "eslint bin",
18
17
  "test": "npm run lint"
19
18
  },
20
19
  "dependencies": {
21
- "mkdirp": "^1.0.0",
20
+ "mkdirp": "^1.0.4",
22
21
  "svgstore": "^2.0.3",
23
- "yargs": "^13.1.0"
22
+ "yargs": "^16.0.0"
24
23
  },
25
24
  "devDependencies": {
26
- "eslint": "^5.9.0",
27
- "mkdirp": "^1.0.0",
28
- "npm-run-all": "^4.1.2",
29
- "run-p": "0.0.0",
30
- "stylelint": "^10.0.0"
25
+ "eslint": "^5.9.0"
31
26
  },
32
27
  "publishConfig": {
33
28
  "access": "public"
34
29
  },
35
- "gitHead": "4056f5887202d8d20405439624e30b660818550e"
30
+ "gitHead": "59eb2e12625e744f1a116c14a40cf69f1bbecdc6"
36
31
  }