Skip to content

Commit a735a8f

Browse files
committed
update cohesion to fix types
1 parent 442051b commit a735a8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"form-data": "fixed to specific versions to resolve security vulnerabilities - remove resolutions when we are away from 3.0.x and 4.0.x"
108108
},
109109
"dependencies": {
110-
"@artsy/cohesion": "4.329.0",
110+
"@artsy/cohesion": "4.330.0",
111111
"@artsy/icons": "3.59.0",
112112
"@artsy/palette-mobile": "22.1.0",
113113
"@artsy/to-title-case": "1.2.0",

src/app/Scenes/Onboarding/Screens/Auth/hooks/useOnboardingAuthTracking.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const useOnboardingAuthTracking = () => {
1515
trackEvent(payload)
1616
},
1717
authModalScreenView: () => {
18-
const payload = screen({ context_screen_owner_type: OwnerType.authModal as any })
18+
const payload = screen({ context_screen_owner_type: OwnerType.authModal })
1919
trackEvent(payload)
2020
},
2121
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ __metadata:
2727
languageName: node
2828
linkType: hard
2929

30-
"@artsy/cohesion@npm:4.329.0":
31-
version: 4.329.0
32-
resolution: "@artsy/cohesion@npm:4.329.0"
30+
"@artsy/cohesion@npm:4.330.0":
31+
version: 4.330.0
32+
resolution: "@artsy/cohesion@npm:4.330.0"
3333
dependencies:
3434
core-js: "npm:3"
35-
checksum: 10c0/9522c46cef5680f2572052699cf5756217d586dae51f0718f2254432b8030f97376942a0496901b892b33072ad752eae5b09072414700b81f8e9d3122ab79912
35+
checksum: 10c0/8ff2051fbc3c75e25dd5c19c28203c3f337d4abc33f16a06b6ca16cd0f18e8e78342806096a3ebb5099e68fdd8e247d6826bb1ffc2c645c62345d0c6515962b9
3636
languageName: node
3737
linkType: hard
3838

@@ -12567,7 +12567,7 @@ __metadata:
1256712567
version: 0.0.0-use.local
1256812568
resolution: "eigen@workspace:."
1256912569
dependencies:
12570-
"@artsy/cohesion": "npm:4.329.0"
12570+
"@artsy/cohesion": "npm:4.330.0"
1257112571
"@artsy/icons": "npm:3.59.0"
1257212572
"@artsy/palette-mobile": "npm:22.1.0"
1257312573
"@artsy/to-title-case": "npm:1.2.0"

0 commit comments

Comments
 (0)