Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Update dependency typescript to v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 15, 2018
1 parent 7b69b73 commit b1aa4e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"rollup-plugin-commonjs": "8.3.0",
"rollup-plugin-node-resolve": "3.0.2",
"rollup-plugin-typescript2": "0.11.1",
"typescript": "2.7.1"
"typescript": "2.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/Icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-minify": "0.3.0",
"icons": "git+https://[email protected]/google/material-design-icons.git",
"typescript": "2.7.1"
"typescript": "2.7.2"
},
"scripts": {
"build": "tsc install.ts && node install"
Expand Down
6 changes: 3 additions & 3 deletions packages/Icons/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,6 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

[email protected].1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"
[email protected].2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
2 changes: 1 addition & 1 deletion packages/Site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-preset-env": "1.6.1",
"cross-env": "5.1.3",
"nodemon": "1.14.12",
"typescript": "2.7.1",
"typescript": "2.7.2",
"webpack": "3.11.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/Site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3759,9 +3759,9 @@ type-is@~1.6.15:
media-typer "0.3.0"
mime-types "~2.1.15"

[email protected].1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"
[email protected].2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"

uglify-js@^2.8.29:
version "2.8.29"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2147,9 +2147,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

[email protected].1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"
[email protected].2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"

uglify-js@^2.6:
version "2.8.29"
Expand Down

0 comments on commit b1aa4e2

Please sign in to comment.