File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ declare var patchOuter: <T>(
5050declare 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.
Original file line number Diff line number Diff 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
55095509unbox-primitive@^1.0.1 :
55105510 version "1.0.1"
You can’t perform that action at this time.
0 commit comments