Skip to content

Commit d5bd8fd

Browse files
gregaubertsonartech
authored andcommitted
SC-36136 Add missing dep-check script on root package.json (#3779)
GitOrigin-RevId: fa12bb001059c897df08ddd8fb9e88dac1697044
1 parent 89ffa6f commit d5bd8fd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@react-spring/web": "10.0.1",
6262
"@sentry/fullstory": "4.0.0",
6363
"@sentry/react": "10.11.0",
64-
"@sonarsource/echoes-react": "1.7.0-5720",
64+
"@sonarsource/echoes-react": "1.7.0",
6565
"@stripe/react-stripe-js": "5.3.0",
6666
"@stripe/stripe-js": "8.2.0",
6767
"@tanstack/react-query": "5.56.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,9 +3192,9 @@ __metadata:
31923192
languageName: node
31933193
linkType: hard
31943194

3195-
"@mantine/core@patch:@mantine/[email protected]#./.yarn/patches/@mantine-core-npm-7.12.2-7aad505c0f.patch::locator=%40sonarsource%2Fechoes-react%40npm%3A1.7.0-5720%3A%3A__archiveUrl%3Dhttps%253A%252F%252Frepox.jfrog.io%252Fartifactory%252Fapi%252Fnpm%252Fnpm%252F%2540sonarsource%252Fechoes-react%252F-%252F%2540sonarsource%252Fechoes-react-1.7.0-5720.tgz":
3195+
"@mantine/core@patch:@mantine/[email protected]#./.yarn/patches/@mantine-core-npm-7.12.2-7aad505c0f.patch::locator=%40sonarsource%2Fechoes-react%40npm%3A1.7.0":
31963196
version: 7.12.2
3197-
resolution: "@mantine/core@patch:@mantine/core@npm%3A7.12.2#./.yarn/patches/@mantine-core-npm-7.12.2-7aad505c0f.patch::version=7.12.2&hash=cab555&locator=%40sonarsource%2Fechoes-react%40npm%3A1.7.0-5720%3A%3A__archiveUrl%3Dhttps%253A%252F%252Frepox.jfrog.io%252Fartifactory%252Fapi%252Fnpm%252Fnpm%252F%2540sonarsource%252Fechoes-react%252F-%252F%2540sonarsource%252Fechoes-react-1.7.0-5720.tgz"
3197+
resolution: "@mantine/core@patch:@mantine/core@npm%3A7.12.2#./.yarn/patches/@mantine-core-npm-7.12.2-7aad505c0f.patch::version=7.12.2&hash=cab555&locator=%40sonarsource%2Fechoes-react%40npm%3A1.7.0"
31983198
dependencies:
31993199
"@floating-ui/react": "npm:^0.26.9"
32003200
clsx: "npm:^2.1.1"
@@ -6082,9 +6082,9 @@ __metadata:
60826082
languageName: node
60836083
linkType: hard
60846084

6085-
"@sonarsource/echoes-react@npm:1.7.0-5720":
6086-
version: 1.7.0-5720
6087-
resolution: "@sonarsource/echoes-react@npm:1.7.0-5720::__archiveUrl=https%3A%2F%2Frepox.jfrog.io%2Fartifactory%2Fapi%2Fnpm%2Fnpm%2F%40sonarsource%2Fechoes-react%2F-%2F%40sonarsource%2Fechoes-react-1.7.0-5720.tgz"
6085+
"@sonarsource/echoes-react@npm:1.7.0":
6086+
version: 1.7.0
6087+
resolution: "@sonarsource/echoes-react@npm:1.7.0"
60886088
dependencies:
60896089
"@mantine/core": "patch:@mantine/[email protected]#./.yarn/patches/@mantine-core-npm-7.12.2-7aad505c0f.patch"
60906090
"@mantine/hooks": "npm:7.12.2"
@@ -6110,7 +6110,7 @@ __metadata:
61106110
react-dom: ^18.0.0
61116111
react-intl: ^6.0.0
61126112
react-router-dom: ^6.0.0
6113-
checksum: 10/623101127432baaf44f445da85c95c6870ffd9ddb3d9ef017eb89ddabf6c7fdf06dae16e80d2c63232ac866739717eb0be2ac767130aabf5fcfdd93d5c790fff
6113+
checksum: 10/46733b729a603ae48baaa0cdba25f6e91ffd467e470aca2b25e6d2a038ed52fd22d361b38f264ee0826c8d73b3fcadd5a00b3907cf19c7c31843b01735eb253f
61146114
languageName: node
61156115
linkType: hard
61166116

@@ -20429,7 +20429,7 @@ __metadata:
2042920429
"@rollup/plugin-replace": "npm:6.0.2"
2043020430
"@sentry/fullstory": "npm:4.0.0"
2043120431
"@sentry/react": "npm:10.11.0"
20432-
"@sonarsource/echoes-react": "npm:1.7.0-5720"
20432+
"@sonarsource/echoes-react": "npm:1.7.0"
2043320433
"@sprig-technologies/sprig-browser": "npm:2.34.0"
2043420434
"@stripe/react-stripe-js": "npm:5.3.0"
2043520435
"@stripe/stripe-js": "npm:8.2.0"

0 commit comments

Comments
 (0)