Skip to content

Commit

Permalink
Travis CI build: 54 v1.8.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 30, 2020
1 parent aadd908 commit 512d97b
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "1.7.5",
"version": "1.8.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-root",
"version": "1.7.5",
"version": "1.8.0",
"description": "CLI to bootstrap your Ts.ED project",
"private": true,
"scripts": {
Expand Down Expand Up @@ -131,4 +131,4 @@
"packages/*"
]
}
}
}
10 changes: 5 additions & 5 deletions packages/cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-core",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Build your CLI with TypeScript and Decorators",
Expand All @@ -27,12 +27,12 @@
"execa": "4.0.0",
"figures": "3.2.0",
"fs-extra": "8.1.0",
"js-yaml": "3.13.1",
"globby": "11.0.0",
"handlebars": "4.7.3",
"handlebars-helpers": "0.10.0",
"inquirer": "7.0.5",
"inquirer-autocomplete-prompt": "1.0.2",
"js-yaml": "3.13.1",
"listr": "0.14.3",
"module-alias": "2.2.2",
"normalize-path": "3.0.0",
Expand All @@ -52,14 +52,14 @@
"@types/fs-extra": "8.1.0",
"@types/globby": "9.1.0",
"@types/inquirer": "6.5.0",
"@types/js-yaml": "3.12.3",
"@types/listr": "0.14.2",
"@types/read-pkg-up": "6.0.0",
"@types/update-notifier": "4.1.0",
"@types/js-yaml": "3.12.3"
"@types/update-notifier": "4.1.0"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
"build:doc": "tsc --build tsconfig.doc.json"
},
"peerDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/cli-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/cli-plugin-jest",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@tsed/cli": "1.7.5",
"@tsed/cli-core": "1.7.5"
"@tsed/cli": "1.8.0",
"@tsed/cli-core": "1.8.0"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/cli-plugin-mocha",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@tsed/cli": "1.7.5",
"@tsed/cli-core": "1.7.5"
"@tsed/cli": "1.8.0",
"@tsed/cli-core": "1.8.0"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-passport/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tsed/cli-plugin-passport",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"change-case": "^4.1.1",
"tslib": "1.11.1"
},
"devDependencies": {
"@tsed/cli": "1.7.5",
"@tsed/cli-core": "1.7.5",
"@tsed/cli": "1.8.0",
"@tsed/cli-core": "1.8.0",
"@types/change-case": "^2.3.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/cli-plugin-tslint",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@tsed/cli": "1.7.5",
"@tsed/cli-core": "1.7.5"
"@tsed/cli": "1.8.0",
"@tsed/cli-core": "1.8.0"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tsed/cli-plugin-typeorm",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"change-case": "4.1.1",
"tslib": "1.11.1"
},
"devDependencies": {
"@tsed/cli": "1.7.5",
"@tsed/cli-core": "1.7.5"
"@tsed/cli": "1.8.0",
"@tsed/cli-core": "1.8.0"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-testing",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Utils to test you CLI based on Ts.ED CLI",
Expand All @@ -15,7 +15,7 @@
"decorators"
],
"dependencies": {
"@tsed/cli-core": "1.7.5",
"@tsed/cli-core": "1.8.0",
"tslib": "1.11.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli",
"version": "1.7.5",
"version": "1.8.0",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"bin": {
Expand All @@ -24,13 +24,13 @@
"decorators"
],
"dependencies": {
"@tsed/cli-core": "1.7.5",
"@tsed/cli-core": "1.8.0",
"@tsed/logger": "^5.4.1",
"change-case": "4.1.1",
"tslib": "1.11.1"
},
"devDependencies": {
"@tsed/cli-testing": "1.7.5",
"@tsed/cli-testing": "1.8.0",
"@types/change-case": "2.3.1"
},
"scripts": {
Expand Down

0 comments on commit 512d97b

Please sign in to comment.