Skip to content

Commit

Permalink
Merge branch 'dev' into plugin_editor
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 authored Nov 4, 2024
2 parents 152d718 + 580188c commit a7fe2b5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
# Do not use unbuntu-latest because it causes `The operation was canceled` failures:
# https://github.com/actions/runner-images/issues/6709
os: [macos-12, ubuntu-20.04, windows-2019]
os: [macos-13, ubuntu-20.04, windows-2019]
steps:

# Trying to fix random networking issues on Windows
Expand Down
2 changes: 1 addition & 1 deletion packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@joplin/tools": "~3.2",
"@js-draw/material-icons": "1.20.3",
"@react-native/babel-preset": "0.74.86",
"@react-native/metro-config": "0.74.86",
"@react-native/metro-config": "0.74.87",
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.3.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/lib/services/ocr/OcrService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Logger from '@joplin/utils/Logger';

describe('OcrService', () => {

jest.retryTimes(2);

beforeEach(async () => {
await setupDatabaseAndSynchronizer(1);
await setupDatabaseAndSynchronizer(2);
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8216,7 +8216,7 @@ __metadata:
"@react-native-community/push-notification-ios": 1.11.0
"@react-native-community/slider": 4.5.2
"@react-native/babel-preset": 0.74.86
"@react-native/metro-config": 0.74.86
"@react-native/metro-config": 0.74.87
"@sqlite.org/sqlite-wasm": 3.46.0-build2
"@testing-library/jest-native": 5.4.3
"@testing-library/react-native": 12.3.3
Expand Down Expand Up @@ -11359,10 +11359,10 @@ __metadata:
languageName: node
linkType: hard

"@react-native/js-polyfills@npm:0.74.86":
version: 0.74.86
resolution: "@react-native/js-polyfills@npm:0.74.86"
checksum: 03e0cc36f6924b5b2b59afc4e3556f2fa919e60b7389a789a2e067e5f1be0cfdf08ec89540823aee58846bca80bc8958fe9dafb78b4a810fd81660727e58e4bc
"@react-native/js-polyfills@npm:0.74.87":
version: 0.74.87
resolution: "@react-native/js-polyfills@npm:0.74.87"
checksum: 268df78b62d22af2ad3e70e107ba0dd5d3c242a5fb11388dd9967c8bb46ce89433fbffd115c3752d31b3bde80616d1f6386edda4538983ddd74eb0df7c72344e
languageName: node
linkType: hard

Expand All @@ -11380,29 +11380,29 @@ __metadata:
languageName: node
linkType: hard

"@react-native/metro-babel-transformer@npm:0.74.86":
version: 0.74.86
resolution: "@react-native/metro-babel-transformer@npm:0.74.86"
"@react-native/metro-babel-transformer@npm:0.74.87":
version: 0.74.87
resolution: "@react-native/metro-babel-transformer@npm:0.74.87"
dependencies:
"@babel/core": ^7.20.0
"@react-native/babel-preset": 0.74.86
"@react-native/babel-preset": 0.74.87
hermes-parser: 0.19.1
nullthrows: ^1.1.1
peerDependencies:
"@babel/core": "*"
checksum: d2eb7671fb931c33e32ed5d70d12bcd6f9415e905e42eb64eec74b802e2f73a80d332fa0e7ccd3f3b75a71c5fa2a47fe7cfb38a7e2b8813734c6e47b4ea533f0
checksum: c665e7652aa086ed04efa03cfcaa22a405f2c885e844b23b194c5860f7ec616a59c6ac189dc024c8117a684b3d730c383d51f2a28f360277ab446a0f2ff0210c
languageName: node
linkType: hard

"@react-native/metro-config@npm:0.74.86":
version: 0.74.86
resolution: "@react-native/metro-config@npm:0.74.86"
"@react-native/metro-config@npm:0.74.87":
version: 0.74.87
resolution: "@react-native/metro-config@npm:0.74.87"
dependencies:
"@react-native/js-polyfills": 0.74.86
"@react-native/metro-babel-transformer": 0.74.86
"@react-native/js-polyfills": 0.74.87
"@react-native/metro-babel-transformer": 0.74.87
metro-config: ^0.80.3
metro-runtime: ^0.80.3
checksum: 06b5603e82681836c28dd7f28a7317a673c79352a2e04dfd89526afedab6fd6abc3c74560d959851a07215c608613c982daeb387eea836422e5691cb8b88fc60
checksum: e8256a8236133235882fdecfc875244793a39b5b6e61bbef60c4fb165cc60ac2af018d0587ba68494e072281dd32965f25b526b4ab28f978405a490d2ecabfd2
languageName: node
linkType: hard

Expand Down

0 comments on commit a7fe2b5

Please sign in to comment.