diff --git a/packages/app-cli/package.json b/packages/app-cli/package.json index 3585304d8f..5b940d28e6 100644 --- a/packages/app-cli/package.json +++ b/packages/app-cli/package.json @@ -35,15 +35,15 @@ ], "owner": "Laurent Cozic" }, - "version": "3.2.3", + "version": "3.3.0", "bin": "./main.js", "engines": { "node": ">=10.0.0" }, "dependencies": { - "@joplin/lib": "~3.2", - "@joplin/renderer": "~3.2", - "@joplin/utils": "~3.2", + "@joplin/lib": "~3.3", + "@joplin/renderer": "~3.3", + "@joplin/utils": "~3.3", "aws-sdk": "2.1340.0", "chalk": "4.1.2", "compare-version": "0.1.2", @@ -69,7 +69,7 @@ "yargs-parser": "21.1.1" }, "devDependencies": { - "@joplin/tools": "~3.2", + "@joplin/tools": "~3.3", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.12", "@types/node": "18.19.60", diff --git a/packages/app-clipper/manifest.json b/packages/app-clipper/manifest.json index 1a9ed5123f..62ba647527 100644 --- a/packages/app-clipper/manifest.json +++ b/packages/app-clipper/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Joplin Web Clipper [DEV]", - "version": "3.2.0", + "version": "3.3.0", "description": "Capture and save web pages and screenshots from your browser to Joplin.", "homepage_url": "https://joplinapp.org", "content_security_policy": { diff --git a/packages/app-desktop/package.json b/packages/app-desktop/package.json index 90b4afa2ce..c2afcb8451 100644 --- a/packages/app-desktop/package.json +++ b/packages/app-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/app-desktop", - "version": "3.2.12", + "version": "3.3.0", "description": "Joplin for Desktop", "main": "main.js", "private": true, @@ -132,8 +132,8 @@ "7zip-bin": "5.2.0", "@axe-core/playwright": "4.10.0", "@electron/rebuild": "3.6.0", - "@joplin/default-plugins": "~3.2", - "@joplin/tools": "~3.2", + "@joplin/default-plugins": "~3.3", + "@joplin/tools": "~3.3", "@playwright/test": "1.45.3", "@testing-library/react-hooks": "8.0.1", "@types/jest": "29.5.12", @@ -162,10 +162,10 @@ "@electron/remote": "2.1.2", "@fortawesome/fontawesome-free": "5.15.4", "@joeattardi/emoji-button": "4.6.4", - "@joplin/editor": "~3.2", - "@joplin/lib": "~3.2", - "@joplin/renderer": "~3.2", - "@joplin/utils": "~3.2", + "@joplin/editor": "~3.3", + "@joplin/lib": "~3.3", + "@joplin/renderer": "~3.3", + "@joplin/utils": "~3.3", "@sentry/electron": "4.24.0", "@types/mustache": "4.2.5", "async-mutex": "0.5.0", diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index 3c0775d63a..0dcb650b1f 100644 --- a/packages/app-mobile/android/app/build.gradle +++ b/packages/app-mobile/android/app/build.gradle @@ -80,7 +80,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 2097763 - versionName "3.2.7" + versionName "3.3.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 eed1443e1b..26099029de 100644 --- a/packages/app-mobile/ios/Joplin.xcodeproj/project.pbxproj +++ b/packages/app-mobile/ios/Joplin.xcodeproj/project.pbxproj @@ -541,7 +541,7 @@ INFOPLIST_FILE = Joplin/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 13.2.5; + MARKETING_VERSION = 13.3.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -572,7 +572,7 @@ INFOPLIST_FILE = Joplin/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 13.2.5; + MARKETING_VERSION = 13.3.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -765,7 +765,7 @@ INFOPLIST_FILE = ShareExtension/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 13.2.5; + MARKETING_VERSION = 13.3.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_LDFLAGS = ( @@ -804,7 +804,7 @@ INFOPLIST_FILE = ShareExtension/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 13.2.5; + MARKETING_VERSION = 13.3.0; MTL_FAST_MATH = YES; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/packages/app-mobile/package.json b/packages/app-mobile/package.json index 23f4a2e960..95295b93ba 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": "3.2.0", + "version": "3.3.0", "private": true, "scripts": { "start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache", @@ -21,12 +21,12 @@ }, "dependencies": { "@bam.tech/react-native-image-resizer": "3.0.10", - "@joplin/editor": "~3.2", - "@joplin/lib": "~3.2", - "@joplin/react-native-alarm-notification": "~3.2", - "@joplin/react-native-saf-x": "~3.2", - "@joplin/renderer": "~3.2", - "@joplin/utils": "~3.2", + "@joplin/editor": "~3.3", + "@joplin/lib": "~3.3", + "@joplin/react-native-alarm-notification": "~3.3", + "@joplin/react-native-saf-x": "~3.3", + "@joplin/renderer": "~3.3", + "@joplin/utils": "~3.3", "@react-native-clipboard/clipboard": "1.14.3", "@react-native-community/datetimepicker": "8.2.0", "@react-native-community/geolocation": "3.3.0", @@ -90,7 +90,7 @@ "@babel/plugin-transform-export-namespace-from": "7.24.7", "@babel/preset-env": "7.24.7", "@babel/runtime": "7.24.7", - "@joplin/tools": "~3.2", + "@joplin/tools": "~3.3", "@js-draw/material-icons": "1.26.0", "@react-native/babel-preset": "0.74.86", "@react-native/metro-config": "0.74.87", diff --git a/packages/default-plugins/package.json b/packages/default-plugins/package.json index 089be2ae74..bb8694147f 100644 --- a/packages/default-plugins/package.json +++ b/packages/default-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/default-plugins", - "version": "3.2.0", + "version": "3.3.0", "description": "Default plugins bundler", "private": true, "scripts": { @@ -18,7 +18,7 @@ "typescript": "5.4.5" }, "dependencies": { - "@joplin/utils": "~3.2", + "@joplin/utils": "~3.3", "fs-extra": "11.2.0", "yargs": "17.7.2" } diff --git a/packages/editor/package.json b/packages/editor/package.json index 124304fd32..3de89803a5 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/editor", - "version": "3.2.0", + "version": "3.3.0", "description": "Web-based markdown editor", "private": true, "scripts": { @@ -14,7 +14,7 @@ "url": "git+https://github.com/laurent22/joplin.git" }, "devDependencies": { - "@joplin/lib": "~3.2", + "@joplin/lib": "~3.3", "@testing-library/react-hooks": "8.0.1", "@types/jest": "29.5.12", "@types/react": "18.3.3", diff --git a/packages/generator-joplin/generators/app/templates/src/manifest.json b/packages/generator-joplin/generators/app/templates/src/manifest.json index ba166b2540..60c0076349 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": "3.2", + "app_min_version": "3.3", "version": "1.0.0", "name": "<%= pluginName %>", "description": "<%= pluginDescription %>", diff --git a/packages/generator-joplin/package.json b/packages/generator-joplin/package.json index 8051da26b0..cacfbb3548 100644 --- a/packages/generator-joplin/package.json +++ b/packages/generator-joplin/package.json @@ -1,6 +1,6 @@ { "name": "generator-joplin", - "version": "3.2.1", + "version": "3.3.0", "description": "Scaffolds out a new Joplin plugin", "homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin", "author": { @@ -30,8 +30,8 @@ "yosay": "2.0.2" }, "devDependencies": { - "@joplin/lib": "~3.2", - "@joplin/tools": "~3.2", + "@joplin/lib": "~3.3", + "@joplin/tools": "~3.3", "jest": "29.7.0", "ts-node": "10.9.2" }, diff --git a/packages/htmlpack/package.json b/packages/htmlpack/package.json index c5744958f8..26c6ae28da 100644 --- a/packages/htmlpack/package.json +++ b/packages/htmlpack/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/htmlpack", - "version": "3.2.5", + "version": "3.3.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 7cd89e2afa..4354ba345d 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/lib", - "version": "3.2.5", + "version": "3.3.0", "description": "Joplin Core library", "author": "Laurent Cozic", "homepage": "", @@ -46,12 +46,12 @@ "@joplin/fork-htmlparser2": "^4.1.57", "@joplin/fork-sax": "^1.2.61", "@joplin/fork-uslug": "^1.0.22", - "@joplin/htmlpack": "^3.2.5", - "@joplin/onenote-converter": "^3.2.5", - "@joplin/renderer": "^3.2.5", + "@joplin/htmlpack": "~3.3", + "@joplin/onenote-converter": "~3.3", + "@joplin/renderer": "~3.3", "@joplin/turndown": "^4.0.79", "@joplin/turndown-plugin-gfm": "^1.0.61", - "@joplin/utils": "^3.2.5", + "@joplin/utils": "~3.3", "@types/nanoid": "3.0.0", "adm-zip": "0.5.16", "async-mutex": "0.5.0", diff --git a/packages/onenote-converter/package.json b/packages/onenote-converter/package.json index 6bf75e3ebd..312636a4a2 100644 --- a/packages/onenote-converter/package.json +++ b/packages/onenote-converter/package.json @@ -4,7 +4,7 @@ "access": "public" }, "description": "Used to import a OneNote archive into Joplin", - "version": "3.2.5", + "version": "3.3.0", "license": "AGPL-3.0-or-later", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter", "main": "./pkg/onenote_converter.js", diff --git a/packages/pdf-viewer/package.json b/packages/pdf-viewer/package.json index 6ce3b1c4a6..757df69258 100644 --- a/packages/pdf-viewer/package.json +++ b/packages/pdf-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/pdf-viewer", - "version": "3.2.0", + "version": "3.3.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.2", - "@joplin/lib": "~3.2", + "@joplin/lib": "~3.3", "async-mutex": "0.5.0", "pdfjs-dist": "2.16.105", "react": "18.3.1", diff --git a/packages/plugin-repo-cli/package.json b/packages/plugin-repo-cli/package.json index 41b152a781..f33b25f2a8 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": "3.2.5", + "version": "3.3.0", "description": "", "main": "index.js", "bin": "./dist/index.js", @@ -18,9 +18,9 @@ "author": "", "license": "AGPL-3.0-or-later", "dependencies": { - "@joplin/lib": "^3.2.5", - "@joplin/tools": "^3.2.5", - "@joplin/utils": "^3.2.5", + "@joplin/lib": "~3.3", + "@joplin/tools": "~3.3", + "@joplin/utils": "~3.3", "fs-extra": "11.2.0", "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 fe16c37c7d..875a5259ed 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": "3.2.0", + "version": "3.3.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 54fed29b28..a2f0281236 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": "3.2.5", + "version": "3.3.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 8e1f7088bc..7b91f7d4a3 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/renderer", - "version": "3.2.5", + "version": "3.3.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", @@ -32,7 +32,7 @@ "dependencies": { "@joplin/fork-htmlparser2": "^4.1.57", "@joplin/fork-uslug": "^1.0.22", - "@joplin/utils": "^3.2.5", + "@joplin/utils": "~3.3", "font-awesome-filetypes": "2.1.0", "fs-extra": "11.2.0", "highlight.js": "11.10.0", diff --git a/packages/server/package.json b/packages/server/package.json index eda5cda318..06299d3496 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/server", - "version": "3.2.0", + "version": "3.3.0", "private": true, "scripts": { "start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", @@ -24,9 +24,9 @@ "dependencies": { "@aws-sdk/client-s3": "3.296.0", "@fortawesome/fontawesome-free": "5.15.4", - "@joplin/lib": "~3.2", - "@joplin/renderer": "~3.2", - "@joplin/utils": "~3.2", + "@joplin/lib": "~3.3", + "@joplin/renderer": "~3.3", + "@joplin/utils": "~3.3", "@koa/cors": "3.4.3", "@types/uuid": "9.0.7", "bcryptjs": "2.4.3", @@ -61,7 +61,7 @@ "zxcvbn": "4.4.2" }, "devDependencies": { - "@joplin/tools": "~3.2", + "@joplin/tools": "~3.3", "@rmp135/sql-ts": "1.18.1", "@types/bcryptjs": "2.4.6", "@types/formidable": "2.0.6", diff --git a/packages/tools/package.json b/packages/tools/package.json index f47744927d..10ef073004 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/tools", - "version": "3.2.5", + "version": "3.3.0", "description": "Various tools for Joplin", "main": "index.js", "author": "Laurent Cozic", @@ -21,9 +21,9 @@ }, "license": "AGPL-3.0-or-later", "dependencies": { - "@joplin/lib": "^3.2.5", - "@joplin/renderer": "^3.2.5", - "@joplin/utils": "^3.2.5", + "@joplin/lib": "~3.3", + "@joplin/renderer": "~3.3", + "@joplin/utils": "~3.3", "compare-versions": "6.1.1", "dayjs": "1.11.12", "execa": "4.1.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 163184908c..a5d54f1d16 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/utils", - "version": "3.2.5", + "version": "3.3.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 c34ace8cd2..d7f5acf50e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8273,12 +8273,12 @@ __metadata: "@electron/remote": 2.1.2 "@fortawesome/fontawesome-free": 5.15.4 "@joeattardi/emoji-button": 4.6.4 - "@joplin/default-plugins": ~3.2 - "@joplin/editor": ~3.2 - "@joplin/lib": ~3.2 - "@joplin/renderer": ~3.2 - "@joplin/tools": ~3.2 - "@joplin/utils": ~3.2 + "@joplin/default-plugins": ~3.3 + "@joplin/editor": ~3.3 + "@joplin/lib": ~3.3 + "@joplin/renderer": ~3.3 + "@joplin/tools": ~3.3 + "@joplin/utils": ~3.3 "@playwright/test": 1.45.3 "@sentry/electron": 4.24.0 "@testing-library/react-hooks": 8.0.1 @@ -8355,13 +8355,13 @@ __metadata: "@babel/preset-env": 7.24.7 "@babel/runtime": 7.24.7 "@bam.tech/react-native-image-resizer": 3.0.10 - "@joplin/editor": ~3.2 - "@joplin/lib": ~3.2 - "@joplin/react-native-alarm-notification": ~3.2 - "@joplin/react-native-saf-x": ~3.2 - "@joplin/renderer": ~3.2 - "@joplin/tools": ~3.2 - "@joplin/utils": ~3.2 + "@joplin/editor": ~3.3 + "@joplin/lib": ~3.3 + "@joplin/react-native-alarm-notification": ~3.3 + "@joplin/react-native-saf-x": ~3.3 + "@joplin/renderer": ~3.3 + "@joplin/tools": ~3.3 + "@joplin/utils": ~3.3 "@js-draw/material-icons": 1.26.0 "@react-native-clipboard/clipboard": 1.14.3 "@react-native-community/datetimepicker": 8.2.0 @@ -8464,11 +8464,11 @@ __metadata: languageName: unknown linkType: soft -"@joplin/default-plugins@workspace:packages/default-plugins, @joplin/default-plugins@~3.2": +"@joplin/default-plugins@workspace:packages/default-plugins, @joplin/default-plugins@~3.3": version: 0.0.0-use.local resolution: "@joplin/default-plugins@workspace:packages/default-plugins" dependencies: - "@joplin/utils": ~3.2 + "@joplin/utils": ~3.3 "@types/yargs": 17.0.33 fs-extra: 11.2.0 ts-node: 10.9.2 @@ -8500,7 +8500,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/editor@workspace:packages/editor, @joplin/editor@~3.2": +"@joplin/editor@workspace:packages/editor, @joplin/editor@~3.3": version: 0.0.0-use.local resolution: "@joplin/editor@workspace:packages/editor" dependencies: @@ -8515,7 +8515,7 @@ __metadata: "@codemirror/search": 6.5.8 "@codemirror/state": 6.4.1 "@codemirror/view": 6.35.0 - "@joplin/lib": ~3.2 + "@joplin/lib": ~3.3 "@lezer/common": 1.2.3 "@lezer/highlight": 1.2.1 "@lezer/markdown": 1.3.2 @@ -8572,7 +8572,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/htmlpack@^3.2.5, @joplin/htmlpack@workspace:packages/htmlpack": +"@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~3.3": version: 0.0.0-use.local resolution: "@joplin/htmlpack@workspace:packages/htmlpack" dependencies: @@ -8585,7 +8585,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/lib@^3.2.5, @joplin/lib@workspace:packages/lib, @joplin/lib@~3.2": +"@joplin/lib@workspace:packages/lib, @joplin/lib@~3.3": version: 0.0.0-use.local resolution: "@joplin/lib@workspace:packages/lib" dependencies: @@ -8595,12 +8595,12 @@ __metadata: "@joplin/fork-htmlparser2": ^4.1.57 "@joplin/fork-sax": ^1.2.61 "@joplin/fork-uslug": ^1.0.22 - "@joplin/htmlpack": ^3.2.5 - "@joplin/onenote-converter": ^3.2.5 - "@joplin/renderer": ^3.2.5 + "@joplin/htmlpack": ~3.3 + "@joplin/onenote-converter": ~3.3 + "@joplin/renderer": ~3.3 "@joplin/turndown": ^4.0.79 "@joplin/turndown-plugin-gfm": ^1.0.61 - "@joplin/utils": ^3.2.5 + "@joplin/utils": ~3.3 "@testing-library/react-hooks": 8.0.1 "@types/adm-zip": 0.5.6 "@types/fs-extra": 11.0.4 @@ -8677,7 +8677,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/onenote-converter@^3.2.5, @joplin/onenote-converter@workspace:packages/onenote-converter": +"@joplin/onenote-converter@workspace:packages/onenote-converter, @joplin/onenote-converter@~3.3": version: 0.0.0-use.local resolution: "@joplin/onenote-converter@workspace:packages/onenote-converter" dependencies: @@ -8693,7 +8693,7 @@ __metadata: "@fortawesome/fontawesome-svg-core": 6.1.2 "@fortawesome/free-solid-svg-icons": 6.1.2 "@fortawesome/react-fontawesome": 0.2.2 - "@joplin/lib": ~3.2 + "@joplin/lib": ~3.3 "@types/jest": 29.5.12 "@types/pdfjs-dist": 2.10.378 "@types/react": 18.3.3 @@ -8721,9 +8721,9 @@ __metadata: version: 0.0.0-use.local resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli" dependencies: - "@joplin/lib": ^3.2.5 - "@joplin/tools": ^3.2.5 - "@joplin/utils": ^3.2.5 + "@joplin/lib": ~3.3 + "@joplin/tools": ~3.3 + "@joplin/utils": ~3.3 "@types/fs-extra": 11.0.4 "@types/jest": 29.5.12 "@types/node": 18.19.60 @@ -8748,7 +8748,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~3.2": +"@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~3.3": version: 0.0.0-use.local resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification" dependencies: @@ -8757,7 +8757,7 @@ __metadata: languageName: unknown linkType: soft -"@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~3.2": +"@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~3.3": version: 0.0.0-use.local resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x" dependencies: @@ -8772,13 +8772,13 @@ __metadata: languageName: unknown linkType: soft -"@joplin/renderer@^3.2.5, @joplin/renderer@workspace:packages/renderer, @joplin/renderer@~3.2": +"@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~3.3": version: 0.0.0-use.local resolution: "@joplin/renderer@workspace:packages/renderer" dependencies: "@joplin/fork-htmlparser2": ^4.1.57 "@joplin/fork-uslug": ^1.0.22 - "@joplin/utils": ^3.2.5 + "@joplin/utils": ~3.3 "@types/jest": 29.5.12 "@types/markdown-it": 13.0.9 "@types/node": 18.19.60 @@ -8816,10 +8816,10 @@ __metadata: dependencies: "@aws-sdk/client-s3": 3.296.0 "@fortawesome/fontawesome-free": 5.15.4 - "@joplin/lib": ~3.2 - "@joplin/renderer": ~3.2 - "@joplin/tools": ~3.2 - "@joplin/utils": ~3.2 + "@joplin/lib": ~3.3 + "@joplin/renderer": ~3.3 + "@joplin/tools": ~3.3 + "@joplin/utils": ~3.3 "@koa/cors": 3.4.3 "@rmp135/sql-ts": 1.18.1 "@types/bcryptjs": 2.4.6 @@ -8876,15 +8876,15 @@ __metadata: languageName: unknown linkType: soft -"@joplin/tools@^3.2.5, @joplin/tools@workspace:packages/tools, @joplin/tools@~3.2": +"@joplin/tools@workspace:packages/tools, @joplin/tools@~3.3": version: 0.0.0-use.local resolution: "@joplin/tools@workspace:packages/tools" dependencies: "@docusaurus/plugin-sitemap": 2.4.3 "@joplin/fork-htmlparser2": ^4.1.57 - "@joplin/lib": ^3.2.5 - "@joplin/renderer": ^3.2.5 - "@joplin/utils": ^3.2.5 + "@joplin/lib": ~3.3 + "@joplin/renderer": ~3.3 + "@joplin/utils": ~3.3 "@rmp135/sql-ts": 1.18.1 "@types/fs-extra": 11.0.4 "@types/jest": 29.5.12 @@ -8955,7 +8955,22 @@ __metadata: languageName: unknown linkType: soft -"@joplin/utils@^3.2.5, @joplin/utils@workspace:packages/utils, @joplin/utils@~3.2": +"@joplin/utils@npm:~2.12": + version: 2.12.1 + resolution: "@joplin/utils@npm:2.12.1" + dependencies: + async-mutex: 0.4.0 + execa: 5.1.1 + fs-extra: 11.1.1 + glob: 10.3.3 + moment: 2.29.4 + node-fetch: 2.6.7 + sprintf-js: 1.1.2 + checksum: dab823a7bb5d6d13c3d85c67dc669861aa0cdb89cee28cddceb280b43a235d7e058813b9724468b58532489fde25e0857098afe322286bd914e6096d1dc7ece7 + languageName: node + linkType: hard + +"@joplin/utils@workspace:packages/utils, @joplin/utils@~3.3": version: 0.0.0-use.local resolution: "@joplin/utils@workspace:packages/utils" dependencies: @@ -8979,21 +8994,6 @@ __metadata: languageName: unknown linkType: soft -"@joplin/utils@npm:~2.12": - version: 2.12.1 - resolution: "@joplin/utils@npm:2.12.1" - dependencies: - async-mutex: 0.4.0 - execa: 5.1.1 - fs-extra: 11.1.1 - glob: 10.3.3 - moment: 2.29.4 - node-fetch: 2.6.7 - sprintf-js: 1.1.2 - checksum: dab823a7bb5d6d13c3d85c67dc669861aa0cdb89cee28cddceb280b43a235d7e058813b9724468b58532489fde25e0857098afe322286bd914e6096d1dc7ece7 - languageName: node - linkType: hard - "@jridgewell/gen-mapping@npm:^0.3.0": version: 0.3.3 resolution: "@jridgewell/gen-mapping@npm:0.3.3" @@ -26187,8 +26187,8 @@ __metadata: version: 0.0.0-use.local resolution: "generator-joplin@workspace:packages/generator-joplin" dependencies: - "@joplin/lib": ~3.2 - "@joplin/tools": ~3.2 + "@joplin/lib": ~3.3 + "@joplin/tools": ~3.3 chalk: 2.4.2 jest: 29.7.0 slugify: 1.6.6 @@ -31014,10 +31014,10 @@ __metadata: version: 0.0.0-use.local resolution: "joplin@workspace:packages/app-cli" dependencies: - "@joplin/lib": ~3.2 - "@joplin/renderer": ~3.2 - "@joplin/tools": ~3.2 - "@joplin/utils": ~3.2 + "@joplin/lib": ~3.3 + "@joplin/renderer": ~3.3 + "@joplin/tools": ~3.3 + "@joplin/utils": ~3.3 "@types/fs-extra": 11.0.4 "@types/jest": 29.5.12 "@types/node": 18.19.60