From 9752bee7179348e00c6254aeecad077cdc373d3d Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Wed, 27 Dec 2023 14:43:09 +0530 Subject: [PATCH] feat: verify ticket order --- components/TicketSection/TicketCardLPU.tsx | 2 +- components/TicketSection/TicketCardProf.tsx | 2 +- components/TicketSection/TicketCardStudent.tsx | 2 +- package.json | 4 ++-- yarn.lock | 17 ++++------------- 5 files changed, 9 insertions(+), 18 deletions(-) diff --git a/components/TicketSection/TicketCardLPU.tsx b/components/TicketSection/TicketCardLPU.tsx index 27a5e03..94b9416 100644 --- a/components/TicketSection/TicketCardLPU.tsx +++ b/components/TicketSection/TicketCardLPU.tsx @@ -36,7 +36,7 @@ function TicketCard({ toast.success('LPU Student Pass Selected', { position: 'top-right', }); - }}>Coming Soon + }} className='bg-red-950'>Rs. 200 ) diff --git a/components/TicketSection/TicketCardProf.tsx b/components/TicketSection/TicketCardProf.tsx index c766db8..d2bb9e1 100644 --- a/components/TicketSection/TicketCardProf.tsx +++ b/components/TicketSection/TicketCardProf.tsx @@ -35,7 +35,7 @@ function TicketCard({ toast.success('Professional Pass Selected', { position: 'top-right', }); - }}>Coming Soon + }} className='bg-red-950'>Rs. 400 ) diff --git a/components/TicketSection/TicketCardStudent.tsx b/components/TicketSection/TicketCardStudent.tsx index a7ea830..1515455 100644 --- a/components/TicketSection/TicketCardStudent.tsx +++ b/components/TicketSection/TicketCardStudent.tsx @@ -35,7 +35,7 @@ function TicketCard({ toast.success('Standard Pass Selected', { position: 'top-right', }); - }}>Coming Soon + }} className='bg-red-950'>Rs. 300 ) diff --git a/package.json b/package.json index 5a6ad86..0127d37 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ "@types/react-dom": "18.2.6", "@vercel/analytics": "^1.1.1", "autoprefixer": "10.4.14", - "axios": "^1.6.2", + "axios": "^1.6.3", "class-variance-authority": "^0.6.1", "clsx": "^1.2.1", "eslint": "8.44.0", "eslint-config-next": "13.4.7", "next": "13.5.4", - "postcss": "8.4.24", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-feather": "^2.0.10", diff --git a/yarn.lock b/yarn.lock index 9af7072..6b0191b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -491,10 +491,10 @@ axe-core@^4.6.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0" integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== -axios@^1.6.2: - version "1.6.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2" - integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A== +axios@^1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4" + integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" @@ -2009,15 +2009,6 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@8.4.24: - version "8.4.24" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df" - integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg== - dependencies: - nanoid "^3.3.6" - picocolors "^1.0.0" - source-map-js "^1.0.2" - postcss@8.4.31: version "8.4.31" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"