From 6db5723a50a430bf60423d9334f946445f2ed742 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 28 Jun 2023 15:12:32 +0100 Subject: [PATCH] Setup new release 2.12 --- packages/app-cli/package.json | 10 +-- packages/app-clipper/manifest.json | 2 +- packages/app-desktop/package.json | 8 +- packages/app-mobile/android/app/build.gradle | 2 +- .../ios/Joplin.xcodeproj/project.pbxproj | 8 +- packages/app-mobile/ios/Podfile.lock | 12 +-- packages/app-mobile/package.json | 12 +-- .../app/templates/src/manifest.json | 2 +- packages/generator-joplin/package.json | 4 +- packages/htmlpack/package.json | 2 +- packages/lib/package.json | 8 +- packages/pdf-viewer/package.json | 4 +- packages/plugin-repo-cli/package.json | 8 +- .../package.json | 2 +- packages/react-native-saf-x/package.json | 2 +- packages/renderer/package.json | 2 +- packages/server/package.json | 8 +- packages/tools/package.json | 8 +- packages/utils/package.json | 2 +- yarn.lock | 75 +++++++++++-------- 20 files changed, 96 insertions(+), 85 deletions(-) diff --git a/packages/app-cli/package.json b/packages/app-cli/package.json index a9e9e700a..a75d04a03 100644 --- a/packages/app-cli/package.json +++ b/packages/app-cli/package.json @@ -35,15 +35,15 @@ ], "owner": "Laurent Cozic" }, - "version": "2.11.1", + "version": "2.12.0", "bin": "./main.js", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@joplin/lib": "~2.11", - "@joplin/renderer": "~2.11", - "@joplin/utils": "~2.11", + "@joplin/lib": "~2.12", + "@joplin/renderer": "~2.12", + "@joplin/utils": "~2.12", "aws-sdk": "2.1340.0", "chalk": "4.1.2", "compare-version": "0.1.2", @@ -70,7 +70,7 @@ "yargs-parser": "21.1.1" }, "devDependencies": { - "@joplin/tools": "~2.11", + "@joplin/tools": "~2.12", "@types/fs-extra": "11.0.1", "@types/jest": "29.5.1", "@types/node": "18.15.13", diff --git a/packages/app-clipper/manifest.json b/packages/app-clipper/manifest.json index 596464707..01484671c 100644 --- a/packages/app-clipper/manifest.json +++ b/packages/app-clipper/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Joplin Web Clipper [DEV]", - "version": "2.11.2", + "version": "2.12.0", "description": "Capture and save web pages and screenshots from your browser to Joplin.", "homepage_url": "https://joplinapp.org", "content_security_policy": "script-src 'self'; object-src 'self'", diff --git a/packages/app-desktop/package.json b/packages/app-desktop/package.json index facd6a23c..03c525d7b 100644 --- a/packages/app-desktop/package.json +++ b/packages/app-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/app-desktop", - "version": "2.11.11", + "version": "2.12.0", "description": "Joplin for Desktop", "main": "main.js", "private": true, @@ -108,7 +108,7 @@ }, "homepage": "https://github.com/laurent22/joplin#readme", "devDependencies": { - "@joplin/tools": "~2.11", + "@joplin/tools": "~2.12", "@testing-library/react-hooks": "8.0.1", "@types/jest": "29.5.1", "@types/node": "18.15.13", @@ -137,8 +137,8 @@ "@electron/remote": "2.0.10", "@fortawesome/fontawesome-free": "5.15.4", "@joeattardi/emoji-button": "4.6.4", - "@joplin/lib": "~2.11", - "@joplin/renderer": "~2.11", + "@joplin/lib": "~2.12", + "@joplin/renderer": "~2.12", "async-mutex": "0.4.0", "codemirror": "5.65.9", "color": "3.2.1", diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index e5fdbdbfc..98cfbaa85 100644 --- a/packages/app-mobile/android/app/build.gradle +++ b/packages/app-mobile/android/app/build.gradle @@ -111,7 +111,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 2097716 - versionName "2.11.31" + versionName "2.12.0" // ndk { // abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" // } diff --git a/packages/app-mobile/ios/Joplin.xcodeproj/project.pbxproj b/packages/app-mobile/ios/Joplin.xcodeproj/project.pbxproj index a6af2b6df..a5f0ae203 100644 --- a/packages/app-mobile/ios/Joplin.xcodeproj/project.pbxproj +++ b/packages/app-mobile/ios/Joplin.xcodeproj/project.pbxproj @@ -523,7 +523,7 @@ INFOPLIST_FILE = Joplin/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 12.11.5; + MARKETING_VERSION = 12.12.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -551,7 +551,7 @@ INFOPLIST_FILE = Joplin/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 12.11.5; + MARKETING_VERSION = 12.12.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -705,7 +705,7 @@ INFOPLIST_FILE = ShareExtension/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 12.11.5; + MARKETING_VERSION = 12.12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension; @@ -736,7 +736,7 @@ INFOPLIST_FILE = ShareExtension/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 12.11.5; + MARKETING_VERSION = 12.12.0; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/packages/app-mobile/ios/Podfile.lock b/packages/app-mobile/ios/Podfile.lock index 0392e85b3..bbb4627ee 100644 --- a/packages/app-mobile/ios/Podfile.lock +++ b/packages/app-mobile/ios/Podfile.lock @@ -333,7 +333,7 @@ PODS: - React-jsinspector (0.71.10) - React-logger (0.71.10): - glog - - react-native-alarm-notification (2.11.0): + - react-native-alarm-notification (2.12.0): - React - react-native-camera (4.2.1): - React-Core @@ -349,7 +349,7 @@ PODS: - React - react-native-geolocation (3.0.6): - React-Core - - react-native-get-random-values (1.8.0): + - react-native-get-random-values (1.9.0): - React-Core - react-native-image-picker (5.3.1): - React-Core @@ -359,7 +359,7 @@ PODS: - React-Core - react-native-rsa-native (2.0.5): - React - - react-native-saf-x (2.11.0): + - react-native-saf-x (2.12.0): - React-Core - react-native-safe-area-context (4.5.3): - RCT-Folly @@ -775,17 +775,17 @@ SPEC CHECKSUMS: React-jsiexecutor: 4bb480a183a354e4dbfb1012936b1a2bb9357de7 React-jsinspector: cdc854f8b13abd202afa54bc12578e5afb9cfae1 React-logger: ef2269b3afa6ba868da90496c3e17a4ec4f4cee0 - react-native-alarm-notification: 26527410a6162d07a9dc57f4bbc62e94ff48e65d + react-native-alarm-notification: 0732f97be04975a23ba60e675bdb961a0aaf6aa6 react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f react-native-document-picker: 69ca2094d8780cfc1e7e613894d15290fdc54bba react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe react-native-geolocation: 0f7fe8a4c2de477e278b0365cce27d089a8c5903 - react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a + react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb react-native-image-picker: ec9b713e248760bfa0f879f0715391de4651a7cb react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2 react-native-rsa-native: 12132eb627797529fdb1f0d22fd0f8f9678df64a - react-native-saf-x: 9bd5238d3b43d76bbec64aa82c173ac20a4bce9f + react-native-saf-x: 129cd2ddf120a1f6164c724b2846d172666b33de react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753 react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261 diff --git a/packages/app-mobile/package.json b/packages/app-mobile/package.json index 438284c44..f5d28e7cb 100644 --- a/packages/app-mobile/package.json +++ b/packages/app-mobile/package.json @@ -2,7 +2,7 @@ "name": "@joplin/app-mobile", "description": "Joplin for Mobile", "license": "AGPL-3.0-or-later", - "version": "2.11.0", + "version": "2.12.0", "private": true, "scripts": { "start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache", @@ -18,10 +18,10 @@ "postinstall": "jetify && yarn run build" }, "dependencies": { - "@joplin/lib": "~2.11", - "@joplin/react-native-alarm-notification": "~2.11", - "@joplin/react-native-saf-x": "~2.11", - "@joplin/renderer": "~2.11", + "@joplin/lib": "~2.12", + "@joplin/react-native-alarm-notification": "~2.12", + "@joplin/react-native-saf-x": "~2.12", + "@joplin/renderer": "~2.12", "@react-native-community/clipboard": "1.5.1", "@react-native-community/datetimepicker": "7.1.0", "@react-native-community/geolocation": "3.0.6", @@ -96,7 +96,7 @@ "@codemirror/search": "6.3.0", "@codemirror/state": "6.2.0", "@codemirror/view": "6.9.3", - "@joplin/tools": "~2.11", + "@joplin/tools": "~2.12", "@lezer/highlight": "1.1.4", "@tsconfig/react-native": "2.0.2", "@types/fs-extra": "11.0.1", diff --git a/packages/generator-joplin/generators/app/templates/src/manifest.json b/packages/generator-joplin/generators/app/templates/src/manifest.json index ab7a954c5..b14a68ee8 100644 --- a/packages/generator-joplin/generators/app/templates/src/manifest.json +++ b/packages/generator-joplin/generators/app/templates/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "id": "<%= pluginId %>", - "app_min_version": "2.11", + "app_min_version": "2.12", "version": "1.0.0", "name": "<%= pluginName %>", "description": "<%= pluginDescription %>", diff --git a/packages/generator-joplin/package.json b/packages/generator-joplin/package.json index a81f0e0f6..ce005c8f6 100644 --- a/packages/generator-joplin/package.json +++ b/packages/generator-joplin/package.json @@ -1,6 +1,6 @@ { "name": "generator-joplin", - "version": "2.11.1", + "version": "2.12.0", "description": "Scaffolds out a new Joplin plugin", "homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin", "author": { @@ -34,4 +34,4 @@ "repository": "https://github.com/laurent22/generator-joplin", "license": "AGPL-3.0-or-later", "private": true -} \ No newline at end of file +} diff --git a/packages/htmlpack/package.json b/packages/htmlpack/package.json index 752b2345d..94855da34 100644 --- a/packages/htmlpack/package.json +++ b/packages/htmlpack/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/htmlpack", - "version": "2.11.1", + "version": "2.12.0", "description": "Pack an HTML file and all its linked resources into a single HTML file", "main": "dist/index.js", "types": "src/index.ts", diff --git a/packages/lib/package.json b/packages/lib/package.json index d5c9fad53..c26805ce6 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/lib", - "version": "2.11.1", + "version": "2.12.0", "description": "Joplin Core library", "author": "Laurent Cozic", "homepage": "", @@ -34,11 +34,11 @@ "@joplin/fork-htmlparser2": "^4.1.44", "@joplin/fork-sax": "^1.2.48", "@joplin/fork-uslug": "^1.0.9", - "@joplin/htmlpack": "^2.11.1", - "@joplin/renderer": "^2.11.1", + "@joplin/htmlpack": "~2.12", + "@joplin/renderer": "~2.12", "@joplin/turndown": "^4.0.66", "@joplin/turndown-plugin-gfm": "^1.0.48", - "@joplin/utils": "^2.11.1", + "@joplin/utils": "~2.12", "@types/nanoid": "3.0.0", "async-mutex": "0.4.0", "base-64": "1.0.0", diff --git a/packages/pdf-viewer/package.json b/packages/pdf-viewer/package.json index 3b654101e..9c29e9dc4 100644 --- a/packages/pdf-viewer/package.json +++ b/packages/pdf-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/pdf-viewer", - "version": "2.11.0", + "version": "2.12.0", "description": "Provides embedded PDF viewers for Joplin", "main": "dist/main.js", "types": "src/main.ts", @@ -39,7 +39,7 @@ "@fortawesome/fontawesome-svg-core": "6.1.2", "@fortawesome/free-solid-svg-icons": "6.1.2", "@fortawesome/react-fontawesome": "0.2.0", - "@joplin/lib": "~2.11", + "@joplin/lib": "~2.12", "async-mutex": "0.4.0", "pdfjs-dist": "2.16.105", "react": "18.2.0", diff --git a/packages/plugin-repo-cli/package.json b/packages/plugin-repo-cli/package.json index 567d47702..1ebc79128 100644 --- a/packages/plugin-repo-cli/package.json +++ b/packages/plugin-repo-cli/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/plugin-repo-cli", - "version": "2.11.1", + "version": "2.12.0", "description": "", "main": "index.js", "bin": "./dist/index.js", @@ -18,9 +18,9 @@ "author": "", "license": "AGPL-3.0-or-later", "dependencies": { - "@joplin/lib": "^2.11.1", - "@joplin/tools": "^2.11.1", - "@joplin/utils": "^2.11.1", + "@joplin/lib": "~2.12", + "@joplin/tools": "~2.12", + "@joplin/utils": "~2.12", "fs-extra": "11.1.1", "gh-release-assets": "2.0.1", "node-fetch": "2.6.7", diff --git a/packages/react-native-alarm-notification/package.json b/packages/react-native-alarm-notification/package.json index 7efbbaa2f..4c4a263a4 100644 --- a/packages/react-native-alarm-notification/package.json +++ b/packages/react-native-alarm-notification/package.json @@ -1,7 +1,7 @@ { "name": "@joplin/react-native-alarm-notification", "title": "React Native Alarm Notification for Joplin. Forked from https://github.com/emekalites/react-native-alarm-notification", - "version": "2.11.0", + "version": "2.12.0", "description": "schedule alarm with notification in react-native", "main": "index.js", "private": true, diff --git a/packages/react-native-saf-x/package.json b/packages/react-native-saf-x/package.json index d7d5916ce..0232e06d7 100644 --- a/packages/react-native-saf-x/package.json +++ b/packages/react-native-saf-x/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/react-native-saf-x", - "version": "2.11.1", + "version": "2.12.0", "description": "a module to help work with scoped storages on android easily", "main": "src/index", "react-native": "src/index", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 259edea9f..a625510d6 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/renderer", - "version": "2.11.1", + "version": "2.12.0", "description": "The Joplin note renderer, used the mobile and desktop application", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer", "main": "index.js", diff --git a/packages/server/package.json b/packages/server/package.json index 15de7853d..456fb437e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/server", - "version": "2.11.2", + "version": "2.12.0", "private": true, "scripts": { "start-dev": "yarn run build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", @@ -23,8 +23,8 @@ "dependencies": { "@aws-sdk/client-s3": "3.296.0", "@fortawesome/fontawesome-free": "5.15.4", - "@joplin/lib": "~2.11", - "@joplin/renderer": "~2.11", + "@joplin/lib": "~2.12", + "@joplin/renderer": "~2.12", "@koa/cors": "3.4.3", "@types/uuid": "9.0.1", "bcryptjs": "2.4.3", @@ -58,7 +58,7 @@ "zxcvbn": "4.4.2" }, "devDependencies": { - "@joplin/tools": "~2.11", + "@joplin/tools": "~2.12", "@rmp135/sql-ts": "1.16.0", "@types/formidable": "2.0.6", "@types/fs-extra": "11.0.1", diff --git a/packages/tools/package.json b/packages/tools/package.json index 784605060..dd1cd42ac 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/tools", - "version": "2.11.1", + "version": "2.12.0", "description": "Various tools for Joplin", "main": "index.js", "author": "Laurent Cozic", @@ -20,9 +20,9 @@ }, "license": "AGPL-3.0-or-later", "dependencies": { - "@joplin/lib": "^2.11.1", - "@joplin/renderer": "^2.11.1", - "@joplin/utils": "^2.11.1", + "@joplin/lib": "~2.12", + "@joplin/renderer": "~2.12", + "@joplin/utils": "~2.12", "compare-versions": "3.6.0", "dayjs": "1.11.8", "execa": "4.1.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index bcb4100a6..0d0639901 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/utils", - "version": "2.11.1", + "version": "2.12.0", "description": "Utilities for Joplin", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", "exports": { diff --git a/yarn.lock b/yarn.lock index 5bdbb2f5d..0b8ef6aa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4278,9 +4278,9 @@ __metadata: "@electron/remote": 2.0.10 "@fortawesome/fontawesome-free": 5.15.4 "@joeattardi/emoji-button": 4.6.4 - "@joplin/lib": ~2.11 - "@joplin/renderer": ~2.11 - "@joplin/tools": ~2.11 + "@joplin/lib": ~2.12 + "@joplin/renderer": ~2.12 + "@joplin/tools": ~2.12 "@testing-library/react-hooks": 8.0.1 "@types/jest": 29.5.1 "@types/node": 18.15.13 @@ -4364,11 +4364,11 @@ __metadata: "@codemirror/search": 6.3.0 "@codemirror/state": 6.2.0 "@codemirror/view": 6.9.3 - "@joplin/lib": ~2.11 - "@joplin/react-native-alarm-notification": ~2.11 - "@joplin/react-native-saf-x": ~2.11 - "@joplin/renderer": ~2.11 - "@joplin/tools": ~2.11 + "@joplin/lib": ~2.12 + "@joplin/react-native-alarm-notification": ~2.12 + "@joplin/react-native-saf-x": ~2.12 + "@joplin/renderer": ~2.12 + "@joplin/tools": ~2.12 "@lezer/highlight": 1.1.4 "@react-native-community/clipboard": 1.5.1 "@react-native-community/datetimepicker": 7.1.0 @@ -4494,7 +4494,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/htmlpack@^2.11.1, @joplin/htmlpack@workspace:packages/htmlpack": +"@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~2.12": version: 0.0.0-use.local resolution: "@joplin/htmlpack@workspace:packages/htmlpack" dependencies: @@ -4507,7 +4507,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/lib@^2.11.1, @joplin/lib@workspace:packages/lib, @joplin/lib@~2.11": +"@joplin/lib@workspace:packages/lib, @joplin/lib@~2.12": version: 0.0.0-use.local resolution: "@joplin/lib@workspace:packages/lib" dependencies: @@ -4516,11 +4516,11 @@ __metadata: "@joplin/fork-htmlparser2": ^4.1.44 "@joplin/fork-sax": ^1.2.48 "@joplin/fork-uslug": ^1.0.9 - "@joplin/htmlpack": ^2.11.1 - "@joplin/renderer": ^2.11.1 + "@joplin/htmlpack": ~2.12 + "@joplin/renderer": ~2.12 "@joplin/turndown": ^4.0.66 "@joplin/turndown-plugin-gfm": ^1.0.48 - "@joplin/utils": ^2.11.1 + "@joplin/utils": ~2.12 "@types/fs-extra": 11.0.1 "@types/jest": 29.5.1 "@types/js-yaml": 4.0.5 @@ -4596,7 +4596,7 @@ __metadata: "@fortawesome/fontawesome-svg-core": 6.1.2 "@fortawesome/free-solid-svg-icons": 6.1.2 "@fortawesome/react-fontawesome": 0.2.0 - "@joplin/lib": ~2.11 + "@joplin/lib": ~2.12 "@types/jest": 29.5.1 "@types/pdfjs-dist": 2.10.378 "@types/react": 16.14.41 @@ -4624,9 +4624,9 @@ __metadata: version: 0.0.0-use.local resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli" dependencies: - "@joplin/lib": ^2.11.1 - "@joplin/tools": ^2.11.1 - "@joplin/utils": ^2.11.1 + "@joplin/lib": ~2.12 + "@joplin/tools": ~2.12 + "@joplin/utils": ~2.12 "@types/fs-extra": 11.0.1 "@types/jest": 29.5.1 "@types/node": 18.15.13 @@ -4651,7 +4651,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~2.11": +"@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~2.12": version: 0.0.0-use.local resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification" dependencies: @@ -4660,7 +4660,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~2.11": +"@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~2.12": version: 0.0.0-use.local resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x" dependencies: @@ -4675,7 +4675,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/renderer@^2.11.1, @joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.11": +"@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.12": version: 0.0.0-use.local resolution: "@joplin/renderer@workspace:packages/renderer" dependencies: @@ -4717,9 +4717,9 @@ __metadata: dependencies: "@aws-sdk/client-s3": 3.296.0 "@fortawesome/fontawesome-free": 5.15.4 - "@joplin/lib": ~2.11 - "@joplin/renderer": ~2.11 - "@joplin/tools": ~2.11 + "@joplin/lib": ~2.12 + "@joplin/renderer": ~2.12 + "@joplin/tools": ~2.12 "@koa/cors": 3.4.3 "@rmp135/sql-ts": 1.16.0 "@types/formidable": 2.0.6 @@ -4773,14 +4773,14 @@ __metadata: languageName: unknown linkType: soft -"@joplin/tools@^2.11.1, @joplin/tools@workspace:packages/tools, @joplin/tools@~2.11": +"@joplin/tools@workspace:packages/tools, @joplin/tools@~2.12": version: 0.0.0-use.local resolution: "@joplin/tools@workspace:packages/tools" dependencies: "@joplin/fork-htmlparser2": ^4.1.44 - "@joplin/lib": ^2.11.1 - "@joplin/renderer": ^2.11.1 - "@joplin/utils": ^2.11.1 + "@joplin/lib": ~2.12 + "@joplin/renderer": ~2.12 + "@joplin/utils": ~2.12 "@rmp135/sql-ts": 1.16.0 "@types/fs-extra": 11.0.1 "@types/jest": 29.5.1 @@ -4845,7 +4845,18 @@ __metadata: languageName: unknown linkType: soft -"@joplin/utils@^2.11.1, @joplin/utils@workspace:packages/utils, @joplin/utils@~2.11": +"@joplin/utils@npm:~2.11": + version: 2.11.2 + resolution: "@joplin/utils@npm:2.11.2" + dependencies: + execa: 5.1.1 + fs-extra: 11.1.1 + node-fetch: 2.6.7 + checksum: 95ba577e6e5f7fb2c10e6bdb2694fdaaef31d6f650b5917b70ec35cb720b1357e182458cce894395f7109298847c21ad78932df6d3394fdbc315ecb5fde28630 + languageName: node + linkType: hard + +"@joplin/utils@workspace:packages/utils, @joplin/utils@~2.12": version: 0.0.0-use.local resolution: "@joplin/utils@workspace:packages/utils" dependencies: @@ -20495,10 +20506,10 @@ __metadata: version: 0.0.0-use.local resolution: "joplin@workspace:packages/app-cli" dependencies: - "@joplin/lib": ~2.11 - "@joplin/renderer": ~2.11 - "@joplin/tools": ~2.11 - "@joplin/utils": ~2.11 + "@joplin/lib": ~2.12 + "@joplin/renderer": ~2.12 + "@joplin/tools": ~2.12 + "@joplin/utils": ~2.12 "@types/fs-extra": 11.0.1 "@types/jest": 29.5.1 "@types/node": 18.15.13