1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Chore: Setup new release 2.14

This commit is contained in:
Laurent Cozic 2023-12-17 15:07:31 +00:00
parent 7e50b117ed
commit 5e3c12aeb8
21 changed files with 181 additions and 181 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Joplin Web Clipper [DEV]",
"version": "2.13.1",
"version": "2.14.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'",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/app-desktop",
"version": "2.13.9",
"version": "2.14.0",
"description": "Joplin for Desktop",
"main": "main.js",
"private": true,
@ -120,8 +120,8 @@
"devDependencies": {
"7zip-bin": "5.2.0",
"@electron/rebuild": "3.3.0",
"@joplin/default-plugins": "~2.13",
"@joplin/tools": "~2.13",
"@joplin/default-plugins": "~2.14",
"@joplin/tools": "~2.14",
"@playwright/test": "1.39.0",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.8",
@ -147,10 +147,10 @@
"@electron/remote": "2.0.12",
"@fortawesome/fontawesome-free": "5.15.4",
"@joeattardi/emoji-button": "4.6.4",
"@joplin/editor": "~2.13",
"@joplin/lib": "~2.13",
"@joplin/renderer": "~2.13",
"@joplin/utils": "~2.13",
"@joplin/editor": "~2.14",
"@joplin/lib": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/utils": "~2.14",
"@types/mustache": "4.2.5",
"async-mutex": "0.4.0",
"codemirror": "5.65.9",

View File

@ -111,7 +111,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097730
versionName "2.13.10"
versionName "2.14.0"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}

View File

@ -529,7 +529,7 @@
INFOPLIST_FILE = Joplin/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 12.13.10;
MARKETING_VERSION = 12.14.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -557,7 +557,7 @@
INFOPLIST_FILE = Joplin/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 12.13.10;
MARKETING_VERSION = 12.14.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -711,7 +711,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.13.10;
MARKETING_VERSION = 12.14.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
@ -742,7 +742,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.13.10;
MARKETING_VERSION = 12.14.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
PRODUCT_NAME = "$(TARGET_NAME)";

View File

