Skip to content

Commit

Permalink
chore: upgrade to TypeScript 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Nov 5, 2019
1 parent d62612d commit 7db846b
Show file tree
Hide file tree
Showing 30 changed files with 207 additions and 204 deletions.
6 changes: 3 additions & 3 deletions examples/context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-eslint-plugin": "^2.1.0",
"eslint-plugin-mocha": "^6.2.1",
"typescript": "~3.6.4"
"typescript": "~3.7.2"
},
"keywords": [
"loopback",
Expand Down
6 changes: 3 additions & 3 deletions examples/express-composition/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/express-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-eslint-plugin": "^2.1.0",
"eslint-plugin-mocha": "^6.2.1",
"typescript": "~3.6.4"
"typescript": "~3.7.2"
}
}
6 changes: 3 additions & 3 deletions examples/greeter-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/greeter-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-eslint-plugin": "^2.1.0",
"eslint-plugin-mocha": "^6.2.1",
"typescript": "~3.6.4"
"typescript": "~3.7.2"
},
"dependencies": {
"@loopback/context": "^1.23.4",
Expand Down
6 changes: 3 additions & 3 deletions examples/greeting-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/greeting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-eslint-plugin": "^2.1.0",
"eslint-plugin-mocha": "^6.2.1",
"typescript": "~3.6.4"
"typescript": "~3.7.2"
},
"dependencies": {
"@loopback/boot": "^1.5.10",
Expand Down
6 changes: 3 additions & 3 deletions examples/hello-world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-eslint-plugin": "^2.1.0",
"eslint-plugin-mocha": "^6.2.1",
"typescript": "~3.6.4"
"typescript": "~3.7.2"
},
"keywords": [
"loopback",
Expand Down
6 changes: 3 additions & 3 deletions examples/lb3-application/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/lb3-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-eslint-plugin": "^2.1.0",
"eslint-plugin-mocha": "^6.2.1",
"lodash": "^4.17.15",
"typescript": "~3.6.4"
"typescript": "~3.7.2"
},
"keywords": [
"loopback",
Expand Down
6 changes: 3 additions & 3 deletions examples/log-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/log-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-eslint-plugin": "^2.1.0",
"eslint-plugin-mocha": "^6.2.1",
"typescript": "~3.6.4"
"typescript": "~3.7.2"
},
"dependencies": {
"@loopback/context": "^1.23.4",
Expand Down
Loading

0 comments on commit 7db846b

Please sign in to comment.