Skip to content

Commit

Permalink
Merge branch 'main' into bun-v1.2
Browse files Browse the repository at this point in the history
# Conflicts:
#	bun.lockb
#	package.json
  • Loading branch information
danadajian committed Jan 23, 2025
2 parents d7f725d + c78940b commit bcdb16d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/frontend/cypress/support/component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './commands';

import { mount } from 'cypress/react18';
import { mount } from 'cypress/react';
import { MOCK_ERROR_MESSAGE } from '../mocks/base-image-update-rejection';

declare global {
Expand Down
2 changes: 1 addition & 1 deletion comparadise-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"cypress": "13.17.0",
"cypress": "14.0.0",
"tsup": "8.3.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.14",
"bun-types": "1.2.0",
"cypress": "13.17.0",
"cypress": "14.0.0",
"eslint": "9.17.0",
"eslint-plugin-react": "7.37.3",
"jest": "29.7.0",
Expand Down

0 comments on commit bcdb16d

Please sign in to comment.