mobile: add quick note actions

This commit is contained in:
ammarahm-ed
2022-09-14 13:28:07 +05:00
parent df50ece50d
commit f87d66f47a
20 changed files with 475 additions and 236 deletions

View File

@@ -174,8 +174,9 @@
}
},
"node_modules/@babel/types": {
"version": "7.18.13",
"license": "MIT",
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz",
"integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==",
"dependencies": {
"@babel/helper-string-parser": "^7.18.10",
"@babel/helper-validator-identifier": "^7.18.6",
@@ -2139,7 +2140,9 @@
}
},
"@babel/types": {
"version": "7.18.13",
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz",
"integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==",
"requires": {
"@babel/helper-string-parser": "^7.18.10",
"@babel/helper-validator-identifier": "^7.18.6",