mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-09 20:09:36 +02:00
web: bump importer to 2.4.5
This commit is contained in:
committed by
Abdullah Atta
parent
d26c99c487
commit
54dcbd9be6
28
apps/web/package-lock.json
generated
28
apps/web/package-lock.json
generated
@@ -20,7 +20,7 @@
|
||||
"@lingui/react": "5.1.2",
|
||||
"@mdi/js": "7.4.47",
|
||||
"@mdi/react": "1.6.1",
|
||||
"@notesnook-importer/core": "^2.2.5",
|
||||
"@notesnook-importer/core": "^2.4.5",
|
||||
"@notesnook/common": "file:../../packages/common",
|
||||
"@notesnook/core": "file:../../packages/core",
|
||||
"@notesnook/crypto": "file:../../packages/crypto",
|
||||
@@ -302,7 +302,7 @@
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@notesnook-importer/core": "^2.2.5",
|
||||
"@notesnook-importer/core": "^2.4.5",
|
||||
"@notesnook/common": "file:../common",
|
||||
"@notesnook/intl": "file:../intl",
|
||||
"@notesnook/theme": "file:../theme",
|
||||
@@ -2873,14 +2873,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@notesnook-importer/core": {
|
||||
"version": "2.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/core/-/core-2.2.5.tgz",
|
||||
"integrity": "sha512-S2ie0kgNG/PGdmCF81auvVX0+cvUekjBRzqyT7AYwYi6/z1JN+yGY9S8b1UVscOpm33T7/q6w9FphepEsDXNAA==",
|
||||
"version": "2.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/core/-/core-2.4.5.tgz",
|
||||
"integrity": "sha512-7Oqkw07CykwC/xzGrC6St4C/87QmXqK8UtmSxwE05fpz8DWoKEviJSWFa5fKY52umTphGvmtY23252dZ9J9EJg==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@notesnook-importer/enex": "file:../enex",
|
||||
"@notesnook-importer/storage": "file:../storage",
|
||||
"@notesnook-importer/znel": "file:../znel",
|
||||
"@notesnook-importer/enex": "^2.3.5",
|
||||
"@notesnook-importer/storage": "^2.3.5",
|
||||
"@notesnook-importer/znel": "^2.3.5",
|
||||
"@stablelib/chacha20poly1305": "^1.0.1",
|
||||
"@streamparser/json": "^0.0.10",
|
||||
"@zip.js/zip.js": "^2.7.32",
|
||||
@@ -2927,7 +2927,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@notesnook-importer/enex": {
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/enex/-/enex-2.3.5.tgz",
|
||||
"integrity": "sha512-0+08XVhsQQFoEUrar3k07DuTluNho/FHxJ25n/DT+ug8kVraHHVqI40a2P9h8bW8iWxYs02Zq1n+N2uTv5qb+g==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
@@ -2940,11 +2942,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@notesnook-importer/storage": {
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/storage/-/storage-2.3.5.tgz",
|
||||
"integrity": "sha512-orvSK0XIcqlmiWmjQ3RzS3qZp7viBdCpAloX557Ml200LMSMGDsOtofYNv5IYllBETnqApERLPQaUzBSuviuvA==",
|
||||
"license": "GPL-3.0-or-later"
|
||||
},
|
||||
"node_modules/@notesnook-importer/znel": {
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/znel/-/znel-2.3.5.tgz",
|
||||
"integrity": "sha512-s1kTA3EQ5OswBc0RvWnWgIm6/mIWvnh3iWmcOJcApIqhDwQziEkYiS+UMfuY9nOUyIWtepMe/WJ0Odk15uah9w==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"@lingui/react": "5.1.2",
|
||||
"@mdi/js": "7.4.47",
|
||||
"@mdi/react": "1.6.1",
|
||||
"@notesnook-importer/core": "^2.2.5",
|
||||
"@notesnook-importer/core": "^2.4.5",
|
||||
"@notesnook/common": "file:../../packages/common",
|
||||
"@notesnook/core": "file:../../packages/core",
|
||||
"@notesnook/crypto": "file:../../packages/crypto",
|
||||
|
||||
26
packages/editor/package-lock.json
generated
26
packages/editor/package-lock.json
generated
@@ -10,7 +10,7 @@
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@notesnook-importer/core": "^2.2.5",
|
||||
"@notesnook-importer/core": "^2.4.5",
|
||||
"@notesnook/common": "file:../common",
|
||||
"@notesnook/intl": "file:../intl",
|
||||
"@notesnook/theme": "file:../theme",
|
||||
@@ -980,14 +980,14 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@notesnook-importer/core": {
|
||||
"version": "2.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/core/-/core-2.2.5.tgz",
|
||||
"integrity": "sha512-S2ie0kgNG/PGdmCF81auvVX0+cvUekjBRzqyT7AYwYi6/z1JN+yGY9S8b1UVscOpm33T7/q6w9FphepEsDXNAA==",
|
||||
"version": "2.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/core/-/core-2.4.5.tgz",
|
||||
"integrity": "sha512-7Oqkw07CykwC/xzGrC6St4C/87QmXqK8UtmSxwE05fpz8DWoKEviJSWFa5fKY52umTphGvmtY23252dZ9J9EJg==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@notesnook-importer/enex": "file:../enex",
|
||||
"@notesnook-importer/storage": "file:../storage",
|
||||
"@notesnook-importer/znel": "file:../znel",
|
||||
"@notesnook-importer/enex": "^2.3.5",
|
||||
"@notesnook-importer/storage": "^2.3.5",
|
||||
"@notesnook-importer/znel": "^2.3.5",
|
||||
"@stablelib/chacha20poly1305": "^1.0.1",
|
||||
"@streamparser/json": "^0.0.10",
|
||||
"@zip.js/zip.js": "^2.7.32",
|
||||
@@ -1028,7 +1028,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@notesnook-importer/enex": {
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/enex/-/enex-2.3.5.tgz",
|
||||
"integrity": "sha512-0+08XVhsQQFoEUrar3k07DuTluNho/FHxJ25n/DT+ug8kVraHHVqI40a2P9h8bW8iWxYs02Zq1n+N2uTv5qb+g==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
@@ -1041,11 +1043,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@notesnook-importer/storage": {
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/storage/-/storage-2.3.5.tgz",
|
||||
"integrity": "sha512-orvSK0XIcqlmiWmjQ3RzS3qZp7viBdCpAloX557Ml200LMSMGDsOtofYNv5IYllBETnqApERLPQaUzBSuviuvA==",
|
||||
"license": "GPL-3.0-or-later"
|
||||
},
|
||||
"node_modules/@notesnook-importer/znel": {
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@notesnook-importer/znel/-/znel-2.3.5.tgz",
|
||||
"integrity": "sha512-s1kTA3EQ5OswBc0RvWnWgIm6/mIWvnh3iWmcOJcApIqhDwQziEkYiS+UMfuY9nOUyIWtepMe/WJ0Odk15uah9w==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@notesnook-importer/core": "^2.2.5",
|
||||
"@notesnook-importer/core": "^2.4.5",
|
||||
"@notesnook/common": "file:../common",
|
||||
"@notesnook/intl": "file:../intl",
|
||||
"@notesnook/theme": "file:../theme",
|
||||
|
||||
Reference in New Issue
Block a user