Skip to content

Commit

Permalink
chore(typescript): Update to TS 2.4 and @uirouter/core 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jun 29, 2017
1 parent f828d92 commit 1280706
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@uirouter/core": "=5.0.4",
"@uirouter/core": "=5.0.5",
"@uirouter/rx": "=0.4.1",
"tslib": "^1.7.1"
},
Expand Down Expand Up @@ -99,7 +99,7 @@
"typedoc-plugin-external-module-name": "^1.0.2",
"typedoc-plugin-internal-external": "^1.0.0",
"typedoc-plugin-ui-router": "^1.0.0",
"typescript": "^2.2.0",
"typescript": "~2.4.1",
"ui-router-typedoc-themes": "^1.0.0",
"webpack": "^2.2.0",
"webpack-dev-server": "2.2.0",
Expand Down
12 changes: 8 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
dependencies:
"@types/node" "*"

"@uirouter/core@=5.0.4":
version "5.0.4"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.4.tgz#798b9ec0f2cf58b234cce75fa2634b4698a44aca"
"@uirouter/core@=5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.5.tgz#4fafae8b89e1bee321b0ed32e69ab66547c055c6"

"@uirouter/rx@=0.4.1":
version "0.4.1"
Expand Down Expand Up @@ -3941,10 +3941,14 @@ typedoc@~0.5.0:
typedoc-default-themes "^0.4.2"
typescript "2.2.2"

[email protected], typescript@^2.2.0:
[email protected]:
version "2.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.2.tgz#606022508479b55ffa368b58fee963a03dfd7b0c"

typescript@~2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"

ua-parser-js@^0.7.9:
version "0.7.12"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.12.tgz#04c81a99bdd5dc52263ea29d24c6bf8d4818a4bb"
Expand Down

0 comments on commit 1280706

Please sign in to comment.