Skip to content

Commit 7db846b

Browse files
committed
chore: upgrade to TypeScript 3.7.2
1 parent d62612d commit 7db846b

30 files changed

+207
-204
lines changed

examples/context/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/context/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-config-prettier": "^6.5.0",
5151
"eslint-plugin-eslint-plugin": "^2.1.0",
5252
"eslint-plugin-mocha": "^6.2.1",
53-
"typescript": "~3.6.4"
53+
"typescript": "~3.7.2"
5454
},
5555
"keywords": [
5656
"loopback",

examples/express-composition/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/express-composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"eslint-config-prettier": "^6.5.0",
6767
"eslint-plugin-eslint-plugin": "^2.1.0",
6868
"eslint-plugin-mocha": "^6.2.1",
69-
"typescript": "~3.6.4"
69+
"typescript": "~3.7.2"
7070
}
7171
}

examples/greeter-extension/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/greeter-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-config-prettier": "^6.5.0",
5454
"eslint-plugin-eslint-plugin": "^2.1.0",
5555
"eslint-plugin-mocha": "^6.2.1",
56-
"typescript": "~3.6.4"
56+
"typescript": "~3.7.2"
5757
},
5858
"dependencies": {
5959
"@loopback/context": "^1.23.4",

examples/greeting-app/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/greeting-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-config-prettier": "^6.5.0",
5454
"eslint-plugin-eslint-plugin": "^2.1.0",
5555
"eslint-plugin-mocha": "^6.2.1",
56-
"typescript": "~3.6.4"
56+
"typescript": "~3.7.2"
5757
},
5858
"dependencies": {
5959
"@loopback/boot": "^1.5.10",

examples/hello-world/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-prettier": "^6.5.0",
5252
"eslint-plugin-eslint-plugin": "^2.1.0",
5353
"eslint-plugin-mocha": "^6.2.1",
54-
"typescript": "~3.6.4"
54+
"typescript": "~3.7.2"
5555
},
5656
"keywords": [
5757
"loopback",

examples/lb3-application/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/lb3-application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-eslint-plugin": "^2.1.0",
6565
"eslint-plugin-mocha": "^6.2.1",
6666
"lodash": "^4.17.15",
67-
"typescript": "~3.6.4"
67+
"typescript": "~3.7.2"
6868
},
6969
"keywords": [
7070
"loopback",

examples/log-extension/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/log-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-config-prettier": "^6.5.0",
5353
"eslint-plugin-eslint-plugin": "^2.1.0",
5454
"eslint-plugin-mocha": "^6.2.1",
55-
"typescript": "~3.6.4"
55+
"typescript": "~3.7.2"
5656
},
5757
"dependencies": {
5858
"@loopback/context": "^1.23.4",

0 commit comments

Comments
 (0)