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

Tools: Update version numbers of sub-packages

This commit is contained in:
Laurent Cozic 2021-08-10 15:41:54 +01:00
parent 2ccbc87435
commit b90ec3af1e
7 changed files with 14 additions and 14 deletions

View File

@ -40,8 +40,8 @@
"node": ">=10.0.0"
},
"dependencies": {
"@joplin/lib": "2.1",
"@joplin/renderer": "2.1",
"@joplin/lib": "~2.2",
"@joplin/renderer": "~2.2",
"chalk": "^4.1.0",
"compare-version": "^0.1.2",
"fs-extra": "^5.0.0",
@ -64,7 +64,7 @@
"yargs-parser": "^7.0.0"
},
"devDependencies": {
"@joplin/tools": "2.1",
"@joplin/tools": "~2.2",
"@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",

View File

@ -93,7 +93,7 @@
},
"homepage": "https://github.com/laurent22/joplin#readme",
"devDependencies": {
"@joplin/tools": "^1.0.9",
"@joplin/tools": "~2.2",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
@ -122,8 +122,8 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@joplin/lib": "^1.0.9",
"@joplin/renderer": "^1.0.17",
"@joplin/lib": "~2.2",
"@joplin/renderer": "~2.2",
"async-mutex": "^0.1.3",
"codemirror": "^5.56.0",
"color": "^3.1.2",

View File

@ -29,7 +29,7 @@
"@aws-sdk/s3-request-presigner": "^3.23.0",
"@joplin/fork-htmlparser2": "^4.1.30",
"@joplin/fork-sax": "^1.2.34",
"@joplin/renderer": "^1.8.2",
"@joplin/renderer": "~2.2",
"@joplin/turndown": "^4.0.52",
"@joplin/turndown-plugin-gfm": "^1.0.34",
"async-mutex": "^0.1.3",

View File

@ -18,8 +18,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@joplin/lib": "^1.8.2",
"@joplin/tools": "^1.8.2",
"@joplin/lib": "~2.2",
"@joplin/tools": "~2.2",
"fs-extra": "^9.0.1",
"gh-release-assets": "^2.0.0",
"node-fetch": "^2.6.1",

View File

@ -18,8 +18,8 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@joplin/lib": "^1.0.9",
"@joplin/renderer": "^1.7.4",
"@joplin/lib": "~2.2",
"@joplin/renderer": "~2.2",
"@koa/cors": "^3.1.0",
"bcryptjs": "^2.4.3",
"bulma": "^0.9.1",
@ -49,7 +49,7 @@
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@joplin/tools": "^1.0.9",
"@joplin/tools": "~2.2",
"@rmp135/sql-ts": "^1.7.0",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^26.0.15",

View File

@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@joplin/lib": "^1.8.2",
"@joplin/lib": "~2.2",
"execa": "^4.1.0",
"fs-extra": "^4.0.3",
"gettext-parser": "^1.3.0",