You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Chore: Prepare v2.11
This commit is contained in:
		| @@ -35,15 +35,15 @@ | ||||
|     ], | ||||
|     "owner": "Laurent Cozic" | ||||
|   }, | ||||
|   "version": "2.10.3", | ||||
|   "version": "2.11.0", | ||||
|   "bin": "./main.js", | ||||
|   "engines": { | ||||
|     "node": ">=10.0.0" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@joplin/lib": "~2.10", | ||||
|     "@joplin/renderer": "~2.10", | ||||
|     "@joplin/utils": "~2.10", | ||||
|     "@joplin/lib": "~2.11", | ||||
|     "@joplin/renderer": "~2.11", | ||||
|     "@joplin/utils": "~2.11", | ||||
|     "aws-sdk": "2.1290.0", | ||||
|     "chalk": "4.1.2", | ||||
|     "compare-version": "0.1.2", | ||||
| @@ -70,7 +70,7 @@ | ||||
|     "yargs-parser": "21.1.1" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@joplin/tools": "~2.10", | ||||
|     "@joplin/tools": "~2.11", | ||||
|     "@types/fs-extra": "9.0.13", | ||||
|     "@types/jest": "29.2.6", | ||||
|     "@types/node": "18.11.18", | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|     "manifest_version": 2, | ||||
|     "name": "Joplin Web Clipper [DEV]", | ||||
|     "version": "2.10.0", | ||||
|     "version": "2.11.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'", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/app-desktop", | ||||
|   "version": "2.10.12", | ||||
|   "version": "2.11.0", | ||||
|   "description": "Joplin for Desktop", | ||||
|   "main": "main.js", | ||||
|   "private": true, | ||||
| @@ -109,7 +109,7 @@ | ||||
|   }, | ||||
|   "homepage": "https://github.com/laurent22/joplin#readme", | ||||
|   "devDependencies": { | ||||
|     "@joplin/tools": "~2.10", | ||||
|     "@joplin/tools": "~2.11", | ||||
|     "@testing-library/react-hooks": "8.0.1", | ||||
|     "@types/jest": "29.2.6", | ||||
|     "@types/node": "18.11.18", | ||||
| @@ -138,9 +138,9 @@ | ||||
|     "@electron/remote": "2.0.9", | ||||
|     "@fortawesome/fontawesome-free": "5.15.4", | ||||
|     "@joeattardi/emoji-button": "4.6.4", | ||||
|     "@joplin/lib": "~2.10", | ||||
|     "@joplin/pdf-viewer": "~2.10", | ||||
|     "@joplin/renderer": "~2.10", | ||||
|     "@joplin/lib": "~2.11", | ||||
|     "@joplin/pdf-viewer": "~2.11", | ||||
|     "@joplin/renderer": "~2.11", | ||||
|     "async-mutex": "0.4.0", | ||||
|     "codemirror": "5.65.9", | ||||
|     "color": "3.2.1", | ||||
|   | ||||
| @@ -151,7 +151,7 @@ android { | ||||
|         minSdkVersion rootProject.ext.minSdkVersion | ||||
|         targetSdkVersion rootProject.ext.targetSdkVersion | ||||
| 		versionCode 2097685 | ||||
| 		versionName "2.10.9" | ||||
| 		versionName "2.11.0" | ||||
| 		// ndk { | ||||
| 		// 	abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" | ||||
| 		// } | ||||
|   | ||||
| @@ -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.10.5; | ||||
| 				MARKETING_VERSION = 12.11.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.10.5; | ||||
| 				MARKETING_VERSION = 12.11.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.10.5; | ||||
| 				MARKETING_VERSION = 12.11.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.10.5; | ||||
| 				MARKETING_VERSION = 12.11.0; | ||||
| 				MTL_FAST_MATH = YES; | ||||
| 				PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension; | ||||
| 				PRODUCT_NAME = "$(TARGET_NAME)"; | ||||
|   | ||||
| @@ -306,7 +306,7 @@ PODS: | ||||
|   - React-jsinspector (0.70.6) | ||||
|   - React-logger (0.70.6): | ||||
|     - glog | ||||
|   - react-native-alarm-notification (2.10.0): | ||||
|   - react-native-alarm-notification (2.11.0): | ||||
|     - React | ||||
|   - react-native-camera (4.2.1): | ||||
|     - React-Core | ||||
| @@ -316,7 +316,7 @@ PODS: | ||||
|     - React-Core | ||||
|   - react-native-camera/RN (4.2.1): | ||||
|     - React-Core | ||||
|   - react-native-document-picker (8.1.3): | ||||
|   - react-native-document-picker (8.1.4): | ||||
|     - React-Core | ||||
|   - react-native-fingerprint-scanner (6.0.0): | ||||
|     - React | ||||
| @@ -332,7 +332,7 @@ PODS: | ||||
|     - React-Core | ||||
|   - react-native-rsa-native (2.0.5): | ||||
|     - React | ||||
|   - react-native-saf-x (2.10.2): | ||||
|   - react-native-saf-x (2.11.0): | ||||
|     - React-Core | ||||
|   - react-native-safe-area-context (4.5.0): | ||||
|     - RCT-Folly | ||||
| @@ -714,9 +714,9 @@ SPEC CHECKSUMS: | ||||
|   React-jsiexecutor: b4a65947391c658450151275aa406f2b8263178f | ||||
|   React-jsinspector: 60769e5a0a6d4b32294a2456077f59d0266f9a8b | ||||
|   React-logger: 1623c216abaa88974afce404dc8f479406bbc3a0 | ||||
|   react-native-alarm-notification: 0f58eaa37a4188480536fd7ab62db9b1dfba392f | ||||
|   react-native-alarm-notification: 26527410a6162d07a9dc57f4bbc62e94ff48e65d | ||||
|   react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f | ||||
|   react-native-document-picker: 958e2bc82e128be69055be261aeac8d872c8d34c | ||||
|   react-native-document-picker: a9bd26996d1b2e4f412dd186041714c79af381d0 | ||||
|   react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe | ||||
|   react-native-geolocation: 69f4fd37650b8e7fee91816d395e62dd16f5ab8d | ||||
|   react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a | ||||
| @@ -724,7 +724,7 @@ SPEC CHECKSUMS: | ||||
|   react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f | ||||
|   react-native-netinfo: 2517ad504b3d303e90d7a431b0fcaef76d207983 | ||||
|   react-native-rsa-native: 12132eb627797529fdb1f0d22fd0f8f9678df64a | ||||
|   react-native-saf-x: db5a33862e7aec0f9f2d4cccfe7264b09b234e2e | ||||
|   react-native-saf-x: 9bd5238d3b43d76bbec64aa82c173ac20a4bce9f | ||||
|   react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc | ||||
|   react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d | ||||
|   react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261 | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|   "name": "@joplin/app-mobile", | ||||
|   "description": "Joplin for Mobile", | ||||
|   "license": "AGPL-3.0-or-later", | ||||
|   "version": "2.10.0", | ||||
|   "version": "2.11.0", | ||||
|   "private": true, | ||||
|   "scripts": { | ||||
|     "start": "react-native start --reset-cache", | ||||
| @@ -18,10 +18,10 @@ | ||||
|     "postinstall": "jetify && yarn run build" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@joplin/lib": "~2.10", | ||||
|     "@joplin/react-native-alarm-notification": "~2.10", | ||||
|     "@joplin/react-native-saf-x": "~2.10", | ||||
|     "@joplin/renderer": "~2.10", | ||||
|     "@joplin/lib": "~2.11", | ||||
|     "@joplin/react-native-alarm-notification": "~2.11", | ||||
|     "@joplin/react-native-saf-x": "~2.11", | ||||
|     "@joplin/renderer": "~2.11", | ||||
|     "@react-native-community/clipboard": "1.5.1", | ||||
|     "@react-native-community/datetimepicker": "6.7.5", | ||||
|     "@react-native-community/geolocation": "2.1.0", | ||||
| @@ -92,7 +92,7 @@ | ||||
|     "@codemirror/search": "6.2.3", | ||||
|     "@codemirror/state": "6.1.4", | ||||
|     "@codemirror/view": "6.7.1", | ||||
|     "@joplin/tools": "~2.10", | ||||
|     "@joplin/tools": "~2.11", | ||||
|     "@lezer/highlight": "1.1.3", | ||||
|     "@types/fs-extra": "9.0.13", | ||||
|     "@types/jest": "29.2.6", | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
| 	"manifest_version": 1, | ||||
| 	"id": "<%= pluginId %>", | ||||
| 	"app_min_version": "2.10", | ||||
| 	"app_min_version": "2.11", | ||||
| 	"version": "1.0.0", | ||||
| 	"name": "<%= pluginName %>", | ||||
| 	"description": "<%= pluginDescription %>", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "generator-joplin", | ||||
|   "version": "2.10.0", | ||||
|   "version": "2.11.0", | ||||
|   "description": "Scaffolds out a new Joplin plugin", | ||||
|   "homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin", | ||||
|   "author": { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/htmlpack", | ||||
|   "version": "2.10.2", | ||||
|   "version": "2.11.0", | ||||
|   "description": "Pack an HTML file and all its linked resources into a single HTML file", | ||||
|   "main": "dist/index.js", | ||||
|   "types": "src/index.ts", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/lib", | ||||
|   "version": "2.10.2", | ||||
|   "version": "2.11.0", | ||||
|   "description": "Joplin Core library", | ||||
|   "author": "Laurent Cozic", | ||||
|   "homepage": "", | ||||
| @@ -34,11 +34,11 @@ | ||||
|     "@joplin/fork-htmlparser2": "^4.1.43", | ||||
|     "@joplin/fork-sax": "^1.2.47", | ||||
|     "@joplin/fork-uslug": "^1.0.8", | ||||
|     "@joplin/htmlpack": "^2.10.2", | ||||
|     "@joplin/renderer": "^2.10.2", | ||||
|     "@joplin/htmlpack": "~2.11", | ||||
|     "@joplin/renderer": "~2.11", | ||||
|     "@joplin/turndown": "^4.0.65", | ||||
|     "@joplin/turndown-plugin-gfm": "^1.0.47", | ||||
|     "@joplin/utils": "~2.10", | ||||
|     "@joplin/utils": "~2.11", | ||||
|     "@types/nanoid": "3.0.0", | ||||
|     "async-mutex": "0.4.0", | ||||
|     "base-64": "1.0.0", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/pdf-viewer", | ||||
|   "version": "2.10.0", | ||||
|   "version": "2.11.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.10", | ||||
|     "@joplin/lib": "~2.11", | ||||
|     "async-mutex": "0.4.0", | ||||
|     "pdfjs-dist": "2.16.105", | ||||
|     "react": "18.2.0", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/plugin-repo-cli", | ||||
|   "version": "2.10.2", | ||||
|   "version": "2.11.0", | ||||
|   "description": "", | ||||
|   "main": "index.js", | ||||
|   "bin": "./dist/index.js", | ||||
| @@ -18,9 +18,9 @@ | ||||
|   "author": "", | ||||
|   "license": "AGPL-3.0-or-later", | ||||
|   "dependencies": { | ||||
|     "@joplin/lib": "^2.10.2", | ||||
|     "@joplin/tools": "^2.10.2", | ||||
|     "@joplin/utils": "~2.10", | ||||
|     "@joplin/lib": "~2.11", | ||||
|     "@joplin/tools": "~2.11", | ||||
|     "@joplin/utils": "~2.11", | ||||
|     "fs-extra": "11.1.0", | ||||
|     "gh-release-assets": "2.0.1", | ||||
|     "node-fetch": "2.6.7", | ||||
|   | ||||
| @@ -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.10.0", | ||||
|   "version": "2.11.0", | ||||
|   "description": "schedule alarm with notification in react-native", | ||||
|   "main": "index.js", | ||||
|   "private": true, | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/react-native-saf-x", | ||||
|   "version": "2.10.2", | ||||
|   "version": "2.11.0", | ||||
|   "description": "a module to help work with scoped storages on android easily", | ||||
|   "main": "src/index", | ||||
|   "react-native": "src/index", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/renderer", | ||||
|   "version": "2.10.2", | ||||
|   "version": "2.11.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", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/server", | ||||
|   "version": "2.10.11", | ||||
|   "version": "2.11.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.241.0", | ||||
|     "@fortawesome/fontawesome-free": "5.15.4", | ||||
|     "@joplin/lib": "~2.10", | ||||
|     "@joplin/renderer": "~2.10", | ||||
|     "@joplin/lib": "~2.11", | ||||
|     "@joplin/renderer": "~2.11", | ||||
|     "@koa/cors": "3.1.0", | ||||
|     "@types/uuid": "9.0.0", | ||||
|     "bcryptjs": "2.4.3", | ||||
| @@ -58,7 +58,7 @@ | ||||
|     "zxcvbn": "4.4.2" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@joplin/tools": "~2.10", | ||||
|     "@joplin/tools": "~2.11", | ||||
|     "@rmp135/sql-ts": "1.16.0", | ||||
|     "@types/formidable": "2.0.5", | ||||
|     "@types/fs-extra": "9.0.13", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/tools", | ||||
|   "version": "2.10.2", | ||||
|   "version": "2.11.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.10.2", | ||||
|     "@joplin/renderer": "^2.10.2", | ||||
|     "@joplin/utils": "~2.10", | ||||
|     "@joplin/lib": "~2.11", | ||||
|     "@joplin/renderer": "~2.11", | ||||
|     "@joplin/utils": "~2.11", | ||||
|     "@types/node-fetch": "2.6.2", | ||||
|     "@types/yargs": "17.0.20", | ||||
|     "dayjs": "1.11.7", | ||||
|   | ||||
| @@ -139,6 +139,7 @@ async function main() { | ||||
| 	await updatePackageVersion(`${rootDir}/packages/renderer/package.json`, majorMinorVersion, options); | ||||
| 	await updatePackageVersion(`${rootDir}/packages/server/package.json`, majorMinorVersion, options); | ||||
| 	await updatePackageVersion(`${rootDir}/packages/tools/package.json`, majorMinorVersion, options); | ||||
| 	await updatePackageVersion(`${rootDir}/packages/utils/package.json`, majorMinorVersion, options); | ||||
|  | ||||
| 	if (options.updateVersion) { | ||||
| 		await updateGradleVersion(`${rootDir}/packages/app-mobile/android/app/build.gradle`, majorMinorVersion); | ||||
|   | ||||
| @@ -1,29 +1,29 @@ | ||||
| { | ||||
| 	"name": "@joplin/utils", | ||||
| 	"version": "2.10.0", | ||||
| 	"description": "Utilities for Joplin", | ||||
| 	"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", | ||||
| 	"exports": { | ||||
| 		".": "./dist/index.js", | ||||
| 		"./net": "./dist/net.js" | ||||
| 	}, | ||||
| 	"publishConfig": { | ||||
| 		"access": "public" | ||||
| 	}, | ||||
| 	"scripts": { | ||||
| 		"tsc": "tsc --project tsconfig.json", | ||||
| 		"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json", | ||||
| 		"test": "jest --verbose=false", | ||||
| 		"test-ci": "yarn test" | ||||
| 	}, | ||||
| 	"author": "", | ||||
| 	"license": "AGPL-3.0-or-later", | ||||
| 	"dependencies": { | ||||
| 		"execa": "5.1.1" | ||||
| 	}, | ||||
| 	"devDependencies": { | ||||
| 		"@types/jest": "29.5.0", | ||||
| 		"jest": "29.5.0", | ||||
| 		"ts-jest": "29.0.5" | ||||
| 	} | ||||
|   "name": "@joplin/utils", | ||||
|   "version": "2.11.0", | ||||
|   "description": "Utilities for Joplin", | ||||
|   "repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", | ||||
|   "exports": { | ||||
|     ".": "./dist/index.js", | ||||
|     "./net": "./dist/net.js" | ||||
|   }, | ||||
|   "publishConfig": { | ||||
|     "access": "public" | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "tsc": "tsc --project tsconfig.json", | ||||
|     "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json", | ||||
|     "test": "jest --verbose=false", | ||||
|     "test-ci": "yarn test" | ||||
|   }, | ||||
|   "author": "", | ||||
|   "license": "AGPL-3.0-or-later", | ||||
|   "dependencies": { | ||||
|     "execa": "5.1.1" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@types/jest": "29.5.0", | ||||
|     "jest": "29.5.0", | ||||
|     "ts-jest": "29.0.5" | ||||
|   } | ||||
| } | ||||
|   | ||||
							
								
								
									
										68
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										68
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -4853,10 +4853,10 @@ __metadata: | ||||
|     "@electron/remote": 2.0.9 | ||||
|     "@fortawesome/fontawesome-free": 5.15.4 | ||||
|     "@joeattardi/emoji-button": 4.6.4 | ||||
|     "@joplin/lib": ~2.10 | ||||
|     "@joplin/pdf-viewer": ~2.10 | ||||
|     "@joplin/renderer": ~2.10 | ||||
|     "@joplin/tools": ~2.10 | ||||
|     "@joplin/lib": ~2.11 | ||||
|     "@joplin/pdf-viewer": ~2.11 | ||||
|     "@joplin/renderer": ~2.11 | ||||
|     "@joplin/tools": ~2.11 | ||||
|     "@testing-library/react-hooks": 8.0.1 | ||||
|     "@types/jest": 29.2.6 | ||||
|     "@types/node": 18.11.18 | ||||
| @@ -4940,11 +4940,11 @@ __metadata: | ||||
|     "@codemirror/search": 6.2.3 | ||||
|     "@codemirror/state": 6.1.4 | ||||
|     "@codemirror/view": 6.7.1 | ||||
|     "@joplin/lib": ~2.10 | ||||
|     "@joplin/react-native-alarm-notification": ~2.10 | ||||
|     "@joplin/react-native-saf-x": ~2.10 | ||||
|     "@joplin/renderer": ~2.10 | ||||
|     "@joplin/tools": ~2.10 | ||||
|     "@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 | ||||
|     "@lezer/highlight": 1.1.3 | ||||
|     "@react-native-community/clipboard": 1.5.1 | ||||
|     "@react-native-community/datetimepicker": 6.7.5 | ||||
| @@ -5064,7 +5064,7 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/htmlpack@^2.10.2, @joplin/htmlpack@workspace:packages/htmlpack": | ||||
| "@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/htmlpack@workspace:packages/htmlpack" | ||||
|   dependencies: | ||||
| @@ -5077,7 +5077,7 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/lib@^2.10.2, @joplin/lib@workspace:packages/lib, @joplin/lib@~2.10": | ||||
| "@joplin/lib@workspace:packages/lib, @joplin/lib@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/lib@workspace:packages/lib" | ||||
|   dependencies: | ||||
| @@ -5086,11 +5086,11 @@ __metadata: | ||||
|     "@joplin/fork-htmlparser2": ^4.1.43 | ||||
|     "@joplin/fork-sax": ^1.2.47 | ||||
|     "@joplin/fork-uslug": ^1.0.8 | ||||
|     "@joplin/htmlpack": ^2.10.2 | ||||
|     "@joplin/renderer": ^2.10.2 | ||||
|     "@joplin/htmlpack": ~2.11 | ||||
|     "@joplin/renderer": ~2.11 | ||||
|     "@joplin/turndown": ^4.0.65 | ||||
|     "@joplin/turndown-plugin-gfm": ^1.0.47 | ||||
|     "@joplin/utils": ~2.10 | ||||
|     "@joplin/utils": ~2.11 | ||||
|     "@types/fs-extra": 9.0.13 | ||||
|     "@types/jest": 29.2.6 | ||||
|     "@types/js-yaml": 4.0.5 | ||||
| @@ -5159,14 +5159,14 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/pdf-viewer@workspace:packages/pdf-viewer, @joplin/pdf-viewer@~2.10": | ||||
| "@joplin/pdf-viewer@workspace:packages/pdf-viewer, @joplin/pdf-viewer@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/pdf-viewer@workspace:packages/pdf-viewer" | ||||
|   dependencies: | ||||
|     "@fortawesome/fontawesome-svg-core": 6.1.2 | ||||
|     "@fortawesome/free-solid-svg-icons": 6.1.2 | ||||
|     "@fortawesome/react-fontawesome": 0.2.0 | ||||
|     "@joplin/lib": ~2.10 | ||||
|     "@joplin/lib": ~2.11 | ||||
|     "@types/jest": 29.2.6 | ||||
|     "@types/pdfjs-dist": 2.10.378 | ||||
|     "@types/react": 16.14.35 | ||||
| @@ -5194,9 +5194,9 @@ __metadata: | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli" | ||||
|   dependencies: | ||||
|     "@joplin/lib": ^2.10.2 | ||||
|     "@joplin/tools": ^2.10.2 | ||||
|     "@joplin/utils": ~2.10 | ||||
|     "@joplin/lib": ~2.11 | ||||
|     "@joplin/tools": ~2.11 | ||||
|     "@joplin/utils": ~2.11 | ||||
|     "@types/fs-extra": 9.0.13 | ||||
|     "@types/jest": 29.2.6 | ||||
|     "@types/node": 18.11.18 | ||||
| @@ -5221,7 +5221,7 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~2.10": | ||||
| "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification" | ||||
|   dependencies: | ||||
| @@ -5230,7 +5230,7 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~2.10": | ||||
| "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x" | ||||
|   dependencies: | ||||
| @@ -5245,7 +5245,7 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/renderer@^2.10.2, @joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.10": | ||||
| "@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/renderer@workspace:packages/renderer" | ||||
|   dependencies: | ||||
| @@ -5287,9 +5287,9 @@ __metadata: | ||||
|   dependencies: | ||||
|     "@aws-sdk/client-s3": 3.241.0 | ||||
|     "@fortawesome/fontawesome-free": 5.15.4 | ||||
|     "@joplin/lib": ~2.10 | ||||
|     "@joplin/renderer": ~2.10 | ||||
|     "@joplin/tools": ~2.10 | ||||
|     "@joplin/lib": ~2.11 | ||||
|     "@joplin/renderer": ~2.11 | ||||
|     "@joplin/tools": ~2.11 | ||||
|     "@koa/cors": 3.1.0 | ||||
|     "@rmp135/sql-ts": 1.16.0 | ||||
|     "@types/formidable": 2.0.5 | ||||
| @@ -5343,14 +5343,14 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/tools@^2.10.2, @joplin/tools@workspace:packages/tools, @joplin/tools@~2.10": | ||||
| "@joplin/tools@workspace:packages/tools, @joplin/tools@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/tools@workspace:packages/tools" | ||||
|   dependencies: | ||||
|     "@joplin/fork-htmlparser2": ^4.1.43 | ||||
|     "@joplin/lib": ^2.10.2 | ||||
|     "@joplin/renderer": ^2.10.2 | ||||
|     "@joplin/utils": ~2.10 | ||||
|     "@joplin/lib": ~2.11 | ||||
|     "@joplin/renderer": ~2.11 | ||||
|     "@joplin/utils": ~2.11 | ||||
|     "@rmp135/sql-ts": 1.16.0 | ||||
|     "@types/fs-extra": 9.0.13 | ||||
|     "@types/jest": 29.2.6 | ||||
| @@ -5414,7 +5414,7 @@ __metadata: | ||||
|   languageName: unknown | ||||
|   linkType: soft | ||||
| 
 | ||||
| "@joplin/utils@workspace:packages/utils, @joplin/utils@~2.10": | ||||
| "@joplin/utils@workspace:packages/utils, @joplin/utils@~2.11": | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "@joplin/utils@workspace:packages/utils" | ||||
|   dependencies: | ||||
| @@ -21136,10 +21136,10 @@ __metadata: | ||||
|   version: 0.0.0-use.local | ||||
|   resolution: "joplin@workspace:packages/app-cli" | ||||
|   dependencies: | ||||
|     "@joplin/lib": ~2.10 | ||||
|     "@joplin/renderer": ~2.10 | ||||
|     "@joplin/tools": ~2.10 | ||||
|     "@joplin/utils": ~2.10 | ||||
|     "@joplin/lib": ~2.11 | ||||
|     "@joplin/renderer": ~2.11 | ||||
|     "@joplin/tools": ~2.11 | ||||
|     "@joplin/utils": ~2.11 | ||||
|     "@types/fs-extra": 9.0.13 | ||||
|     "@types/jest": 29.2.6 | ||||
|     "@types/node": 18.11.18 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user