From e0f5f3fc94006fa4e59d7300ca0cf1274b11036e Mon Sep 17 00:00:00 2001 From: Romain Francois Date: Thu, 22 Aug 2024 12:05:12 +0100 Subject: [PATCH] Addressing comments --- angular/README.md | 2 +- nuxtjs/package.json | 2 +- vuejs3/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angular/README.md b/angular/README.md index 4cc7077..37d1b62 100644 --- a/angular/README.md +++ b/angular/README.md @@ -1,4 +1,4 @@ -# TradingView Charting Library and Angular 5 Integration Example +# TradingView Charting Library and Angular Integration Example The earliest supported version of the charting library for these examples is `v28.0.0`. diff --git a/nuxtjs/package.json b/nuxtjs/package.json index 761b445..712c15a 100644 --- a/nuxtjs/package.json +++ b/nuxtjs/package.json @@ -13,6 +13,6 @@ "nuxt": "~2.18.1" }, "devDependencies": { - "vue-server-renderer": "2.7.16" + "vue-server-renderer": "2.7.16" } } diff --git a/vuejs3/package.json b/vuejs3/package.json index f8be1ea..1717435 100644 --- a/vuejs3/package.json +++ b/vuejs3/package.json @@ -15,4 +15,4 @@ "@vitejs/plugin-vue": "^5.1.1", "vite": "^5.3.5" } -} \ No newline at end of file +}