1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Chore: Setup new release 3.5

This commit is contained in:
Laurent Cozic
2025-10-02 09:12:11 +01:00
parent e7e0529f52
commit 1ae550c0aa
24 changed files with 143 additions and 143 deletions

View File

@@ -35,15 +35,15 @@
], ],
"owner": "Laurent Cozic" "owner": "Laurent Cozic"
}, },
"version": "3.4.1", "version": "3.5.0",
"bin": "./main.js", "bin": "./main.js",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"dependencies": { "dependencies": {
"@joplin/lib": "~3.4", "@joplin/lib": "~3.5",
"@joplin/renderer": "~3.4", "@joplin/renderer": "~3.5",
"@joplin/utils": "~3.4", "@joplin/utils": "~3.5",
"aws-sdk": "2.1340.0", "aws-sdk": "2.1340.0",
"chalk": "4.1.2", "chalk": "4.1.2",
"compare-version": "0.1.2", "compare-version": "0.1.2",
@@ -70,7 +70,7 @@
"yargs-parser": "21.1.1" "yargs-parser": "21.1.1"
}, },
"devDependencies": { "devDependencies": {
"@joplin/tools": "~3.4", "@joplin/tools": "~3.5",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/node": "18.19.115", "@types/node": "18.19.115",

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Joplin Web Clipper [DEV]", "name": "Joplin Web Clipper [DEV]",
"version": "3.4.0", "version": "3.5.0",
"description": "Capture and save web pages and screenshots from your browser to Joplin.", "description": "Capture and save web pages and screenshots from your browser to Joplin.",
"homepage_url": "https://joplinapp.org", "homepage_url": "https://joplinapp.org",
"content_security_policy": { "content_security_policy": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/app-desktop", "name": "@joplin/app-desktop",
"version": "3.4.11", "version": "3.5.0",
"description": "Joplin for Desktop", "description": "Joplin for Desktop",
"main": "main.bundle.js", "main": "main.bundle.js",
"private": true, "private": true,
@@ -136,12 +136,12 @@
"@electron/rebuild": "3.7.2", "@electron/rebuild": "3.7.2",
"@fortawesome/fontawesome-free": "5.15.4", "@fortawesome/fontawesome-free": "5.15.4",
"@joeattardi/emoji-button": "4.6.4", "@joeattardi/emoji-button": "4.6.4",
"@joplin/default-plugins": "~3.4", "@joplin/default-plugins": "~3.5",
"@joplin/editor": "~3.4", "@joplin/editor": "~3.5",
"@joplin/lib": "~3.4", "@joplin/lib": "~3.5",
"@joplin/renderer": "~3.4", "@joplin/renderer": "~3.5",
"@joplin/tools": "~3.4", "@joplin/tools": "~3.5",
"@joplin/utils": "~3.4", "@joplin/utils": "~3.5",
"@playwright/test": "1.52.0", "@playwright/test": "1.52.0",
"@sentry/electron": "4.24.0", "@sentry/electron": "4.24.0",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
@@ -207,7 +207,7 @@
}, },
"dependencies": { "dependencies": {
"@electron/remote": "2.1.2", "@electron/remote": "2.1.2",
"@joplin/onenote-converter": "~3.4", "@joplin/onenote-converter": "~3.5",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"keytar": "7.9.0", "keytar": "7.9.0",
"node-fetch": "2.6.7", "node-fetch": "2.6.7",

View File

@@ -90,7 +90,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097780 versionCode 2097780
versionName "3.4.7" versionName "3.5.0"
ndk { ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
} }

View File

@@ -544,7 +544,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 13.4.3; MARKETING_VERSION = 13.5.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@@ -578,7 +578,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 13.4.3; MARKETING_VERSION = 13.5.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@@ -782,7 +782,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
"@executable_path/../../Frameworks", "@executable_path/../../Frameworks",
); );
MARKETING_VERSION = 13.4.3; MARKETING_VERSION = 13.5.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
@@ -825,7 +825,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
"@executable_path/../../Frameworks", "@executable_path/../../Frameworks",
); );
MARKETING_VERSION = 13.4.3; MARKETING_VERSION = 13.5.0;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",

View File

