@atlaskit/dependency-version-analytics 0.3.5 → 0.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/dependency-version-analytics
2
2
 
3
+ ## 0.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1977986ea86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977986ea86) - Bumping dependencies via Renovate:
8
+
9
+ - simple-git
10
+
11
+ ## 0.3.7
12
+
13
+ ### Patch Changes
14
+
15
+ - [`5c45b17200d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c45b17200d) - Bumping dependencies via Renovate:
16
+
17
+ - simple-git
18
+
19
+ ## 0.3.6
20
+
21
+ ### Patch Changes
22
+
23
+ - [`4d32baaa06a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d32baaa06a) - Major bump inquirer to latest
24
+
3
25
  ## 0.3.5
4
26
 
5
27
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.5",
3
+ "version": "0.3.8",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.5",
3
+ "version": "0.3.8",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.5",
3
+ "version": "0.3.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.5",
3
+ "version": "0.3.8",
4
4
  "description": "Tool to pull atlaskit version history from a repo",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,12 +24,12 @@
24
24
  "@babel/runtime": "^7.0.0",
25
25
  "chalk": "^2.1.0",
26
26
  "debug": "^2.2.0",
27
- "inquirer": "^6.4.0",
27
+ "inquirer": "^8.2.0",
28
28
  "meow": "^8.1.1",
29
29
  "micromatch": "^4.0.2",
30
30
  "node-fetch": "^2.6.1",
31
31
  "semver": "^7.3.0",
32
- "simple-git": "^2.48.0"
32
+ "simple-git": "^3.5.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@atlassiansox/analytics-node-client": "^1.1.4"
@@ -42,7 +42,7 @@
42
42
  "@types/micromatch": "^4.0.1",
43
43
  "@types/node": "~12.0.12",
44
44
  "ts-node": "^10.0.0",
45
- "typescript": "3.9.6"
45
+ "typescript": "3.9.10"
46
46
  },
47
47
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
48
48
  }