CL-1977: Updating svelte

This commit is contained in:
Romain Francois 2024-07-31 14:50:35 +01:00
parent 9abf8d382a
commit 774bed3ac4
4 changed files with 529 additions and 311 deletions

View File

@ -1,9 +1,6 @@
# TradingView Charting Library and Sveltekit(Svelte) Integration Example
**_The earliest supported version of the charting library for these examples is
`v24`._**
**_This example is for Sveltekit v.1.0 and Svelte v.4.0 and above_**
The earliest supported version of the charting library for these examples is `v28.0.0`.
## How to start

File diff suppressed because it is too large Load Diff

View File

@ -8,10 +8,10 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"svelte": "^4.0.5",
"vite": "^4.4.2"
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"svelte": "^4.2.18",
"vite": "^5.3.5"
},
"type": "module"
}

View File

@ -24,7 +24,7 @@
expectedOrder: "latestFirst",
}
),
interval: "1H",
interval: "1D",
container: "tv-chart-container",
library_path: "/charting_library/",