Skip to content

Commit

Permalink
Move typescript to peer dependencies
Browse files Browse the repository at this point in the history
- upgrade dev dependency typescript to 2.8.3
  • Loading branch information
Igorbek committed May 1, 2018
1 parent 9b2ce51 commit 9adce11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-plugin-styled-components",
"version": "0.0.5",
"version": "0.0.6",
"description": "TypeScript transformer for improving the debugging experience of styled-components",
"main": "dist/index.js",
"homepage": "https://github.com/Igorbek/typescript-plugin-styled-components",
Expand All @@ -20,17 +20,20 @@
},
"typings": "dist/index.d.ts",
"dependencies": {
"ts-is-kind": "^1.0.0",
"ts-is-kind": "^1.0.0"
},
"peerDependencies": {
"typescript": "^2.5.2"
},
"devDependencies": {
"@types/jest": "^19.2.4",
"@types/node": "^7.0.31",
"@types/react": "^16.0.5",
"@types/react": "^16.3.13",
"styled-components": "^2.1.2",
"jest": "20",
"ts-jest": "20",
"ts-node": "^3.3.0"
"ts-node": "^3.3.0",
"typescript": "^2.8.3"
},
"files": [
"dist"
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
version "7.0.31"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.31.tgz#80ea4d175599b2a00149c29a10a4eb2dff592e86"

"@types/react@^16.0.5":
version "16.0.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.5.tgz#d713cf67cc211dea20463d2a0b66005c22070c4b"
"@types/react@^16.3.13":
version "16.3.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.13.tgz#47d466462b774556c1174ea0eda22c0578643362"
dependencies:
csstype "^2.2.0"

abab@^1.0.3:
version "1.0.3"
Expand Down Expand Up @@ -545,6 +547,10 @@ cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
dependencies:
cssom "0.3.x"

csstype@^2.2.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.4.2.tgz#158e36c69566bf968da63d0ba14eda1c20e8643a"

dashdash@^1.12.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
Expand Down Expand Up @@ -2262,9 +2268,9 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

typescript@^2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.2.tgz#038a95f7d9bbb420b1bf35ba31d4c5c1dd3ffe34"
typescript@^2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"

ua-parser-js@^0.7.9:
version "0.7.12"
Expand Down

0 comments on commit 9adce11

Please sign in to comment.