Skip to content

Commit

Permalink
Mobile: Fixes #9374: Fix tooltips don't disappear on some devices (up…
Browse files Browse the repository at this point in the history
…grade to js-draw 1.13.2) (#9401)
  • Loading branch information
personalizedrefrigerator committed Nov 29, 2023
1 parent f0a1b41 commit b1c8cb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.0",
"@joplin/tools": "~2.13",
"@js-draw/material-icons": "1.11.2",
"@js-draw/material-icons": "1.13.2",
"@lezer/highlight": "1.1.4",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.3.1",
Expand All @@ -106,7 +106,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jetifier": "2.0.0",
"js-draw": "1.11.2",
"js-draw": "1.13.2",
"jsdom": "22.1.0",
"metro-react-native-babel-preset": "0.73.9",
"nodemon": "3.0.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6293,7 +6293,7 @@ __metadata:
"@joplin/renderer": ~2.13
"@joplin/tools": ~2.13
"@joplin/utils": ~2.13
"@js-draw/material-icons": 1.11.2
"@js-draw/material-icons": 1.13.2
"@lezer/highlight": 1.1.4
"@react-native-community/clipboard": 1.5.1
"@react-native-community/datetimepicker": 7.6.1
Expand Down Expand Up @@ -6323,7 +6323,7 @@ __metadata:
jest: 29.7.0
jest-environment-jsdom: 29.7.0
jetifier: 2.0.0
js-draw: 1.11.2
js-draw: 1.13.2
jsc-android: 241213.1.0
jsdom: 22.1.0
lodash: 4.17.21
Expand Down Expand Up @@ -6990,12 +6990,12 @@ __metadata:
languageName: node
linkType: hard

"@js-draw/material-icons@npm:1.11.2":
version: 1.11.2
resolution: "@js-draw/material-icons@npm:1.11.2"
"@js-draw/material-icons@npm:1.13.2":
version: 1.13.2
resolution: "@js-draw/material-icons@npm:1.13.2"
peerDependencies:
js-draw: ^1.0.1
checksum: 6a6bbdf936d3a97fab43321d807672f157b12201290a98bd3fd33a7e53966647ed9c5a8aba5dfd6d743bfc37ab9ddff14cbb7fc3f4ffb8b79ff7617a7e886160
checksum: a442d10926b9218b959a2c5d441998c009d72be9b1c3c48a35501be74a27f107963e1c02dfa6c5c075d474de164a8d4571d0cb00a79645205c988f89a8ae5ea8
languageName: node
linkType: hard

Expand Down Expand Up @@ -26295,13 +26295,13 @@ __metadata:
languageName: node
linkType: hard

"js-draw@npm:1.11.2":
version: 1.11.2
resolution: "js-draw@npm:1.11.2"
"js-draw@npm:1.13.2":
version: 1.13.2
resolution: "js-draw@npm:1.13.2"
dependencies:
"@js-draw/math": ^1.11.1
"@melloware/coloris": 0.22.0
checksum: 59669bbe37f4c980f8532b96ec7a80880966beca3a82973fa0681c3988d8ed12745d5c1b27645853806087664c14fa49530fc8815a471346f03b3ef7c4366ea9
checksum: 22dc85634f5717c015f31d0e6daabe8eb189930dc102a96b1a49f548e9b208d302e014822ed04b82931a5ba2bacd3a33d9407d8d0a329966595e83e118075fa7
languageName: node
linkType: hard

Expand Down

0 comments on commit b1c8cb5

Please sign in to comment.