@@ -1406,7 +1406,7 @@ PODS:
- React-jsiexecutor - React-jsiexecutor
- React-RCTFBReactNativeSpec - React-RCTFBReactNativeSpec
- ReactCommon/turbomodule/core - ReactCommon/turbomodule/core
- react-native-alarm-notification (3.4.0): - react-native-alarm-notification (3.5.0):
- React - React
- react-native-document-picker (10.1.3): - react-native-document-picker (10.1.3):
- DoubleConversion - DoubleConversion
@@ -1514,7 +1514,7 @@ PODS:
- Yoga - Yoga
- react-native-rsa-native (2.0.5): - react-native-rsa-native (2.0.5):
- React - React
- react-native-saf-x (3.4.1): - react-native-saf-x (3.5.0):
- React-Core - React-Core
- react-native-safe-area-context (5.4.1): - react-native-safe-area-context (5.4.1):
- React-Core - React-Core
@@ -1522,7 +1522,7 @@ PODS:
- React-Core - React-Core
- react-native-version-info (1.1.1): - react-native-version-info (1.1.1):
- React-Core - React-Core
- react-native-webview (13.13.5): - react-native-webview (13.14.2):
- DoubleConversion - DoubleConversion
- glog - glog
- hermes-engine - hermes-engine
@@ -1870,7 +1870,7 @@ PODS:
- React-utils (= 0.79.2) - React-utils (= 0.79.2)
- rn-fetch-blob (0.12.0): - rn-fetch-blob (0.12.0):
- React-Core - React-Core
- RNCClipboard (1.16.2): - RNCClipboard (1.16.3):
- React-Core - React-Core
- RNCPushNotificationIOS (1.11.0): - RNCPushNotificationIOS (1.11.0):
- React-Core - React-Core
@@ -1884,7 +1884,7 @@ PODS:
- React-Core - React-Core
- RNFS (2.20.0): - RNFS (2.20.0):
- React-Core - React-Core
- RNLocalize (3.4.1): - RNLocalize (3.4.2):
- React-Core - React-Core
- RNQuickAction (0.3.13): - RNQuickAction (0.3.13):
- React - React
@@ -2339,7 +2339,7 @@ SPEC CHECKSUMS:
React-logger: 8edfcedc100544791cd82692ca5a574240a16219 React-logger: 8edfcedc100544791cd82692ca5a574240a16219
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468 React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6 React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
react-native-alarm-notification: fd7c73a3dc15ce2d5bd9b28dfaa5aa2e25850c7b react-native-alarm-notification: a4326a743df72a94d361a4c3a21515556f650341
react-native-document-picker: da39c5e4f279d39c0356dca157b98f9dc349e5bb react-native-document-picker: da39c5e4f279d39c0356dca157b98f9dc349e5bb
react-native-geolocation: ec15ffebc53790314885eb9e5f2132132fbc2600 react-native-geolocation: ec15ffebc53790314885eb9e5f2132132fbc2600
react-native-get-random-values: d16467cf726c618e9c7a8c3c39c31faa2244bbba react-native-get-random-values: d16467cf726c618e9c7a8c3c39c31faa2244bbba
@@ -2348,11 +2348,11 @@ SPEC CHECKSUMS:
react-native-netinfo: cec9c4e86083cb5b6aba0e0711f563e2fbbff187 react-native-netinfo: cec9c4e86083cb5b6aba0e0711f563e2fbbff187
react-native-quick-crypto: b475b71e7fa4dbf3446be55e8ad4ef2c58ac4f7f react-native-quick-crypto: b475b71e7fa4dbf3446be55e8ad4ef2c58ac4f7f
react-native-rsa-native: a7931cdda1f73a8576a46d7f431378c5550f0c38 react-native-rsa-native: a7931cdda1f73a8576a46d7f431378c5550f0c38
react-native-saf-x: 3f8b52fb8160d7322161dec02a564271cc8f4138 react-native-saf-x: 8a349c8348f43ff7c14770da4b0d618d62593346
react-native-safe-area-context: dde2052b903c11d677c320b599c3244021c34ce8 react-native-safe-area-context: dde2052b903c11d677c320b599c3244021c34ce8
react-native-sqlite-storage: 0c84826214baaa498796c7e46a5ccc9a82e114ed react-native-sqlite-storage: 0c84826214baaa498796c7e46a5ccc9a82e114ed
react-native-version-info: f0b04e16111c4016749235ff6d9a757039189141 react-native-version-info: f0b04e16111c4016749235ff6d9a757039189141
react-native-webview: 1b5778b306d4ed09d13829a6e7a6550e3c1a644a react-native-webview: 2d9ffd72b87cf905cdf8821d7d27d551188bac70
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d
@@ -2385,14 +2385,14 @@ SPEC CHECKSUMS:
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0 ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
rn-fetch-blob: 25612b6d6f6e980c6f17ed98ba2f58f5696a51ca rn-fetch-blob: 25612b6d6f6e980c6f17ed98ba2f58f5696a51ca
RNCClipboard: e1d17c9d093d8129ef50b39b63a17a0e8ccd0ade RNCClipboard: f6679d470d0da2bce2a37b0af7b9e0bf369ecda5
RNCPushNotificationIOS: 6c4ca3388c7434e4a662b92e4dfeeee858e6f440 RNCPushNotificationIOS: 6c4ca3388c7434e4a662b92e4dfeeee858e6f440
RNDateTimePicker: 392bdc0d6863b5de2fe9b957c82c25b6a038db29 RNDateTimePicker: 392bdc0d6863b5de2fe9b957c82c25b6a038db29
RNDeviceInfo: d863506092aef7e7af3a1c350c913d867d795047 RNDeviceInfo: d863506092aef7e7af3a1c350c913d867d795047
RNExitApp: 4432b9b7cc5ccec9f91c94e507849891282befd4 RNExitApp: 4432b9b7cc5ccec9f91c94e507849891282befd4
RNFileViewer: 4b5d83358214347e4ab2d4ca8d5c1c90d869e251 RNFileViewer: 4b5d83358214347e4ab2d4ca8d5c1c90d869e251
RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8 RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8
RNLocalize: 15463c4d79c7da45230064b4adcf5e9bb984667e RNLocalize: 6a87f0490f1793d7a70042e4c55eb9a1ba6dd5b4
RNQuickAction: c2c8f379e614428be0babe4d53a575739667744d RNQuickAction: c2c8f379e614428be0babe4d53a575739667744d
RNSecureRandom: b64d263529492a6897e236a22a2c4249aa1b53dc RNSecureRandom: b64d263529492a6897e236a22a2c4249aa1b53dc
RNShare: 675e8e4a84f0137baf33057cac8f7334b0bb4b98 RNShare: 675e8e4a84f0137baf33057cac8f7334b0bb4b98

