mirror of
https://github.com/tradingview/charting-library-examples.git
synced 2024-11-25 16:27:09 +08:00
CL-1977: Updating svelte
This commit is contained in:
parent
9abf8d382a
commit
774bed3ac4
@ -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
|
||||
|
||||
|
825
sveltekit/package-lock.json
generated
825
sveltekit/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
expectedOrder: "latestFirst",
|
||||
}
|
||||
),
|
||||
interval: "1H",
|
||||
interval: "1D",
|
||||
container: "tv-chart-container",
|
||||
library_path: "/charting_library/",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user