Skip to content

Commit 84608d9

Browse files
committed
Update dependency typescript to v3.4.5
1 parent 826f8fc commit 84608d9

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Diff for: map-share-frontend/package-lock.json

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

Diff for: map-share-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"executive": "1.6.3",
1818
"hyperapp-redux-devtools": "1.1.6",
1919
"parcel": "1.10.3",
20-
"typescript": "3.1.6"
20+
"typescript": "3.4.5"
2121
},
2222
"dependencies": {
2323
"camelcase": "5.0.0",

Diff for: map-share-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"forever": "0.15.3",
2424
"micro-dev": "3.0.0",
2525
"sass": "1.15.1",
26-
"typescript": "3.1.6"
26+
"typescript": "3.4.5"
2727
},
2828
"dependencies": {
2929
"@types/express-fileupload": "0.4.0",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"tslint-config-prettier": "1.17.0",
2424
"tslint-microsoft-contrib": "5.2.1",
2525
"tslint-sonarts": "1.8.0",
26-
"typescript": "3.1.6"
26+
"typescript": "3.4.5"
2727
}
2828
}

Diff for: yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -5814,10 +5814,10 @@ safer-eval@^1.2.3:
58145814
dependencies:
58155815
clones "^1.1.0"
58165816

5817-
5818-
version "1.15.0"
5819-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.15.0.tgz#80cd374ad9db9f4a24942cf927552d31d8b6f376"
5820-
integrity sha512-xY+n0MB/KAjwwNJYXBD5yJOG2mS2Ac8AXB7Ci2KbWxivbiDVMxhy3vbvXAllVABAHjBqZYUPq1qOJeqZ2XMVIQ==
5817+
5818+
version "1.15.1"
5819+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.15.1.tgz#25a03f6813413540210580b670628360c36267d3"
5820+
integrity sha512-WiDa5BsePB/rQEbh/Fv2pVDUCasxuRYjW7GsWx8Ld23LY61vx1VV5Mzf/7mu5kLWKMryMqo65fzYL34HgaM47w==
58215821
dependencies:
58225822
chokidar "^2.0.0"
58235823

@@ -6526,10 +6526,10 @@ typedarray@^0.0.6:
65266526
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
65276527
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
65286528

6529-
typescript@3.1.6:
6530-
version "3.1.6"
6531-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
6532-
integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==
6529+
typescript@3.4.5:
6530+
version "3.4.5"
6531+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
6532+
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
65336533

65346534
unicode-canonical-property-names-ecmascript@^1.0.4:
65356535
version "1.0.4"

0 commit comments

Comments
 (0)