@eik/cli 2.0.2 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [2.0.6](https://github.com/eik-lib/cli/compare/v2.0.5...v2.0.6) (2021-09-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency boxen to v5.1.2 ([4d9d690](https://github.com/eik-lib/cli/commit/4d9d690755561d0b6a54ad17532f670b27e9bac5))
7
+
8
+ ## [2.0.5](https://github.com/eik-lib/cli/compare/v2.0.4...v2.0.5) (2021-09-13)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency boxen to v5.1.1 ([f822c2a](https://github.com/eik-lib/cli/commit/f822c2a392da86130342b9d348df730bfd319580))
14
+
15
+ ## [2.0.4](https://github.com/eik-lib/cli/compare/v2.0.3...v2.0.4) (2021-09-12)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** update dependency boxen to v5.1.0 ([bb3d4e0](https://github.com/eik-lib/cli/commit/bb3d4e07244a896b8e89e777b7772d9a1d391ae2))
21
+
22
+ ## [2.0.3](https://github.com/eik-lib/cli/compare/v2.0.2...v2.0.3) (2021-09-06)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency node-fetch to v2.6.2 ([ca0eb41](https://github.com/eik-lib/cli/commit/ca0eb4103fae95500374391500d20745dd64affd))
28
+
1
29
  ## [2.0.2](https://github.com/eik-lib/cli/compare/v2.0.1...v2.0.2) (2021-08-26)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.2",
3
+ "version": "2.0.6",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@eik/common": "^3.0.0",
36
36
  "abslog": "2.4.0",
37
- "boxen": "5.0.1",
37
+ "boxen": "5.1.2",
38
38
  "bytes": "3.1.0",
39
39
  "chalk": "4.1.2",
40
40
  "copy": "0.3.2",
@@ -43,7 +43,7 @@
43
43
  "glob": "7.1.7",
44
44
  "gzip-size": "6.0.0",
45
45
  "make-dir": "3.1.0",
46
- "node-fetch": "2.6.1",
46
+ "node-fetch": "2.6.2",
47
47
  "ora": "5.4.1",
48
48
  "pkg-dir": "5.0.0",
49
49
  "read-pkg-up": "7.0.1",
@@ -56,27 +56,27 @@
56
56
  "yargs-parser": "20.2.9"
57
57
  },
58
58
  "devDependencies": {
59
- "@eik/core": "1.2.20",
60
- "@eik/service": "1.2.82",
59
+ "@eik/core": "1.2.22",
60
+ "@eik/service": "1.2.86",
61
61
  "@semantic-release/changelog": "5.0.1",
62
62
  "@semantic-release/commit-analyzer": "8.0.1",
63
- "@semantic-release/git": "9.0.0",
63
+ "@semantic-release/git": "9.0.1",
64
64
  "@semantic-release/github": "7.2.3",
65
65
  "@semantic-release/npm": "7.1.3",
66
66
  "@semantic-release/release-notes-generator": "9.0.3",
67
67
  "eslint": "7.32.0",
68
68
  "eslint-config-airbnb-base": "14.2.1",
69
69
  "eslint-config-prettier": "8.3.0",
70
- "eslint-plugin-import": "2.24.1",
70
+ "eslint-plugin-import": "2.24.2",
71
71
  "eslint-plugin-prettier": "3.4.1",
72
- "fastify": "3.20.2",
72
+ "fastify": "3.21.0",
73
73
  "fastify-cors": "5.2.0",
74
74
  "fs-extra": "9.1.0",
75
75
  "prettier": "2.3.2",
76
76
  "puppeteer": "7.1.0",
77
77
  "react": "17.0.2",
78
78
  "react-dom": "17.0.2",
79
- "semantic-release": "17.4.5",
79
+ "semantic-release": "17.4.7",
80
80
  "semantic-release-slack-bot": "2.1.1",
81
81
  "tap": "14.11.0"
82
82
  }