diff --git a/package.json b/package.json index 0306595..8ca54bc 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "filesize": "^8.0.7", "javascript-time-ago": "^2.3.11", "jszip": "^3.7.1", + "lodash.uniqby": "^4.7.0", "monaco-editor": "^0.30.1", "next": "^12.0.4", "next-auth": "^4.0.0-beta.5", @@ -47,6 +48,7 @@ "react-stay-scrolled": "^7.4.0", "react-time-ago": "^7.1.9", "reconnecting-websocket": "^4.4.0", + "rst2mdown": "^0.1.0", "valtio": "^1.2.5", "vscode-languageserver": "^7.0.0", "vscode-uri": "^3.0.2", @@ -57,6 +59,7 @@ "devDependencies": { "@types/dinero.js": "^1.9.0", "@types/file-saver": "^2.0.4", + "@types/lodash.uniqby": "^4.7.6", "@types/pako": "^1.0.2", "@types/react": "17.0.31", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index a0528b7..6a85f53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -898,6 +898,18 @@ dependencies: "@types/node" "*" +"@types/lodash.uniqby@^4.7.6": + version "4.7.6" + resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.6.tgz#672827a701403f07904fe37f0721ae92abfa80e8" + integrity sha512-9wBhrm1y6asW50Joj6tsySCNUgzK2tCqL7vtKIej0E9RyeBFdcte7fxUosmFuMoOU0eHqOMK76kCCrK99jxHgg== + dependencies: + "@types/lodash" "*" + +"@types/lodash@*": + version "4.14.179" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.179.tgz#490ec3288088c91295780237d2497a3aa9dfb5c5" + integrity sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w== + "@types/lodash@^4.14.136": version "4.14.177" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.177.tgz#f70c0d19c30fab101cad46b52be60363c43c4578" @@ -3070,6 +3082,11 @@ lodash.truncate@^4.4.2: resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= +lodash.uniqby@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302" + integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI= + lodash@^4.17.15, lodash@^4.17.4: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" @@ -4170,6 +4187,11 @@ ripple-secret-codec@^1.0.2: base-x "^3.0.3" bignumber.js "^5.0.0" +rst2mdown@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/rst2mdown/-/rst2mdown-0.1.0.tgz#78648f3b3ecf105370152f086aced8aac2fda278" + integrity sha1-eGSPOz7PEFNwFS8Ias7YqsL9ong= + run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"