From 6658ec53595cc0ea1137d08110662034e67f681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Fri, 20 Sep 2024 10:49:47 -0300 Subject: [PATCH] chore: fix paragon semver --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f32731b5f..12361f62a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@edx/frontend-platform": "8.1.1", "@edx/reactifex": "^2.1.1", "@openedx/frontend-build": "14.1.2", - "@openedx/paragon": "22.8.0", + "@openedx/paragon": "^22.8.0", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "10.4.9", diff --git a/package.json b/package.json index 83093cf4f..4e682fdb8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@edx/frontend-platform": "8.1.1", "@edx/reactifex": "^2.1.1", "@openedx/frontend-build": "14.1.2", - "@openedx/paragon": "22.8.0", + "@openedx/paragon": "^22.8.0", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "10.4.9",