Skip to content

Commit

Permalink
Merge pull request #159 from valentinpalkovic/use-proper-typescript-r…
Browse files Browse the repository at this point in the history
…ange

Apply supported Typescript range
  • Loading branch information
orta authored Jan 7, 2022
2 parents db24f8f + 809c415 commit 596a884
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lodash": "^4.17.20",
"prettier": "^2.5.1",
"shelljs": "^0.8.4",
"typescript": "^4.0.2",
"typescript": "~4.4.4",
"typescript-compiler": "^1.4.1-2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/jsdoc.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ declare var patchOuter: <T>(
declare class ECharts {}
/**
* Creates an ECharts instance, and returns an echartsInstance. You shall
* not initialize multiple ECharts instances on a single container.
* not initialize multiple ECharts instances on a single container.
* @param {HTMLDivElement | HTMLCanvasElement} dom Instance container,
* usually is a \`div\` element with height and width defined.
* @param {{[key: string]: any} | string} [theme] Theme to be applied.
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5501,10 +5501,10 @@ typescript-compiler@^1.4.1-2:
resolved "https://registry.yarnpkg.com/typescript-compiler/-/typescript-compiler-1.4.1-2.tgz#ba4f7db22d91534a1929d90009dce161eb72fd3f"
integrity sha1-uk99si2RU0oZKdkACdzhYety/T8=

typescript@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
typescript@~4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 596a884

Please sign in to comment.