View File

@@ -2,7 +2,7 @@
"name": "@joplin/app-mobile", "name": "@joplin/app-mobile",
"description": "Joplin for Mobile", "description": "Joplin for Mobile",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"version": "3.4.0", "version": "3.5.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache", "start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache",
@@ -22,12 +22,12 @@
}, },
"dependencies": { "dependencies": {
"@bam.tech/react-native-image-resizer": "3.0.11", "@bam.tech/react-native-image-resizer": "3.0.11",
"@joplin/editor": "~3.4", "@joplin/editor": "~3.5",
"@joplin/lib": "~3.4", "@joplin/lib": "~3.5",
"@joplin/react-native-alarm-notification": "~3.4", "@joplin/react-native-alarm-notification": "~3.5",
"@joplin/react-native-saf-x": "~3.4", "@joplin/react-native-saf-x": "~3.5",
"@joplin/renderer": "~3.4", "@joplin/renderer": "~3.5",
"@joplin/utils": "~3.4", "@joplin/utils": "~3.5",
"@react-native-clipboard/clipboard": "1.16.3", "@react-native-clipboard/clipboard": "1.16.3",
"@react-native-community/datetimepicker": "8.4.2", "@react-native-community/datetimepicker": "8.4.2",
"@react-native-community/geolocation": "3.4.0", "@react-native-community/geolocation": "3.4.0",
@@ -91,7 +91,7 @@
"@babel/plugin-transform-export-namespace-from": "7.27.1", "@babel/plugin-transform-export-namespace-from": "7.27.1",
"@babel/preset-env": "7.25.3", "@babel/preset-env": "7.25.3",
"@babel/runtime": "7.25.0", "@babel/runtime": "7.25.0",
"@joplin/tools": "~3.4", "@joplin/tools": "~3.5",
"@joplin/turndown": "~4.0.80", "@joplin/turndown": "~4.0.80",
"@joplin/turndown-plugin-gfm": "~1.0.62", "@joplin/turndown-plugin-gfm": "~1.0.62",
"@js-draw/material-icons": "1.30.1", "@js-draw/material-icons": "1.30.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/default-plugins", "name": "@joplin/default-plugins",
"version": "3.4.0", "version": "3.5.0",
"description": "Default plugins bundler", "description": "Default plugins bundler",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -18,7 +18,7 @@
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"dependencies": { "dependencies": {
"@joplin/utils": "~3.4", "@joplin/utils": "~3.5",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"yargs": "17.7.2" "yargs": "17.7.2"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/editor", "name": "@joplin/editor",
"version": "3.4.0", "version": "3.5.0",
"description": "Web-based markdown editor", "description": "Web-based markdown editor",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -14,8 +14,8 @@
"url": "git+https://github.com/laurent22/joplin.git" "url": "git+https://github.com/laurent22/joplin.git"
}, },
"devDependencies": { "devDependencies": {
"@joplin/lib": "~3.4", "@joplin/lib": "~3.5",
"@joplin/utils": "~3.4", "@joplin/utils": "~3.5",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/node": "18.19.115", "@types/node": "18.19.115",

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"id": "<%= pluginId %>", "id": "<%= pluginId %>",
"app_min_version": "3.4", "app_min_version": "3.5",
"version": "1.0.0", "version": "1.0.0",
"name": "<%= pluginName %>", "name": "<%= pluginName %>",
"description": "<%= pluginDescription %>", "description": "<%= pluginDescription %>",

View File

@@ -1,6 +1,6 @@
{ {
"name": "generator-joplin", "name": "generator-joplin",
"version": "3.4.0", "version": "3.5.0",
"description": "Scaffolds out a new Joplin plugin", "description": "Scaffolds out a new Joplin plugin",
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin", "homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin",
"author": { "author": {
@@ -30,8 +30,8 @@
"yosay": "2.0.2" "yosay": "2.0.2"
}, },
"devDependencies": { "devDependencies": {
"@joplin/lib": "~3.4", "@joplin/lib": "~3.5",
"@joplin/tools": "~3.4", "@joplin/tools": "~3.5",
"jest": "29.7.0", "jest": "29.7.0",
"ts-node": "10.9.2" "ts-node": "10.9.2"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/htmlpack", "name": "@joplin/htmlpack",
"version": "3.4.1", "version": "3.5.0",
"description": "Pack an HTML file and all its linked resources into a single HTML file", "description": "Pack an HTML file and all its linked resources into a single HTML file",
"main": "dist/index.js", "main": "dist/index.js",
"types": "index.ts", "types": "index.ts",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/lib", "name": "@joplin/lib",
"version": "3.4.1", "version": "3.5.0",
"description": "Joplin Core library", "description": "Joplin Core library",
"author": "Laurent Cozic", "author": "Laurent Cozic",
"homepage": "", "homepage": "",
@@ -47,12 +47,12 @@
"@joplin/fork-htmlparser2": "^4.1.59", "@joplin/fork-htmlparser2": "^4.1.59",
"@joplin/fork-sax": "^1.2.63", "@joplin/fork-sax": "^1.2.63",
"@joplin/fork-uslug": "^2.0.2", "@joplin/fork-uslug": "^2.0.2",
"@joplin/htmlpack": "^3.4.1", "@joplin/htmlpack": "~3.5",
"@joplin/onenote-converter": "^3.4.1", "@joplin/onenote-converter": "~3.5",
"@joplin/renderer": "^3.4.1", "@joplin/renderer": "~3.5",
"@joplin/turndown": "^4.0.81", "@joplin/turndown": "^4.0.81",
"@joplin/turndown-plugin-gfm": "^1.0.63", "@joplin/turndown-plugin-gfm": "^1.0.63",
"@joplin/utils": "^3.4.1", "@joplin/utils": "~3.5",
"@types/nanoid": "3.0.0", "@types/nanoid": "3.0.0",
"adm-zip": "0.5.16", "adm-zip": "0.5.16",
"async-mutex": "0.5.0", "async-mutex": "0.5.0",

View File

@@ -4,7 +4,7 @@
"access": "public" "access": "public"
}, },
"description": "Used to import a OneNote archive into Joplin", "description": "Used to import a OneNote archive into Joplin",
"version": "3.4.1", "version": "3.5.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter",
"main": "./pkg/onenote_converter.js", "main": "./pkg/onenote_converter.js",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/pdf-viewer", "name": "@joplin/pdf-viewer",
"version": "3.4.0", "version": "3.5.0",
"description": "Provides embedded PDF viewers for Joplin", "description": "Provides embedded PDF viewers for Joplin",
"main": "dist/main.js", "main": "dist/main.js",
"types": "src/main.ts", "types": "src/main.ts",
@@ -45,7 +45,7 @@
"@fortawesome/fontawesome-svg-core": "6.1.2", "@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2", "@fortawesome/free-solid-svg-icons": "6.1.2",
"@fortawesome/react-fontawesome": "0.2.2", "@fortawesome/react-fontawesome": "0.2.2",
"@joplin/lib": "~3.4", "@joplin/lib": "~3.5",
"async-mutex": "0.5.0", "async-mutex": "0.5.0",
"pdfjs-dist": "2.16.105", "pdfjs-dist": "2.16.105",
"react": "18.3.1", "react": "18.3.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/plugin-repo-cli", "name": "@joplin/plugin-repo-cli",
"version": "3.4.1", "version": "3.5.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"bin": "./dist/index.js", "bin": "./dist/index.js",
@@ -18,9 +18,9 @@
"author": "", "author": "",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@joplin/lib": "^3.4.1", "@joplin/lib": "~3.5",
"@joplin/tools": "^3.4.1", "@joplin/tools": "~3.5",
"@joplin/utils": "^3.4.1", "@joplin/utils": "~3.5",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"gh-release-assets": "2.0.1", "gh-release-assets": "2.0.1",
"node-fetch": "2.6.7", "node-fetch": "2.6.7",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@joplin/react-native-alarm-notification", "name": "@joplin/react-native-alarm-notification",
"title": "React Native Alarm Notification for Joplin. Forked from https://github.com/emekalites/react-native-alarm-notification", "title": "React Native Alarm Notification for Joplin. Forked from https://github.com/emekalites/react-native-alarm-notification",
"version": "3.4.0", "version": "3.5.0",
"description": "schedule alarm with notification in react-native", "description": "schedule alarm with notification in react-native",
"main": "index.js", "main": "index.js",
"private": true, "private": true,

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/react-native-saf-x", "name": "@joplin/react-native-saf-x",
"version": "3.4.1", "version": "3.5.0",
"description": "a module to help work with scoped storages on android easily", "description": "a module to help work with scoped storages on android easily",
"main": "src/index", "main": "src/index",
"react-native": "src/index", "react-native": "src/index",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/renderer", "name": "@joplin/renderer",
"version": "3.4.1", "version": "3.5.0",
"description": "The Joplin note renderer, used the mobile and desktop application", "description": "The Joplin note renderer, used the mobile and desktop application",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
"main": "index.js", "main": "index.js",
@@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"@joplin/fork-htmlparser2": "^4.1.59", "@joplin/fork-htmlparser2": "^4.1.59",
"@joplin/fork-uslug": "^2.0.2", "@joplin/fork-uslug": "^2.0.2",
"@joplin/utils": "^3.4.1", "@joplin/utils": "~3.5",
"font-awesome-filetypes": "2.1.0", "font-awesome-filetypes": "2.1.0",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"highlight.js": "11.11.1", "highlight.js": "11.11.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/server", "name": "@joplin/server",
"version": "3.4.4", "version": "3.5.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", "start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
@@ -25,9 +25,9 @@
"@authenio/samlify-xmllint-wasm": "1.0.1", "@authenio/samlify-xmllint-wasm": "1.0.1",
"@aws-sdk/client-s3": "3.296.0", "@aws-sdk/client-s3": "3.296.0",
"@fortawesome/fontawesome-free": "5.15.4", "@fortawesome/fontawesome-free": "5.15.4",
"@joplin/lib": "~3.4", "@joplin/lib": "~3.5",
"@joplin/renderer": "~3.4", "@joplin/renderer": "~3.5",
"@joplin/utils": "~3.4", "@joplin/utils": "~3.5",
"@koa/cors": "3.4.3", "@koa/cors": "3.4.3",
"@types/uuid": "10.0.0", "@types/uuid": "10.0.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
@@ -61,7 +61,7 @@
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"devDependencies": { "devDependencies": {
"@joplin/tools": "~3.4", "@joplin/tools": "~3.5",
"@rmp135/sql-ts": "1.18.1", "@rmp135/sql-ts": "1.18.1",
"@types/bcryptjs": "2.4.6", "@types/bcryptjs": "2.4.6",
"@types/formidable": "2.0.6", "@types/formidable": "2.0.6",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/tools", "name": "@joplin/tools",
"version": "3.4.1", "version": "3.5.0",
"description": "Various tools for Joplin", "description": "Various tools for Joplin",
"main": "index.js", "main": "index.js",
"author": "Laurent Cozic", "author": "Laurent Cozic",
@@ -21,9 +21,9 @@
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@joplin/lib": "^3.4.1", "@joplin/lib": "~3.5",
"@joplin/renderer": "^3.4.1", "@joplin/renderer": "~3.5",
"@joplin/utils": "^3.4.1", "@joplin/utils": "~3.5",
"compare-versions": "6.1.1", "compare-versions": "6.1.1",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"execa": "4.1.0", "execa": "4.1.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/transcribe", "name": "@joplin/transcribe",
"version": "3.4.9", "version": "3.5.0",
"private": true, "private": true,
"scripts": { "scripts": {
"rebuild": "yarn clean && yarn build && yarn tsc", "rebuild": "yarn clean && yarn build && yarn tsc",
@@ -14,7 +14,7 @@
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json" "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json"
}, },
"dependencies": { "dependencies": {
"@joplin/utils": "~3.4", "@joplin/utils": "~3.5",
"@koa/cors": "3.4.3", "@koa/cors": "3.4.3",
"dotenv": "16.5.0", "dotenv": "16.5.0",
"file-type": "16.5.4", "file-type": "16.5.4",
@@ -27,7 +27,7 @@
"sqlite3": "5.1.6" "sqlite3": "5.1.6"
}, },
"devDependencies": { "devDependencies": {
"@joplin/tools": "~3.4", "@joplin/tools": "~3.5",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/jest-expect-message": "1.1.0", "@types/jest-expect-message": "1.1.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/utils", "name": "@joplin/utils",
"version": "3.4.1", "version": "3.5.0",
"description": "Utilities for Joplin", "description": "Utilities for Joplin",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
"exports": { "exports": {

134
yarn.lock
View File

@@ -9328,13 +9328,13 @@ __metadata:
"@electron/remote": "npm:2.1.2" "@electron/remote": "npm:2.1.2"
"@fortawesome/fontawesome-free": "npm:5.15.4" "@fortawesome/fontawesome-free": "npm:5.15.4"
"@joeattardi/emoji-button": "npm:4.6.4" "@joeattardi/emoji-button": "npm:4.6.4"
"@joplin/default-plugins": "npm:~3.4" "@joplin/default-plugins": "npm:~3.5"
"@joplin/editor": "npm:~3.4" "@joplin/editor": "npm:~3.5"
"@joplin/lib": "npm:~3.4" "@joplin/lib": "npm:~3.5"
"@joplin/onenote-converter": "npm:~3.4" "@joplin/onenote-converter": "npm:~3.5"
"@joplin/renderer": "npm:~3.4" "@joplin/renderer": "npm:~3.5"
"@joplin/tools": "npm:~3.4" "@joplin/tools": "npm:~3.5"
"@joplin/utils": "npm:~3.4" "@joplin/utils": "npm:~3.5"
"@playwright/test": "npm:1.52.0" "@playwright/test": "npm:1.52.0"
"@sentry/electron": "npm:4.24.0" "@sentry/electron": "npm:4.24.0"
"@testing-library/react-hooks": "npm:8.0.1" "@testing-library/react-hooks": "npm:8.0.1"
@@ -9413,15 +9413,15 @@ __metadata:
"@babel/preset-env": "npm:7.25.3" "@babel/preset-env": "npm:7.25.3"
"@babel/runtime": "npm:7.25.0" "@babel/runtime": "npm:7.25.0"
"@bam.tech/react-native-image-resizer": "npm:3.0.11" "@bam.tech/react-native-image-resizer": "npm:3.0.11"
"@joplin/editor": "npm:~3.4" "@joplin/editor": "npm:~3.5"
"@joplin/lib": "npm:~3.4" "@joplin/lib": "npm:~3.5"
"@joplin/react-native-alarm-notification": "npm:~3.4" "@joplin/react-native-alarm-notification": "npm:~3.5"
"@joplin/react-native-saf-x": "npm:~3.4" "@joplin/react-native-saf-x": "npm:~3.5"
"@joplin/renderer": "npm:~3.4" "@joplin/renderer": "npm:~3.5"
"@joplin/tools": "npm:~3.4" "@joplin/tools": "npm:~3.5"
"@joplin/turndown": "npm:~4.0.80" "@joplin/turndown": "npm:~4.0.80"
"@joplin/turndown-plugin-gfm": "npm:~1.0.62" "@joplin/turndown-plugin-gfm": "npm:~1.0.62"
"@joplin/utils": "npm:~3.4" "@joplin/utils": "npm:~3.5"
"@js-draw/material-icons": "npm:1.30.1" "@js-draw/material-icons": "npm:1.30.1"
"@pmmmwh/react-refresh-webpack-plugin": "npm:^0.6.0" "@pmmmwh/react-refresh-webpack-plugin": "npm:^0.6.0"
"@react-native-clipboard/clipboard": "npm:1.16.3" "@react-native-clipboard/clipboard": "npm:1.16.3"
@@ -9528,11 +9528,11 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/default-plugins@npm:~3.4, @joplin/default-plugins@workspace:packages/default-plugins": "@joplin/default-plugins@npm:~3.5, @joplin/default-plugins@workspace:packages/default-plugins":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/default-plugins@workspace:packages/default-plugins" resolution: "@joplin/default-plugins@workspace:packages/default-plugins"
dependencies: dependencies:
"@joplin/utils": "npm:~3.4" "@joplin/utils": "npm:~3.5"
"@types/yargs": "npm:17.0.33" "@types/yargs": "npm:17.0.33"
fs-extra: "npm:11.2.0" fs-extra: "npm:11.2.0"
ts-node: "npm:10.9.2" ts-node: "npm:10.9.2"
@@ -9564,7 +9564,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/editor@npm:~3.4, @joplin/editor@workspace:packages/editor": "@joplin/editor@npm:~3.5, @joplin/editor@workspace:packages/editor":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/editor@workspace:packages/editor" resolution: "@joplin/editor@workspace:packages/editor"
dependencies: dependencies:
@@ -9580,8 +9580,8 @@ __metadata:
"@codemirror/state": "npm:6.4.1" "@codemirror/state": "npm:6.4.1"
"@codemirror/view": "npm:6.35.0" "@codemirror/view": "npm:6.35.0"
"@joplin/fork-uslug": "npm:^2.0.0" "@joplin/fork-uslug": "npm:^2.0.0"
"@joplin/lib": "npm:~3.4" "@joplin/lib": "npm:~3.5"
"@joplin/utils": "npm:~3.4" "@joplin/utils": "npm:~3.5"
"@lezer/common": "npm:1.2.3" "@lezer/common": "npm:1.2.3"
"@lezer/highlight": "npm:1.2.1" "@lezer/highlight": "npm:1.2.1"
"@lezer/markdown": "npm:1.3.2" "@lezer/markdown": "npm:1.3.2"
@@ -9657,7 +9657,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/htmlpack@npm:^3.4.1, @joplin/htmlpack@workspace:packages/htmlpack": "@joplin/htmlpack@npm:~3.5, @joplin/htmlpack@workspace:packages/htmlpack":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/htmlpack@workspace:packages/htmlpack" resolution: "@joplin/htmlpack@workspace:packages/htmlpack"
dependencies: dependencies:
@@ -9673,7 +9673,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/lib@npm:^3.4.1, @joplin/lib@npm:~3.4, @joplin/lib@workspace:packages/lib": "@joplin/lib@npm:~3.5, @joplin/lib@workspace:packages/lib":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/lib@workspace:packages/lib" resolution: "@joplin/lib@workspace:packages/lib"
dependencies: dependencies:
@@ -9683,12 +9683,12 @@ __metadata:
"@joplin/fork-htmlparser2": "npm:^4.1.59" "@joplin/fork-htmlparser2": "npm:^4.1.59"
"@joplin/fork-sax": "npm:^1.2.63" "@joplin/fork-sax": "npm:^1.2.63"
"@joplin/fork-uslug": "npm:^2.0.2" "@joplin/fork-uslug": "npm:^2.0.2"
"@joplin/htmlpack": "npm:^3.4.1" "@joplin/htmlpack": "npm:~3.5"
"@joplin/onenote-converter": "npm:^3.4.1" "@joplin/onenote-converter": "npm:~3.5"
"@joplin/renderer": "npm:^3.4.1" "@joplin/renderer": "npm:~3.5"
"@joplin/turndown": "npm:^4.0.81" "@joplin/turndown": "npm:^4.0.81"
"@joplin/turndown-plugin-gfm": "npm:^1.0.63" "@joplin/turndown-plugin-gfm": "npm:^1.0.63"
"@joplin/utils": "npm:^3.4.1" "@joplin/utils": "npm:~3.5"
"@testing-library/react-hooks": "npm:8.0.1" "@testing-library/react-hooks": "npm:8.0.1"
"@types/adm-zip": "npm:0.5.7" "@types/adm-zip": "npm:0.5.7"
"@types/fs-extra": "npm:11.0.4" "@types/fs-extra": "npm:11.0.4"
@@ -9766,7 +9766,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/onenote-converter@npm:^3.4.1, @joplin/onenote-converter@npm:~3.4, @joplin/onenote-converter@workspace:packages/onenote-converter": "@joplin/onenote-converter@npm:~3.5, @joplin/onenote-converter@workspace:packages/onenote-converter":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/onenote-converter@workspace:packages/onenote-converter" resolution: "@joplin/onenote-converter@workspace:packages/onenote-converter"
dependencies: dependencies:
@@ -9782,7 +9782,7 @@ __metadata:
"@fortawesome/fontawesome-svg-core": "npm:6.1.2" "@fortawesome/fontawesome-svg-core": "npm:6.1.2"
"@fortawesome/free-solid-svg-icons": "npm:6.1.2" "@fortawesome/free-solid-svg-icons": "npm:6.1.2"
"@fortawesome/react-fontawesome": "npm:0.2.2" "@fortawesome/react-fontawesome": "npm:0.2.2"
"@joplin/lib": "npm:~3.4" "@joplin/lib": "npm:~3.5"
"@types/jest": "npm:29.5.14" "@types/jest": "npm:29.5.14"
"@types/pdfjs-dist": "npm:2.10.378" "@types/pdfjs-dist": "npm:2.10.378"
"@types/react": "npm:18.3.23" "@types/react": "npm:18.3.23"
@@ -9810,9 +9810,9 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli" resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli"
dependencies: dependencies:
"@joplin/lib": "npm:^3.4.1" "@joplin/lib": "npm:~3.5"
"@joplin/tools": "npm:^3.4.1" "@joplin/tools": "npm:~3.5"
"@joplin/utils": "npm:^3.4.1" "@joplin/utils": "npm:~3.5"
"@types/fs-extra": "npm:11.0.4" "@types/fs-extra": "npm:11.0.4"
"@types/jest": "npm:29.5.14" "@types/jest": "npm:29.5.14"
"@types/node": "npm:18.19.115" "@types/node": "npm:18.19.115"
@@ -9837,7 +9837,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/react-native-alarm-notification@npm:~3.4, @joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification": "@joplin/react-native-alarm-notification@npm:~3.5, @joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification" resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification"
dependencies: dependencies:
@@ -9846,7 +9846,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/react-native-saf-x@npm:~3.4, @joplin/react-native-saf-x@workspace:packages/react-native-saf-x": "@joplin/react-native-saf-x@npm:~3.5, @joplin/react-native-saf-x@workspace:packages/react-native-saf-x":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x" resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x"
dependencies: dependencies:
@@ -9861,13 +9861,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/renderer@npm:^3.4.1, @joplin/renderer@npm:~3.4, @joplin/renderer@workspace:packages/renderer": "@joplin/renderer@npm:~3.5, @joplin/renderer@workspace:packages/renderer":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/renderer@workspace:packages/renderer" resolution: "@joplin/renderer@workspace:packages/renderer"
dependencies: dependencies:
"@joplin/fork-htmlparser2": "npm:^4.1.59" "@joplin/fork-htmlparser2": "npm:^4.1.59"
"@joplin/fork-uslug": "npm:^2.0.2" "@joplin/fork-uslug": "npm:^2.0.2"
"@joplin/utils": "npm:^3.4.1" "@joplin/utils": "npm:~3.5"
"@types/jest": "npm:29.5.14" "@types/jest": "npm:29.5.14"
"@types/markdown-it": "npm:13.0.9" "@types/markdown-it": "npm:13.0.9"
"@types/node": "npm:18.19.115" "@types/node": "npm:18.19.115"
@@ -9906,10 +9906,10 @@ __metadata:
"@authenio/samlify-xmllint-wasm": "npm:1.0.1" "@authenio/samlify-xmllint-wasm": "npm:1.0.1"
"@aws-sdk/client-s3": "npm:3.296.0" "@aws-sdk/client-s3": "npm:3.296.0"
"@fortawesome/fontawesome-free": "npm:5.15.4" "@fortawesome/fontawesome-free": "npm:5.15.4"
"@joplin/lib": "npm:~3.4" "@joplin/lib": "npm:~3.5"
"@joplin/renderer": "npm:~3.4" "@joplin/renderer": "npm:~3.5"
"@joplin/tools": "npm:~3.4" "@joplin/tools": "npm:~3.5"
"@joplin/utils": "npm:~3.4" "@joplin/utils": "npm:~3.5"
"@koa/cors": "npm:3.4.3" "@koa/cors": "npm:3.4.3"
"@rmp135/sql-ts": "npm:1.18.1" "@rmp135/sql-ts": "npm:1.18.1"
"@types/bcryptjs": "npm:2.4.6" "@types/bcryptjs": "npm:2.4.6"
@@ -9966,15 +9966,15 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/tools@npm:^3.4.1, @joplin/tools@npm:~3.4, @joplin/tools@workspace:packages/tools": "@joplin/tools@npm:~3.5, @joplin/tools@workspace:packages/tools":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/tools@workspace:packages/tools" resolution: "@joplin/tools@workspace:packages/tools"
dependencies: dependencies:
"@docusaurus/plugin-sitemap": "npm:2.4.3" "@docusaurus/plugin-sitemap": "npm:2.4.3"
"@joplin/fork-htmlparser2": "npm:^4.1.59" "@joplin/fork-htmlparser2": "npm:^4.1.59"
"@joplin/lib": "npm:^3.4.1" "@joplin/lib": "npm:~3.5"
"@joplin/renderer": "npm:^3.4.1" "@joplin/renderer": "npm:~3.5"
"@joplin/utils": "npm:^3.4.1" "@joplin/utils": "npm:~3.5"
"@rmp135/sql-ts": "npm:1.18.1" "@rmp135/sql-ts": "npm:1.18.1"
"@types/fs-extra": "npm:11.0.4" "@types/fs-extra": "npm:11.0.4"
"@types/jest": "npm:29.5.14" "@types/jest": "npm:29.5.14"
@@ -10020,8 +10020,8 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/transcribe@workspace:packages/transcribe" resolution: "@joplin/transcribe@workspace:packages/transcribe"
dependencies: dependencies:
"@joplin/tools": "npm:~3.4" "@joplin/tools": "npm:~3.5"
"@joplin/utils": "npm:~3.4" "@joplin/utils": "npm:~3.5"
"@koa/cors": "npm:3.4.3" "@koa/cors": "npm:3.4.3"
"@types/fs-extra": "npm:11.0.4" "@types/fs-extra": "npm:11.0.4"
"@types/jest": "npm:29.5.14" "@types/jest": "npm:29.5.14"
@@ -10074,7 +10074,22 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/utils@npm:^3.4.1, @joplin/utils@npm:~3.4, @joplin/utils@workspace:packages/utils": "@joplin/utils@npm:~2.12":
version: 2.12.1
resolution: "@joplin/utils@npm:2.12.1"
dependencies:
async-mutex: "npm:0.4.0"
execa: "npm:5.1.1"
fs-extra: "npm:11.1.1"
glob: "npm:10.3.3"
moment: "npm:2.29.4"
node-fetch: "npm:2.6.7"
sprintf-js: "npm:1.1.2"
checksum: 10/7ac4e8a82551ca78fe0e23081a05bfd1b38fa7a353fc037224144fa40c4825924ada8a5026c0bb4e5959de6d28173829a7e2e8dcd6e774d09d852a94c158bdbf
languageName: node
linkType: hard
"@joplin/utils@npm:~3.5, @joplin/utils@workspace:packages/utils":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@joplin/utils@workspace:packages/utils" resolution: "@joplin/utils@workspace:packages/utils"
dependencies: dependencies:
@@ -10100,21 +10115,6 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/utils@npm:~2.12":
version: 2.12.1
resolution: "@joplin/utils@npm:2.12.1"
dependencies:
async-mutex: "npm:0.4.0"
execa: "npm:5.1.1"
fs-extra: "npm:11.1.1"
glob: "npm:10.3.3"
moment: "npm:2.29.4"
node-fetch: "npm:2.6.7"
sprintf-js: "npm:1.1.2"
checksum: 10/7ac4e8a82551ca78fe0e23081a05bfd1b38fa7a353fc037224144fa40c4825924ada8a5026c0bb4e5959de6d28173829a7e2e8dcd6e774d09d852a94c158bdbf
languageName: node
linkType: hard
"@jridgewell/gen-mapping@npm:^0.3.0": "@jridgewell/gen-mapping@npm:^0.3.0":
version: 0.3.3 version: 0.3.3
resolution: "@jridgewell/gen-mapping@npm:0.3.3" resolution: "@jridgewell/gen-mapping@npm:0.3.3"
@@ -27964,8 +27964,8 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "generator-joplin@workspace:packages/generator-joplin" resolution: "generator-joplin@workspace:packages/generator-joplin"
dependencies: dependencies:
"@joplin/lib": "npm:~3.4" "@joplin/lib": "npm:~3.5"
"@joplin/tools": "npm:~3.4" "@joplin/tools": "npm:~3.5"
chalk: "npm:2.4.2" chalk: "npm:2.4.2"
jest: "npm:29.7.0" jest: "npm:29.7.0"
slugify: "npm:1.6.6" slugify: "npm:1.6.6"
@@ -32885,10 +32885,10 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "joplin@workspace:packages/app-cli" resolution: "joplin@workspace:packages/app-cli"
dependencies: dependencies:
"@joplin/lib": "npm:~3.4" "@joplin/lib": "npm:~3.5"
"@joplin/renderer": "npm:~3.4" "@joplin/renderer": "npm:~3.5"
"@joplin/tools": "npm:~3.4" "@joplin/tools": "npm:~3.5"
"@joplin/utils": "npm:~3.4" "@joplin/utils": "npm:~3.5"
"@types/fs-extra": "npm:11.0.4" "@types/fs-extra": "npm:11.0.4"
"@types/jest": "npm:29.5.14" "@types/jest": "npm:29.5.14"
"@types/node": "npm:18.19.115" "@types/node": "npm:18.19.115"
@@ -44630,7 +44630,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"semver@npm:^7.6.2, semver@npm:^7.6.3, semver@npm:^7.7.1, semver@npm:^7.7.2": "semver@npm:^7.6.2, semver@npm:^7.6.3, semver@npm:^7.7.2":
version: 7.7.2 version: 7.7.2
resolution: "semver@npm:7.7.2" resolution: "semver@npm:7.7.2"
bin: bin: