Skip to content

Commit 596a884

Browse files
authored
Merge pull request #159 from valentinpalkovic/use-proper-typescript-range
Apply supported Typescript range
2 parents db24f8f + 809c415 commit 596a884

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lodash": "^4.17.20",
2525
"prettier": "^2.5.1",
2626
"shelljs": "^0.8.4",
27-
"typescript": "^4.0.2",
27+
"typescript": "~4.4.4",
2828
"typescript-compiler": "^1.4.1-2"
2929
},
3030
"devDependencies": {

src/__tests__/__snapshots__/jsdoc.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ declare var patchOuter: <T>(
5050
declare class ECharts {}
5151
/**
5252
* Creates an ECharts instance, and returns an echartsInstance. You shall
53-
* not initialize multiple ECharts instances on a single container.
53+
* not initialize multiple ECharts instances on a single container.
5454
* @param {HTMLDivElement | HTMLCanvasElement} dom Instance container,
5555
* usually is a \`div\` element with height and width defined.
5656
* @param {{[key: string]: any} | string} [theme] Theme to be applied.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5501,10 +5501,10 @@ typescript-compiler@^1.4.1-2:
55015501
resolved "https://registry.yarnpkg.com/typescript-compiler/-/typescript-compiler-1.4.1-2.tgz#ba4f7db22d91534a1929d90009dce161eb72fd3f"
55025502
integrity sha1-uk99si2RU0oZKdkACdzhYety/T8=
55035503

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

55095509
unbox-primitive@^1.0.1:
55105510
version "1.0.1"

0 commit comments

Comments
 (0)