From 04aad7c62e3372defab5813e008b87d327a60a4f Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 6 Sep 2024 15:52:57 +0200 Subject: [PATCH] upgrade tailwindcss --- package-lock.json | 8 ++++---- package.json | 2 +- src/routes/stock-screener/[strategyId]/+page.svelte | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d12cd1f9..95c14bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "svelte-tiny-virtual-list": "^2.1.2", "tailwind-merge": "^2.5.2", "tailwind-variants": "^0.2.1", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.10", "tslib": "^2.7.0", "typescript": "^5.4.5", "util": "^0.12.5", @@ -7946,9 +7946,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index fa65bdcf..b606524a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "svelte-tiny-virtual-list": "^2.1.2", "tailwind-merge": "^2.5.2", "tailwind-variants": "^0.2.1", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.10", "tslib": "^2.7.0", "typescript": "^5.4.5", "util": "^0.12.5", diff --git a/src/routes/stock-screener/[strategyId]/+page.svelte b/src/routes/stock-screener/[strategyId]/+page.svelte index c63640cd..09da5ab9 100644 --- a/src/routes/stock-screener/[strategyId]/+page.svelte +++ b/src/routes/stock-screener/[strategyId]/+page.svelte @@ -98,7 +98,7 @@ const allRules = { beta: { label: 'Beta', step: [10,5,1,-5,-10], category: 'fund', defaultCondition: 'over', defaultValue: 1 }, ebitda: { label: 'EBITDA', step: ['100B','50B','10B','1B','300M','100M','10M'], category: 'fund', defaultCondition: 'over', defaultValue: '10M' }, growthEBITDA: { label: 'EBITDA Growth', step: ['200%','100%','50%','20%','10%','5%','1%'], category: 'fund', defaultCondition: 'over', defaultValue: '1%' }, - var: { label: 'Value-at-Risk', step: ['-1%','-5%','-10%','-15%','-20%'], category: 'fund', defaultCondition: 'over', defaultValue: '1%' }, + var: { label: 'Value-at-Risk', step: ['-1%','-5%','-10%','-15%','-20%'], category: 'fund', defaultCondition: 'over', defaultValue: '-5%' }, trendAnalysis: { label: 'AI Trend Analysis (Bullish)', step: ['80%','70%','60%','50%'], category: 'ai', defaultCondition: 'over', defaultValue: '50%' }, fundamentalAnalysis: { label: 'AI Fundamental Analysis (Bullish)', step: ['80%','70%','60%','50%'], category: 'ai', defaultCondition: 'over', defaultValue: '50%' }, currentRatio: { label: 'Current Ratio', step: [50,40,30,20,10,5,1], category: 'fund', defaultCondition: 'over', defaultValue: 1 },