Skip to content

Commit 3070b7a

Browse files
committed
Update dependency typescript to v3.2.1
1 parent bdc1999 commit 3070b7a

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
@@ -16,7 +16,7 @@
1616
"executive": "1.6.3",
1717
"hyperapp-redux-devtools": "1.1.6",
1818
"parcel": "1.10.3",
19-
"typescript": "3.1.6"
19+
"typescript": "3.2.1"
2020
},
2121
"dependencies": {
2222
"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.2.1"
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.2.1"
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.2.1:
6530+
version "3.2.1"
6531+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.1.tgz#0b7a04b8cf3868188de914d9568bd030f0c56192"
6532+
integrity sha512-jw7P2z/h6aPT4AENXDGjcfHTu5CSqzsbZc6YlUIebTyBAq8XaKp78x7VcSh30xwSCcsu5irZkYZUSFP1MrAMbg==
65336533

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

0 commit comments

Comments
 (0)