Skip to content

Commit

Permalink
Update dependency typescript to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 7, 2018
1 parent bdc1999 commit 997ab5f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions map-share-frontend/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 map-share-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"executive": "1.6.3",
"hyperapp-redux-devtools": "1.1.6",
"parcel": "1.10.3",
"typescript": "3.1.6"
"typescript": "3.2.2"
},
"dependencies": {
"camelcase": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion map-share-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"forever": "0.15.3",
"micro-dev": "3.0.0",
"sass": "1.15.1",
"typescript": "3.1.6"
"typescript": "3.2.2"
},
"dependencies": {
"@types/express-fileupload": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"tslint-config-prettier": "1.17.0",
"tslint-microsoft-contrib": "5.2.1",
"tslint-sonarts": "1.8.0",
"typescript": "3.1.6"
"typescript": "3.2.2"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5814,10 +5814,10 @@ safer-eval@^1.2.3:
dependencies:
clones "^1.1.0"

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

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

typescript@3.1.6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==
typescript@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"
integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==

unicode-canonical-property-names-ecmascript@^1.0.4:
version "1.0.4"
Expand Down

0 comments on commit 997ab5f

Please sign in to comment.