@ -2,7 +2,7 @@
"name": "@joplin/app-mobile",
"description": "Joplin for Mobile",
"license": "AGPL-3.0-or-later",
"version": "2.13.0",
"version": "2.14.0",
"private": true,
"scripts": {
"start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache",
@ -19,12 +19,12 @@
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "3.0.7",
"@joplin/editor": "~2.13",
"@joplin/lib": "~2.13",
"@joplin/react-native-alarm-notification": "~2.13",
"@joplin/react-native-saf-x": "~2.13",
"@joplin/renderer": "~2.13",
"@joplin/utils": "~2.13",
"@joplin/editor": "~2.14",
"@joplin/lib": "~2.14",
"@joplin/react-native-alarm-notification": "~2.14",
"@joplin/react-native-saf-x": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/utils": "~2.14",
"@react-native-community/clipboard": "1.5.1",
"@react-native-community/datetimepicker": "7.6.2",
"@react-native-community/geolocation": "3.1.0",
@ -87,7 +87,7 @@
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.0",
"@joplin/tools": "~2.13",
"@joplin/tools": "~2.14",
"@js-draw/material-icons": "1.14.0",
"@lezer/highlight": "1.1.4",
"@testing-library/jest-native": "5.4.3",

View File

@ -1,25 +1,25 @@
{
"name": "@joplin/default-plugins",
"version": "2.13.0",
"description": "Default plugins bundler",
"private": true,
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"patch": "ts-node build.ts patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"devDependencies": {
"@types/yargs": "17.0.32",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"dependencies": {
"@joplin/utils": "~2.13",
"fs-extra": "11.1.1",
"yargs": "17.7.2"
}
"name": "@joplin/default-plugins",
"version": "2.14.0",
"description": "Default plugins bundler",
"private": true,
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"patch": "ts-node build.ts patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"devDependencies": {
"@types/yargs": "17.0.32",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"dependencies": {
"@joplin/utils": "~2.14",
"fs-extra": "11.1.1",
"yargs": "17.7.2"
}
}

View File

@ -1,49 +1,49 @@
{
"name": "@joplin/editor",
"version": "2.13.0",
"description": "Web-based markdown editor",
"private": true,
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest",
"test-ci": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"devDependencies": {
"@joplin/lib": "~2.13",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.8",
"@types/react": "18.2.37",
"@types/react-redux": "7.1.31",
"@types/styled-components": "5.1.32",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"dependencies": {
"@codemirror/autocomplete": "6.10.2",
"@codemirror/commands": "6.2.5",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-html": "6.4.6",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-markdown": "6.2.1",
"@codemirror/lang-php": "6.0.1",
"@codemirror/lang-rust": "6.0.1",
"@codemirror/language": "6.9.0",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/lint": "6.4.1",
"@codemirror/search": "6.5.2",
"@codemirror/state": "6.2.1",
"@codemirror/view": "6.18.0",
"@lezer/common": "1.0.4",
"@lezer/highlight": "1.1.6",
"@lezer/markdown": "1.1.0",
"@replit/codemirror-vim": "6.0.14"
}
"name": "@joplin/editor",
"version": "2.14.0",
"description": "Web-based markdown editor",
"private": true,
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest",
"test-ci": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"devDependencies": {
"@joplin/lib": "~2.14",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.8",
"@types/react": "18.2.37",
"@types/react-redux": "7.1.31",
"@types/styled-components": "5.1.32",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"dependencies": {
"@codemirror/autocomplete": "6.10.2",
"@codemirror/commands": "6.2.5",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-html": "6.4.6",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-markdown": "6.2.1",
"@codemirror/lang-php": "6.0.1",
"@codemirror/lang-rust": "6.0.1",
"@codemirror/language": "6.9.0",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/lint": "6.4.1",
"@codemirror/search": "6.5.2",
"@codemirror/state": "6.2.1",
"@codemirror/view": "6.18.0",
"@lezer/common": "1.0.4",
"@lezer/highlight": "1.1.6",
"@lezer/markdown": "1.1.0",
"@replit/codemirror-vim": "6.0.14"
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "generator-joplin",
"version": "2.13.2",
"version": "2.14.0",
"description": "Scaffolds out a new Joplin plugin",
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin",
"author": {

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/lib",
"version": "2.13.4",
"version": "2.14.0",
"description": "Joplin Core library",
"author": "Laurent Cozic",
"homepage": "",
@ -37,11 +37,11 @@
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-sax": "^1.2.54",
"@joplin/fork-uslug": "^1.0.15",
"@joplin/htmlpack": "^2.13.4",
"@joplin/renderer": "^2.13.4",
"@joplin/htmlpack": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/turndown": "^4.0.72",
"@joplin/turndown-plugin-gfm": "^1.0.54",
"@joplin/utils": "^2.13.4",
"@joplin/utils": "~2.14",
"@types/nanoid": "3.0.0",
"async-mutex": "0.4.0",
"base-64": "1.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/pdf-viewer",
"version": "2.13.0",
"version": "2.14.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.13",
"@joplin/lib": "~2.14",
"async-mutex": "0.4.0",
"pdfjs-dist": "2.16.105",
"react": "18.2.0",

View File

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

View File

@ -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.13.0",
"version": "2.14.0",
"description": "schedule alarm with notification in react-native",
"main": "index.js",
"private": true,

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/renderer",
"version": "2.13.4",
"version": "2.14.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",
@ -30,7 +30,7 @@
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-uslug": "^1.0.15",
"@joplin/utils": "^2.13.4",
"@joplin/utils": "~2.14",
"font-awesome-filetypes": "2.1.0",
"fs-extra": "11.1.1",
"highlight.js": "11.9.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.13.5",
"version": "2.14.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",
@ -24,9 +24,9 @@
"dependencies": {
"@aws-sdk/client-s3": "3.296.0",
"@fortawesome/fontawesome-free": "5.15.4",
"@joplin/lib": "~2.13",
"@joplin/renderer": "~2.13",
"@joplin/utils": "~2.13",
"@joplin/lib": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/utils": "~2.14",
"@koa/cors": "3.4.3",
"@types/uuid": "9.0.7",
"bcryptjs": "2.4.3",
@ -60,7 +60,7 @@
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@joplin/tools": "~2.13",
"@joplin/tools": "~2.14",
"@rmp135/sql-ts": "1.18.1",
"@types/bcryptjs": "2.4.6",
"@types/formidable": "3.4.5",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/tools",
"version": "2.13.4",
"version": "2.14.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.13.4",
"@joplin/renderer": "^2.13.4",
"@joplin/utils": "^2.13.4",
"@joplin/lib": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/utils": "~2.14",
"compare-versions": "6.1.0",
"dayjs": "1.11.10",
"execa": "4.1.0",

View File

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

116
yarn.lock
View File

@ -6403,12 +6403,12 @@ __metadata:
"@electron/remote": 2.0.12
"@fortawesome/fontawesome-free": 5.15.4
"@joeattardi/emoji-button": 4.6.4
"@joplin/default-plugins": ~2.13
"@joplin/editor": ~2.13
"@joplin/lib": ~2.13
"@joplin/renderer": ~2.13
"@joplin/tools": ~2.13
"@joplin/utils": ~2.13
"@joplin/default-plugins": ~2.14
"@joplin/editor": ~2.14
"@joplin/lib": ~2.14
"@joplin/renderer": ~2.14
"@joplin/tools": ~2.14
"@joplin/utils": ~2.14
"@playwright/test": 1.39.0
"@testing-library/react-hooks": 8.0.1
"@types/jest": 29.5.8
@ -6479,13 +6479,13 @@ __metadata:
"@babel/preset-env": 7.20.2
"@babel/runtime": 7.20.0
"@bam.tech/react-native-image-resizer": 3.0.7
"@joplin/editor": ~2.13
"@joplin/lib": ~2.13
"@joplin/react-native-alarm-notification": ~2.13
"@joplin/react-native-saf-x": ~2.13
"@joplin/renderer": ~2.13
"@joplin/tools": ~2.13
"@joplin/utils": ~2.13
"@joplin/editor": ~2.14
"@joplin/lib": ~2.14
"@joplin/react-native-alarm-notification": ~2.14
"@joplin/react-native-saf-x": ~2.14
"@joplin/renderer": ~2.14
"@joplin/tools": ~2.14
"@joplin/utils": ~2.14
"@js-draw/material-icons": 1.14.0
"@lezer/highlight": 1.1.4
"@react-native-community/clipboard": 1.5.1
@ -6576,11 +6576,11 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/default-plugins@workspace:packages/default-plugins, @joplin/default-plugins@~2.13":
"@joplin/default-plugins@workspace:packages/default-plugins, @joplin/default-plugins@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/default-plugins@workspace:packages/default-plugins"
dependencies:
"@joplin/utils": ~2.13
"@joplin/utils": ~2.14
"@types/yargs": 17.0.32
fs-extra: 11.1.1
ts-node: 10.9.1
@ -6611,7 +6611,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/editor@workspace:packages/editor, @joplin/editor@~2.13":
"@joplin/editor@workspace:packages/editor, @joplin/editor@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/editor@workspace:packages/editor"
dependencies:
@ -6630,7 +6630,7 @@ __metadata:
"@codemirror/search": 6.5.2
"@codemirror/state": 6.2.1
"@codemirror/view": 6.18.0
"@joplin/lib": ~2.13
"@joplin/lib": ~2.14
"@lezer/common": 1.0.4
"@lezer/highlight": 1.1.6
"@lezer/markdown": 1.1.0
@ -6687,7 +6687,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/htmlpack@^2.13.4, @joplin/htmlpack@workspace:packages/htmlpack":
"@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/htmlpack@workspace:packages/htmlpack"
dependencies:
@ -6700,7 +6700,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/lib@^2.13.4, @joplin/lib@workspace:packages/lib, @joplin/lib@~2.13":
"@joplin/lib@workspace:packages/lib, @joplin/lib@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/lib@workspace:packages/lib"
dependencies:
@ -6709,11 +6709,11 @@ __metadata:
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/fork-sax": ^1.2.54
"@joplin/fork-uslug": ^1.0.15
"@joplin/htmlpack": ^2.13.4
"@joplin/renderer": ^2.13.4
"@joplin/htmlpack": ~2.14
"@joplin/renderer": ~2.14
"@joplin/turndown": ^4.0.72
"@joplin/turndown-plugin-gfm": ^1.0.54
"@joplin/utils": ^2.13.4
"@joplin/utils": ~2.14
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
"@types/js-yaml": 4.0.9
@ -6792,7 +6792,7 @@ __metadata:
"@fortawesome/fontawesome-svg-core": 6.1.2
"@fortawesome/free-solid-svg-icons": 6.1.2
"@fortawesome/react-fontawesome": 0.2.0
"@joplin/lib": ~2.13
"@joplin/lib": ~2.14
"@types/jest": 29.5.8
"@types/pdfjs-dist": 2.10.378
"@types/react": 18.2.37
@ -6820,9 +6820,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli"
dependencies:
"@joplin/lib": ^2.13.4
"@joplin/tools": ^2.13.4
"@joplin/utils": ^2.13.4
"@joplin/lib": ~2.14
"@joplin/tools": ~2.14
"@joplin/utils": ~2.14
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
"@types/node": 18.18.13
@ -6847,7 +6847,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~2.13":
"@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification"
dependencies:
@ -6856,7 +6856,7 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~2.13":
"@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x"
dependencies:
@ -6871,13 +6871,13 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/renderer@^2.13.4, @joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.13":
"@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/renderer@workspace:packages/renderer"
dependencies:
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/fork-uslug": ^1.0.15
"@joplin/utils": ^2.13.4
"@joplin/utils": ~2.14
"@types/jest": 29.5.8
"@types/markdown-it": 13.0.7
"@types/node": 18.18.13
@ -6915,10 +6915,10 @@ __metadata:
dependencies:
"@aws-sdk/client-s3": 3.296.0
"@fortawesome/fontawesome-free": 5.15.4
"@joplin/lib": ~2.13
"@joplin/renderer": ~2.13
"@joplin/tools": ~2.13
"@joplin/utils": ~2.13
"@joplin/lib": ~2.14
"@joplin/renderer": ~2.14
"@joplin/tools": ~2.14
"@joplin/utils": ~2.14
"@koa/cors": 3.4.3
"@rmp135/sql-ts": 1.18.1
"@types/bcryptjs": 2.4.6
@ -6973,15 +6973,15 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/tools@^2.13.4, @joplin/tools@workspace:packages/tools, @joplin/tools@~2.13":
"@joplin/tools@workspace:packages/tools, @joplin/tools@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/tools@workspace:packages/tools"
dependencies:
"@docusaurus/plugin-sitemap": 2.4.3
"@joplin/fork-htmlparser2": ^4.1.50
"@joplin/lib": ^2.13.4
"@joplin/renderer": ^2.13.4
"@joplin/utils": ^2.13.4
"@joplin/lib": ~2.14
"@joplin/renderer": ~2.14
"@joplin/utils": ~2.14
"@rmp135/sql-ts": 1.18.1
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
@ -7050,7 +7050,22 @@ __metadata:
languageName: unknown
linkType: soft
"@joplin/utils@^2.13.4, @joplin/utils@workspace:packages/utils, @joplin/utils@~2.13":
"@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@~2.14":
version: 0.0.0-use.local
resolution: "@joplin/utils@workspace:packages/utils"
dependencies:
@ -7070,21 +7085,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.1.0":
version: 0.1.1
resolution: "@jridgewell/gen-mapping@npm:0.1.1"
@ -26555,10 +26555,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "joplin@workspace:packages/app-cli"
dependencies:
"@joplin/lib": ~2.13
"@joplin/renderer": ~2.13
"@joplin/tools": ~2.13
"@joplin/utils": ~2.13
"@joplin/lib": ~2.14
"@joplin/renderer": ~2.14
"@joplin/tools": ~2.14
"@joplin/utils": ~2.14
"@types/fs-extra": 11.0.4
"@types/jest": 29.5.8
"@types/node": 18.18.13