Skip to content

Commit 37f5aaf

Browse files
committed
chore: update cohesion
1 parent 7fb036a commit 37f5aaf

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
@@ -71,7 +71,7 @@
7171
"sha.js": "^2.4.12"
7272
},
7373
"dependencies": {
74-
"@artsy/cohesion": "4.335.0",
74+
"@artsy/cohesion": "4.336.0",
7575
"@artsy/commerce_helpers": "artsy/commerce_helpers",
7676
"@artsy/detect-responsive-traits": "^0.2.0",
7777
"@artsy/dismissible": "^0.7.0",

src/Components/Search/SearchBarInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export const SearchBarInput: FC<
238238
}
239239
const handlePaste = () => {
240240
tracking.trackEvent({
241-
action_type: "pastedIntoSearchInput", // ActionType.pastedIntoSearchInput,
241+
action_type: ActionType.pastedIntoSearchInput,
242242
context_module: selectedPill.analyticsContextModule,
243243
query: value,
244244
})

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ __metadata:
3131
languageName: node
3232
linkType: hard
3333

34-
"@artsy/cohesion@npm:4.335.0":
35-
version: 4.335.0
36-
resolution: "@artsy/cohesion@npm:4.335.0"
34+
"@artsy/cohesion@npm:4.336.0":
35+
version: 4.336.0
36+
resolution: "@artsy/cohesion@npm:4.336.0"
3737
dependencies:
3838
core-js: "npm:3"
39-
checksum: 10c0/8186b754719c721b0725cc45645572294dbbf3a19bf224d1035bd767c2854c01fb7cc3b44a56a28c0ea43ebf0b29d5c956bbc0a23ca94b426f2f56eec5dafa8e
39+
checksum: 10c0/97db00d51d98c88625fd2925af74184da94af2ec2af07216f4da6c0e5cc9e0069cc02297e3f7702d2a334567121151a9b6e0931899f5d20f62a764f063c913a7
4040
languageName: node
4141
linkType: hard
4242

@@ -9308,7 +9308,7 @@ __metadata:
93089308
resolution: "force@workspace:."
93099309
dependencies:
93109310
"@artaio/arta-browser": "npm:^2.16.1"
9311-
"@artsy/cohesion": "npm:4.335.0"
9311+
"@artsy/cohesion": "npm:4.336.0"
93129312
"@artsy/commerce_helpers": artsy/commerce_helpers
93139313
"@artsy/detect-responsive-traits": "npm:^0.2.0"
93149314
"@artsy/dismissible": "npm:^0.7.0"

0 commit comments

Comments
 (0)