Skip to content

Commit c0a2e49

Browse files
committedJun 29, 2018
fix: bump semantic-release
1 parent 079af92 commit c0a2e49

File tree

3 files changed

+98
-120
lines changed

3 files changed

+98
-120
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- add_ssh_keys
3535
- checkout
3636
- restore_cache: *restore_cache
37-
- run: yarn global add @oclif/semantic-release@2 semantic-release@15
37+
- run: yarn global add @oclif/semantic-release@3 semantic-release@15
3838
- run: yarn --frozen-lockfile
3939
- run: |
4040
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH

‎package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
88
"@oclif/color": "^0.0.0",
9-
"@oclif/command": "^1.4.33",
9+
"@oclif/command": "^1.4.34",
1010
"chalk": "^2.4.1",
11-
"cli-ux": "^4.6.2",
11+
"cli-ux": "^4.7.3",
1212
"debug": "^3.1.0",
1313
"fs-extra": "^6.0.1",
1414
"http-call": "^5.1.4",
1515
"load-json-file": "^5.0.0",
1616
"npm-run-path": "^2.0.2",
1717
"semver": "^5.5.0",
18-
"tslib": "^1.9.2",
18+
"tslib": "^1.9.3",
1919
"yarn": "^1.7.0"
2020
},
2121
"devDependencies": {
22-
"@oclif/config": "^1.6.28",
23-
"@oclif/dev-cli": "^1.13.31",
22+
"@oclif/config": "^1.6.33",
23+
"@oclif/dev-cli": "^1.15.4",
2424
"@oclif/errors": "^1.1.2",
2525
"@oclif/plugin-help": "^2.0.5",
26-
"@oclif/test": "^1.0.9",
26+
"@oclif/test": "^1.1.0",
2727
"@oclif/tslint": "^1.1.2",
28-
"@types/chai": "^4.1.3",
28+
"@types/chai": "^4.1.4",
2929
"@types/fs-extra": "^5.0.3",
3030
"@types/load-json-file": "^2.0.7",
31-
"@types/mocha": "^5.2.1",
32-
"@types/node": "^10.3.2",
31+
"@types/mocha": "^5.2.3",
32+
"@types/node": "^10.5.0",
3333
"@types/semver": "^5.5.0",
3434
"@types/supports-color": "^5.3.0",
3535
"chai": "^4.1.2",
36-
"concurrently": "^3.5.1",
37-
"fancy-test": "^1.1.4",
36+
"concurrently": "^3.6.0",
37+
"fancy-test": "^1.2.0",
3838
"globby": "^8.0.1",
3939
"mocha": "^5.2.0",
40-
"ts-node": "^6.1.0",
40+
"ts-node": "^7.0.0",
4141
"tslint": "^5.10.0",
42-
"typescript": "^2.9.1"
42+
"typescript": "^2.9.2"
4343
},
4444
"engines": {
4545
"node": ">=8.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.