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

Tools: Fixed package version numbers

This commit is contained in:
Laurent Cozic 2021-11-07 17:36:48 +00:00
parent 3e5ad0a374
commit ec2c1741a2
3 changed files with 7 additions and 7 deletions

View File

@ -15,8 +15,8 @@
"postinstall": "jetify && npm run build"
},
"dependencies": {
"@joplin/lib": "~2.5",
"@joplin/renderer": "~2.5",
"@joplin/lib": "~2.6",
"@joplin/renderer": "~2.6",
"@react-native-community/clipboard": "^1.5.0",
"@react-native-community/datetimepicker": "^3.0.3",
"@react-native-community/geolocation": "^2.0.2",
@ -73,7 +73,7 @@
"@codemirror/lang-markdown": "^0.18.4",
"@codemirror/state": "^0.18.7",
"@codemirror/view": "^0.18.19",
"@joplin/tools": "~2.5",
"@joplin/tools": "~2.6",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.6",

View File

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

View File

@ -20,8 +20,8 @@
},
"license": "MIT",
"dependencies": {
"@joplin/lib": "^2.6.2",
"@joplin/renderer": "^2.6.2",
"@joplin/lib": "~2.6",
"@joplin/renderer": "~2.6",
"execa": "^4.1.0",
"fs-extra": "^4.0.3",
"gettext-parser": "^1.3.0",