This commit is contained in:
lingdocs 2022-02-16 18:15:43 +04:00
parent fe7d20c446
commit 1c7c09de8b
7 changed files with 16 additions and 17 deletions

View File

@ -200,9 +200,9 @@
} }
}, },
"@lingdocs/pashto-inflector": { "@lingdocs/pashto-inflector": {
"version": "1.4.5", "version": "1.4.6",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.4.5.tgz", "resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.4.6.tgz",
"integrity": "sha512-SUiqV1jYpNZo8n6m8OUUP4iAlg8xjA/liye4Se8NFaZcniwq4HPWsqWJUh2XsMJ626YLTNkwKI8EMKCpbrXXog==", "integrity": "sha512-im7btwtx51SkV2/tKviyy5zzo8wfTEBIHub6wY8s0BtDycJDfgT8IUlj47+eGeBEXZRSTDoc4LgkvkCe5bvUvg==",
"requires": { "requires": {
"classnames": "^2.2.6", "classnames": "^2.2.6",
"pbf": "^3.2.1", "pbf": "^3.2.1",

View File

@ -14,7 +14,7 @@
"main": "lib/functions/src/index.js", "main": "lib/functions/src/index.js",
"dependencies": { "dependencies": {
"@google-cloud/storage": "^5.8.1", "@google-cloud/storage": "^5.8.1",
"@lingdocs/pashto-inflector": "^1.4.5", "@lingdocs/pashto-inflector": "1.4.6",
"@types/cors": "^2.8.10", "@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2", "@types/google-spreadsheet": "^3.0.2",
"cors": "^2.8.5", "cors": "^2.8.5",
@ -35,6 +35,6 @@
}, },
"private": true, "private": true,
"peerDependencies": { "peerDependencies": {
"@lingdocs/pashto-inflector": "^1.4.5" "@lingdocs/pashto-inflector": "1.4.6"
} }
} }

6
package-lock.json generated
View File

@ -90,9 +90,9 @@
"dev": true "dev": true
}, },
"@lingdocs/pashto-inflector": { "@lingdocs/pashto-inflector": {
"version": "1.4.5", "version": "1.4.6",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.4.5.tgz", "resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.4.6.tgz",
"integrity": "sha512-SUiqV1jYpNZo8n6m8OUUP4iAlg8xjA/liye4Se8NFaZcniwq4HPWsqWJUh2XsMJ626YLTNkwKI8EMKCpbrXXog==", "integrity": "sha512-im7btwtx51SkV2/tKviyy5zzo8wfTEBIHub6wY8s0BtDycJDfgT8IUlj47+eGeBEXZRSTDoc4LgkvkCe5bvUvg==",
"requires": { "requires": {
"classnames": "^2.2.6", "classnames": "^2.2.6",
"pbf": "^3.2.1", "pbf": "^3.2.1",

View File

@ -17,7 +17,7 @@
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git" "url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
}, },
"peerDependencies": { "peerDependencies": {
"@lingdocs/pashto-inflector": "^1.4.5" "@lingdocs/pashto-inflector": "1.4.6"
}, },
"author": "lingdocs.com", "author": "lingdocs.com",
"license": "MIT", "license": "MIT",
@ -26,7 +26,7 @@
"passport-github2": "^0.1.12", "passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0", "passport-google-oauth": "^2.0.0",
"passport-twitter": "^1.0.4", "passport-twitter": "^1.0.4",
"@lingdocs/pashto-inflector": "^1.4.5" "@lingdocs/pashto-inflector": "1.4.6"
}, },
"devDependencies": { "devDependencies": {
"@types/passport-github2": "^1.2.5", "@types/passport-github2": "^1.2.5",

View File

@ -6,7 +6,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2", "@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/pashto-inflector": "^1.4.5", "@lingdocs/pashto-inflector": "1.4.6",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0", "@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10", "@testing-library/user-event": "^12.1.10",
@ -100,6 +100,6 @@
"user-event": "^4.0.0" "user-event": "^4.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@lingdocs/pashto-inflector": "^1.4.5" "@lingdocs/pashto-inflector": "1.4.6"
} }
} }

View File

@ -171,7 +171,6 @@ const Account = ({ user, loadUser }: { user: AT.LingdocsUser | undefined, loadUs
</ul> </ul>
</div> </div>
</div> </div>
{user.level === "student" && <p><strong>Note:</strong> If you had a student account in the previous system <em>your wordlist will be moved over to this account in a couple of days</em>.</p>}
<h4 className="mb-3">Account Admin</h4> <h4 className="mb-3">Account Admin</h4>
<div className="row mb-4"> <div className="row mb-4">
{user.level === "basic" && <div className="col-sm mb-3"> {user.level === "basic" && <div className="col-sm mb-3">

View File

@ -1483,10 +1483,10 @@
"@types/yargs" "^16.0.0" "@types/yargs" "^16.0.0"
chalk "^4.0.0" chalk "^4.0.0"
"@lingdocs/pashto-inflector@^1.4.5": "@lingdocs/pashto-inflector@1.4.6":
version "1.4.5" version "1.4.6"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.4.5.tgz#bf66fcb62aeac4b7ab5b92f4eb5bc6afc49b1ed9" resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.4.6.tgz#3900e19031a46d4c791b5eb1f7a33ca9068b9a1f"
integrity sha512-SUiqV1jYpNZo8n6m8OUUP4iAlg8xjA/liye4Se8NFaZcniwq4HPWsqWJUh2XsMJ626YLTNkwKI8EMKCpbrXXog== integrity sha512-im7btwtx51SkV2/tKviyy5zzo8wfTEBIHub6wY8s0BtDycJDfgT8IUlj47+eGeBEXZRSTDoc4LgkvkCe5bvUvg==
dependencies: dependencies:
classnames "^2.2.6" classnames "^2.2.6"
pbf "^3.2.1" pbf "^3.2.1"