From f581a6acd96b0ba0b99673ca4ffef4988765e27c Mon Sep 17 00:00:00 2001 From: Nenad Date: Mon, 8 Jan 2024 09:41:17 +0100 Subject: [PATCH] Fix stripe version (no caret) --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a0e135b7b3..604b0b6c87 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@keplr-wallet/wc-qrcode-modal": "0.12.23", "@reduxjs/toolkit": "1.9.7", "@sentry/react": "7.81.0", - "@stripe/react-stripe-js": "^2.4.0", + "@stripe/react-stripe-js": "2.4.0", "@stripe/stripe-js": "^2.2.1", "@terra-money/terra.js": "3.1.10", "@terra-money/wallet-provider": "3.11.2", diff --git a/yarn.lock b/yarn.lock index 7ef613110b..9b14a4fb01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4949,7 +4949,7 @@ __metadata: languageName: node linkType: hard -"@stripe/react-stripe-js@npm:^2.4.0": +"@stripe/react-stripe-js@npm:2.4.0": version: 2.4.0 resolution: "@stripe/react-stripe-js@npm:2.4.0" dependencies: @@ -6109,7 +6109,7 @@ __metadata: "@rsbuild/plugin-node-polyfill": "npm:0.2.8" "@rsbuild/plugin-react": "npm:0.2.8" "@sentry/react": "npm:7.81.0" - "@stripe/react-stripe-js": "npm:^2.4.0" + "@stripe/react-stripe-js": "npm:2.4.0" "@stripe/stripe-js": "npm:^2.2.1" "@tailwindcss/container-queries": "npm:0.1.1" "@terra-money/terra.js": "npm:3.1.10"