Merge pull request #1297 from freqtrade/dependabot/npm_and_yarn/main/typescript-5.1.3

build(deps-dev): bump typescript from 5.0.4 to 5.1.3
This commit is contained in:
Matthias 2023-06-07 20:41:28 +02:00 committed by GitHub
commit ff8d811f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 11 deletions

View File

@ -61,7 +61,7 @@
"portal-vue": "^3.0.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"typescript": "~5.0.4",
"typescript": "~5.1.3",
"unplugin-icons": "^0.16.2",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",

View File

@ -383,9 +383,7 @@ function updateChart(initial = false) {
if (Array.isArray(chartOptions.value.xAxis) && chartOptions.value.xAxis.length <= plotIndex) {
chartOptions.value.xAxis.push({
type: 'time',
scale: true,
gridIndex: currGridIdx,
boundaryGap: false,
axisLine: { onZero: false },
axisTick: { show: false },
axisLabel: { show: false },
@ -559,8 +557,6 @@ function initializeChartOptions() {
xAxis: [
{
type: 'time',
scale: true,
boundaryGap: false,
axisLine: { onZero: false },
axisTick: { show: true },
axisLabel: { show: true },
@ -576,8 +572,6 @@ function initializeChartOptions() {
{
type: 'time',
gridIndex: 1,
scale: true,
boundaryGap: false,
axisLine: { onZero: false },
axisTick: { show: false },
axisLabel: { show: false },

View File

@ -3412,10 +3412,10 @@ type-fest@^0.21.3:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
typescript@~5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
typescript@~5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
ufo@^1.1.1:
version "1.1.1"