Skip to content

Commit

Permalink
Update typescript to fix emitted declarations. #232
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 13, 2018
1 parent bbc3e6f commit 8b47d81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-google-charts",
"version": "3.0.3",
"version": "3.0.4",
"type": "react-component",
"description": "react-google-charts React component",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -33,6 +33,7 @@
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@types/jquery": "^3.3.5",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"cypress": "^3.0.3",
Expand All @@ -52,7 +53,7 @@
"release": "^4.0.2",
"rollup": "^0.63.5",
"rollup-plugin-typescript2": "^0.16.1",
"typescript": "2.9"
"typescript": "^3.0.1"
},
"gh-pages-deploy": {
"staticpath": "demo/dist/"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
version "0.0.39"
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"

"@types/jquery@*":
"@types/jquery@*", "@types/jquery@^3.3.5":
version "3.3.5"
resolved "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.5.tgz#75cfec8c5ee38355d14296ada7e7e2fb8bd3ac2f"

Expand Down Expand Up @@ -10482,9 +10482,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@2.9:
version "2.9.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
typescript@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"

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

0 comments on commit 8b47d81

Please sign in to comment.