mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Setup new release 2.12
This commit is contained in:
parent
1d0bcc435b
commit
6db5723a50
@ -35,15 +35,15 @@
|
|||||||
],
|
],
|
||||||
"owner": "Laurent Cozic"
|
"owner": "Laurent Cozic"
|
||||||
},
|
},
|
||||||
"version": "2.11.1",
|
"version": "2.12.0",
|
||||||
"bin": "./main.js",
|
"bin": "./main.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@joplin/lib": "~2.11",
|
"@joplin/lib": "~2.12",
|
||||||
"@joplin/renderer": "~2.11",
|
"@joplin/renderer": "~2.12",
|
||||||
"@joplin/utils": "~2.11",
|
"@joplin/utils": "~2.12",
|
||||||
"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": "~2.11",
|
"@joplin/tools": "~2.12",
|
||||||
"@types/fs-extra": "11.0.1",
|
"@types/fs-extra": "11.0.1",
|
||||||
"@types/jest": "29.5.1",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node": "18.15.13",
|
"@types/node": "18.15.13",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Joplin Web Clipper [DEV]",
|
"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.",
|
"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": "script-src 'self'; object-src 'self'",
|
"content_security_policy": "script-src 'self'; object-src 'self'",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/app-desktop",
|
"name": "@joplin/app-desktop",
|
||||||
"version": "2.11.11",
|
"version": "2.12.0",
|
||||||
"description": "Joplin for Desktop",
|
"description": "Joplin for Desktop",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
@ -108,7 +108,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/laurent22/joplin#readme",
|
"homepage": "https://github.com/laurent22/joplin#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@joplin/tools": "~2.11",
|
"@joplin/tools": "~2.12",
|
||||||
"@testing-library/react-hooks": "8.0.1",
|
"@testing-library/react-hooks": "8.0.1",
|
||||||
"@types/jest": "29.5.1",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node": "18.15.13",
|
"@types/node": "18.15.13",
|
||||||
@ -137,8 +137,8 @@
|
|||||||
"@electron/remote": "2.0.10",
|
"@electron/remote": "2.0.10",
|
||||||
"@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/lib": "~2.11",
|
"@joplin/lib": "~2.12",
|
||||||
"@joplin/renderer": "~2.11",
|
"@joplin/renderer": "~2.12",
|
||||||
"async-mutex": "0.4.0",
|
"async-mutex": "0.4.0",
|
||||||
"codemirror": "5.65.9",
|
"codemirror": "5.65.9",
|
||||||
"color": "3.2.1",
|
"color": "3.2.1",
|
||||||
|
@ -111,7 +111,7 @@ android {
|
|||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 2097716
|
versionCode 2097716
|
||||||
versionName "2.11.31"
|
versionName "2.12.0"
|
||||||
// ndk {
|
// ndk {
|
||||||
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||||
// }
|
// }
|
||||||
|
@ -523,7 +523,7 @@
|
|||||||
INFOPLIST_FILE = Joplin/Info.plist;
|
INFOPLIST_FILE = Joplin/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
MARKETING_VERSION = 12.11.5;
|
MARKETING_VERSION = 12.12.0;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
@ -551,7 +551,7 @@
|
|||||||
INFOPLIST_FILE = Joplin/Info.plist;
|
INFOPLIST_FILE = Joplin/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
MARKETING_VERSION = 12.11.5;
|
MARKETING_VERSION = 12.12.0;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
@ -705,7 +705,7 @@
|
|||||||
INFOPLIST_FILE = ShareExtension/Info.plist;
|
INFOPLIST_FILE = ShareExtension/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
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_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
|
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
|
||||||
@ -736,7 +736,7 @@
|
|||||||
INFOPLIST_FILE = ShareExtension/Info.plist;
|
INFOPLIST_FILE = ShareExtension/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
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;
|
MTL_FAST_MATH = YES;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
|
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
@ -333,7 +333,7 @@ PODS:
|
|||||||
- React-jsinspector (0.71.10)
|
- React-jsinspector (0.71.10)
|
||||||
- React-logger (0.71.10):
|
- React-logger (0.71.10):
|
||||||
- glog
|
- glog
|
||||||
- react-native-alarm-notification (2.11.0):
|
- react-native-alarm-notification (2.12.0):
|
||||||
- React
|
- React
|
||||||
- react-native-camera (4.2.1):
|
- react-native-camera (4.2.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
@ -349,7 +349,7 @@ PODS:
|
|||||||
- React
|
- React
|
||||||
- react-native-geolocation (3.0.6):
|
- react-native-geolocation (3.0.6):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-get-random-values (1.8.0):
|
- react-native-get-random-values (1.9.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-image-picker (5.3.1):
|
- react-native-image-picker (5.3.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
@ -359,7 +359,7 @@ PODS:
|
|||||||
- React-Core
|
- React-Core
|
||||||
- react-native-rsa-native (2.0.5):
|
- react-native-rsa-native (2.0.5):
|
||||||
- React
|
- React
|
||||||
- react-native-saf-x (2.11.0):
|
- react-native-saf-x (2.12.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-safe-area-context (4.5.3):
|
- react-native-safe-area-context (4.5.3):
|
||||||
- RCT-Folly
|
- RCT-Folly
|
||||||
@ -775,17 +775,17 @@ SPEC CHECKSUMS:
|
|||||||
React-jsiexecutor: 4bb480a183a354e4dbfb1012936b1a2bb9357de7
|
React-jsiexecutor: 4bb480a183a354e4dbfb1012936b1a2bb9357de7
|
||||||
React-jsinspector: cdc854f8b13abd202afa54bc12578e5afb9cfae1
|
React-jsinspector: cdc854f8b13abd202afa54bc12578e5afb9cfae1
|
||||||
React-logger: ef2269b3afa6ba868da90496c3e17a4ec4f4cee0
|
React-logger: ef2269b3afa6ba868da90496c3e17a4ec4f4cee0
|
||||||
react-native-alarm-notification: 26527410a6162d07a9dc57f4bbc62e94ff48e65d
|
react-native-alarm-notification: 0732f97be04975a23ba60e675bdb961a0aaf6aa6
|
||||||
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
|
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
|
||||||
react-native-document-picker: 69ca2094d8780cfc1e7e613894d15290fdc54bba
|
react-native-document-picker: 69ca2094d8780cfc1e7e613894d15290fdc54bba
|
||||||
react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe
|
react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe
|
||||||
react-native-geolocation: 0f7fe8a4c2de477e278b0365cce27d089a8c5903
|
react-native-geolocation: 0f7fe8a4c2de477e278b0365cce27d089a8c5903
|
||||||
react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a
|
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
|
||||||
react-native-image-picker: ec9b713e248760bfa0f879f0715391de4651a7cb
|
react-native-image-picker: ec9b713e248760bfa0f879f0715391de4651a7cb
|
||||||
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
|
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
|
||||||
react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2
|
react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2
|
||||||
react-native-rsa-native: 12132eb627797529fdb1f0d22fd0f8f9678df64a
|
react-native-rsa-native: 12132eb627797529fdb1f0d22fd0f8f9678df64a
|
||||||
react-native-saf-x: 9bd5238d3b43d76bbec64aa82c173ac20a4bce9f
|
react-native-saf-x: 129cd2ddf120a1f6164c724b2846d172666b33de
|
||||||
react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753
|
react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753
|
||||||
react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d
|
react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d
|
||||||
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261
|
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261
|
||||||
|
@ -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": "2.11.0",
|
"version": "2.12.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",
|
||||||
@ -18,10 +18,10 @@
|
|||||||
"postinstall": "jetify && yarn run build"
|
"postinstall": "jetify && yarn run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@joplin/lib": "~2.11",
|
"@joplin/lib": "~2.12",
|
||||||
"@joplin/react-native-alarm-notification": "~2.11",
|
"@joplin/react-native-alarm-notification": "~2.12",
|
||||||
"@joplin/react-native-saf-x": "~2.11",
|
"@joplin/react-native-saf-x": "~2.12",
|
||||||
"@joplin/renderer": "~2.11",
|
"@joplin/renderer": "~2.12",
|
||||||
"@react-native-community/clipboard": "1.5.1",
|
"@react-native-community/clipboard": "1.5.1",
|
||||||
"@react-native-community/datetimepicker": "7.1.0",
|
"@react-native-community/datetimepicker": "7.1.0",
|
||||||
"@react-native-community/geolocation": "3.0.6",
|
"@react-native-community/geolocation": "3.0.6",
|
||||||
@ -96,7 +96,7 @@
|
|||||||
"@codemirror/search": "6.3.0",
|
"@codemirror/search": "6.3.0",
|
||||||
"@codemirror/state": "6.2.0",
|
"@codemirror/state": "6.2.0",
|
||||||
"@codemirror/view": "6.9.3",
|
"@codemirror/view": "6.9.3",
|
||||||
"@joplin/tools": "~2.11",
|
"@joplin/tools": "~2.12",
|
||||||
"@lezer/highlight": "1.1.4",
|
"@lezer/highlight": "1.1.4",
|
||||||
"@tsconfig/react-native": "2.0.2",
|
"@tsconfig/react-native": "2.0.2",
|
||||||
"@types/fs-extra": "11.0.1",
|
"@types/fs-extra": "11.0.1",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 1,
|
"manifest_version": 1,
|
||||||
"id": "<%= pluginId %>",
|
"id": "<%= pluginId %>",
|
||||||
"app_min_version": "2.11",
|
"app_min_version": "2.12",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"name": "<%= pluginName %>",
|
"name": "<%= pluginName %>",
|
||||||
"description": "<%= pluginDescription %>",
|
"description": "<%= pluginDescription %>",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "generator-joplin",
|
"name": "generator-joplin",
|
||||||
"version": "2.11.1",
|
"version": "2.12.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": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/htmlpack",
|
"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",
|
"description": "Pack an HTML file and all its linked resources into a single HTML file",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "src/index.ts",
|
"types": "src/index.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/lib",
|
"name": "@joplin/lib",
|
||||||
"version": "2.11.1",
|
"version": "2.12.0",
|
||||||
"description": "Joplin Core library",
|
"description": "Joplin Core library",
|
||||||
"author": "Laurent Cozic",
|
"author": "Laurent Cozic",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
@ -34,11 +34,11 @@
|
|||||||
"@joplin/fork-htmlparser2": "^4.1.44",
|
"@joplin/fork-htmlparser2": "^4.1.44",
|
||||||
"@joplin/fork-sax": "^1.2.48",
|
"@joplin/fork-sax": "^1.2.48",
|
||||||
"@joplin/fork-uslug": "^1.0.9",
|
"@joplin/fork-uslug": "^1.0.9",
|
||||||
"@joplin/htmlpack": "^2.11.1",
|
"@joplin/htmlpack": "~2.12",
|
||||||
"@joplin/renderer": "^2.11.1",
|
"@joplin/renderer": "~2.12",
|
||||||
"@joplin/turndown": "^4.0.66",
|
"@joplin/turndown": "^4.0.66",
|
||||||
"@joplin/turndown-plugin-gfm": "^1.0.48",
|
"@joplin/turndown-plugin-gfm": "^1.0.48",
|
||||||
"@joplin/utils": "^2.11.1",
|
"@joplin/utils": "~2.12",
|
||||||
"@types/nanoid": "3.0.0",
|
"@types/nanoid": "3.0.0",
|
||||||
"async-mutex": "0.4.0",
|
"async-mutex": "0.4.0",
|
||||||
"base-64": "1.0.0",
|
"base-64": "1.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/pdf-viewer",
|
"name": "@joplin/pdf-viewer",
|
||||||
"version": "2.11.0",
|
"version": "2.12.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",
|
||||||
@ -39,7 +39,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.0",
|
"@fortawesome/react-fontawesome": "0.2.0",
|
||||||
"@joplin/lib": "~2.11",
|
"@joplin/lib": "~2.12",
|
||||||
"async-mutex": "0.4.0",
|
"async-mutex": "0.4.0",
|
||||||
"pdfjs-dist": "2.16.105",
|
"pdfjs-dist": "2.16.105",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/plugin-repo-cli",
|
"name": "@joplin/plugin-repo-cli",
|
||||||
"version": "2.11.1",
|
"version": "2.12.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": "^2.11.1",
|
"@joplin/lib": "~2.12",
|
||||||
"@joplin/tools": "^2.11.1",
|
"@joplin/tools": "~2.12",
|
||||||
"@joplin/utils": "^2.11.1",
|
"@joplin/utils": "~2.12",
|
||||||
"fs-extra": "11.1.1",
|
"fs-extra": "11.1.1",
|
||||||
"gh-release-assets": "2.0.1",
|
"gh-release-assets": "2.0.1",
|
||||||
"node-fetch": "2.6.7",
|
"node-fetch": "2.6.7",
|
||||||
|
@ -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": "2.11.0",
|
"version": "2.12.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,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/react-native-saf-x",
|
"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",
|
"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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/renderer",
|
"name": "@joplin/renderer",
|
||||||
"version": "2.11.1",
|
"version": "2.12.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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/server",
|
"name": "@joplin/server",
|
||||||
"version": "2.11.2",
|
"version": "2.12.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"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",
|
"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": {
|
"dependencies": {
|
||||||
"@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": "~2.11",
|
"@joplin/lib": "~2.12",
|
||||||
"@joplin/renderer": "~2.11",
|
"@joplin/renderer": "~2.12",
|
||||||
"@koa/cors": "3.4.3",
|
"@koa/cors": "3.4.3",
|
||||||
"@types/uuid": "9.0.1",
|
"@types/uuid": "9.0.1",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
@ -58,7 +58,7 @@
|
|||||||
"zxcvbn": "4.4.2"
|
"zxcvbn": "4.4.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@joplin/tools": "~2.11",
|
"@joplin/tools": "~2.12",
|
||||||
"@rmp135/sql-ts": "1.16.0",
|
"@rmp135/sql-ts": "1.16.0",
|
||||||
"@types/formidable": "2.0.6",
|
"@types/formidable": "2.0.6",
|
||||||
"@types/fs-extra": "11.0.1",
|
"@types/fs-extra": "11.0.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/tools",
|
"name": "@joplin/tools",
|
||||||
"version": "2.11.1",
|
"version": "2.12.0",
|
||||||
"description": "Various tools for Joplin",
|
"description": "Various tools for Joplin",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Laurent Cozic",
|
"author": "Laurent Cozic",
|
||||||
@ -20,9 +20,9 @@
|
|||||||
},
|
},
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@joplin/lib": "^2.11.1",
|
"@joplin/lib": "~2.12",
|
||||||
"@joplin/renderer": "^2.11.1",
|
"@joplin/renderer": "~2.12",
|
||||||
"@joplin/utils": "^2.11.1",
|
"@joplin/utils": "~2.12",
|
||||||
"compare-versions": "3.6.0",
|
"compare-versions": "3.6.0",
|
||||||
"dayjs": "1.11.8",
|
"dayjs": "1.11.8",
|
||||||
"execa": "4.1.0",
|
"execa": "4.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/utils",
|
"name": "@joplin/utils",
|
||||||
"version": "2.11.1",
|
"version": "2.12.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": {
|
||||||
|
75
yarn.lock
75
yarn.lock
@ -4278,9 +4278,9 @@ __metadata:
|
|||||||
"@electron/remote": 2.0.10
|
"@electron/remote": 2.0.10
|
||||||
"@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/lib": ~2.11
|
"@joplin/lib": ~2.12
|
||||||
"@joplin/renderer": ~2.11
|
"@joplin/renderer": ~2.12
|
||||||
"@joplin/tools": ~2.11
|
"@joplin/tools": ~2.12
|
||||||
"@testing-library/react-hooks": 8.0.1
|
"@testing-library/react-hooks": 8.0.1
|
||||||
"@types/jest": 29.5.1
|
"@types/jest": 29.5.1
|
||||||
"@types/node": 18.15.13
|
"@types/node": 18.15.13
|
||||||
@ -4364,11 +4364,11 @@ __metadata:
|
|||||||
"@codemirror/search": 6.3.0
|
"@codemirror/search": 6.3.0
|
||||||
"@codemirror/state": 6.2.0
|
"@codemirror/state": 6.2.0
|
||||||
"@codemirror/view": 6.9.3
|
"@codemirror/view": 6.9.3
|
||||||
"@joplin/lib": ~2.11
|
"@joplin/lib": ~2.12
|
||||||
"@joplin/react-native-alarm-notification": ~2.11
|
"@joplin/react-native-alarm-notification": ~2.12
|
||||||
"@joplin/react-native-saf-x": ~2.11
|
"@joplin/react-native-saf-x": ~2.12
|
||||||
"@joplin/renderer": ~2.11
|
"@joplin/renderer": ~2.12
|
||||||
"@joplin/tools": ~2.11
|
"@joplin/tools": ~2.12
|
||||||
"@lezer/highlight": 1.1.4
|
"@lezer/highlight": 1.1.4
|
||||||
"@react-native-community/clipboard": 1.5.1
|
"@react-native-community/clipboard": 1.5.1
|
||||||
"@react-native-community/datetimepicker": 7.1.0
|
"@react-native-community/datetimepicker": 7.1.0
|
||||||
@ -4494,7 +4494,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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
|
version: 0.0.0-use.local
|
||||||
resolution: "@joplin/htmlpack@workspace:packages/htmlpack"
|
resolution: "@joplin/htmlpack@workspace:packages/htmlpack"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4507,7 +4507,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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
|
version: 0.0.0-use.local
|
||||||
resolution: "@joplin/lib@workspace:packages/lib"
|
resolution: "@joplin/lib@workspace:packages/lib"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4516,11 +4516,11 @@ __metadata:
|
|||||||
"@joplin/fork-htmlparser2": ^4.1.44
|
"@joplin/fork-htmlparser2": ^4.1.44
|
||||||
"@joplin/fork-sax": ^1.2.48
|
"@joplin/fork-sax": ^1.2.48
|
||||||
"@joplin/fork-uslug": ^1.0.9
|
"@joplin/fork-uslug": ^1.0.9
|
||||||
"@joplin/htmlpack": ^2.11.1
|
"@joplin/htmlpack": ~2.12
|
||||||
"@joplin/renderer": ^2.11.1
|
"@joplin/renderer": ~2.12
|
||||||
"@joplin/turndown": ^4.0.66
|
"@joplin/turndown": ^4.0.66
|
||||||
"@joplin/turndown-plugin-gfm": ^1.0.48
|
"@joplin/turndown-plugin-gfm": ^1.0.48
|
||||||
"@joplin/utils": ^2.11.1
|
"@joplin/utils": ~2.12
|
||||||
"@types/fs-extra": 11.0.1
|
"@types/fs-extra": 11.0.1
|
||||||
"@types/jest": 29.5.1
|
"@types/jest": 29.5.1
|
||||||
"@types/js-yaml": 4.0.5
|
"@types/js-yaml": 4.0.5
|
||||||
@ -4596,7 +4596,7 @@ __metadata:
|
|||||||
"@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.0
|
"@fortawesome/react-fontawesome": 0.2.0
|
||||||
"@joplin/lib": ~2.11
|
"@joplin/lib": ~2.12
|
||||||
"@types/jest": 29.5.1
|
"@types/jest": 29.5.1
|
||||||
"@types/pdfjs-dist": 2.10.378
|
"@types/pdfjs-dist": 2.10.378
|
||||||
"@types/react": 16.14.41
|
"@types/react": 16.14.41
|
||||||
@ -4624,9 +4624,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": ^2.11.1
|
"@joplin/lib": ~2.12
|
||||||
"@joplin/tools": ^2.11.1
|
"@joplin/tools": ~2.12
|
||||||
"@joplin/utils": ^2.11.1
|
"@joplin/utils": ~2.12
|
||||||
"@types/fs-extra": 11.0.1
|
"@types/fs-extra": 11.0.1
|
||||||
"@types/jest": 29.5.1
|
"@types/jest": 29.5.1
|
||||||
"@types/node": 18.15.13
|
"@types/node": 18.15.13
|
||||||
@ -4651,7 +4651,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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
|
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:
|
||||||
@ -4660,7 +4660,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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
|
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:
|
||||||
@ -4675,7 +4675,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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
|
version: 0.0.0-use.local
|
||||||
resolution: "@joplin/renderer@workspace:packages/renderer"
|
resolution: "@joplin/renderer@workspace:packages/renderer"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4717,9 +4717,9 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@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": ~2.11
|
"@joplin/lib": ~2.12
|
||||||
"@joplin/renderer": ~2.11
|
"@joplin/renderer": ~2.12
|
||||||
"@joplin/tools": ~2.11
|
"@joplin/tools": ~2.12
|
||||||
"@koa/cors": 3.4.3
|
"@koa/cors": 3.4.3
|
||||||
"@rmp135/sql-ts": 1.16.0
|
"@rmp135/sql-ts": 1.16.0
|
||||||
"@types/formidable": 2.0.6
|
"@types/formidable": 2.0.6
|
||||||
@ -4773,14 +4773,14 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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
|
version: 0.0.0-use.local
|
||||||
resolution: "@joplin/tools@workspace:packages/tools"
|
resolution: "@joplin/tools@workspace:packages/tools"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@joplin/fork-htmlparser2": ^4.1.44
|
"@joplin/fork-htmlparser2": ^4.1.44
|
||||||
"@joplin/lib": ^2.11.1
|
"@joplin/lib": ~2.12
|
||||||
"@joplin/renderer": ^2.11.1
|
"@joplin/renderer": ~2.12
|
||||||
"@joplin/utils": ^2.11.1
|
"@joplin/utils": ~2.12
|
||||||
"@rmp135/sql-ts": 1.16.0
|
"@rmp135/sql-ts": 1.16.0
|
||||||
"@types/fs-extra": 11.0.1
|
"@types/fs-extra": 11.0.1
|
||||||
"@types/jest": 29.5.1
|
"@types/jest": 29.5.1
|
||||||
@ -4845,7 +4845,18 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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
|
version: 0.0.0-use.local
|
||||||
resolution: "@joplin/utils@workspace:packages/utils"
|
resolution: "@joplin/utils@workspace:packages/utils"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -20495,10 +20506,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": ~2.11
|
"@joplin/lib": ~2.12
|
||||||
"@joplin/renderer": ~2.11
|
"@joplin/renderer": ~2.12
|
||||||
"@joplin/tools": ~2.11
|
"@joplin/tools": ~2.12
|
||||||
"@joplin/utils": ~2.11
|
"@joplin/utils": ~2.12
|
||||||
"@types/fs-extra": 11.0.1
|
"@types/fs-extra": 11.0.1
|
||||||
"@types/jest": 29.5.1
|
"@types/jest": 29.5.1
|
||||||
"@types/node": 18.15.13
|
"@types/node": 18.15.13
|
||||||
|
Loading…
Reference in New Issue
Block a user