Skip to content

Commit

Permalink
Merge pull request #1721 from getAlby/task-remove-citadel
Browse files Browse the repository at this point in the history
chore: remove unused runcitadel sdk
  • Loading branch information
bumi authored Nov 8, 2022
2 parents 8988a20 + 800389a commit 2370535
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
7 changes: 1 addition & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@ const swcConfig = {
module.exports = {
verbose: true,
transform: {
"^.+\\.mjs?$": [
// "dexie" needs this
"@swc/jest",
swcConfig,
],
"^.+\\.(t|j)sx?$": ["@swc/jest", swcConfig],
},
transformIgnorePatterns: ["node_modules/(?!(@runcitadel))/"],
moduleNameMapper: {
// needs to align with "tsconfig.json"-paths
// swc does not provide "pathsToModuleNameMapper" as ts-jest does
'^dexie$': require.resolve('dexie'),
"^~/(.*)$": "<rootDir>/src/$1",
"^@components/(.*)$": "<rootDir>/src/app/components/$1",
"^@screens/(.*)$": "<rootDir>/src/app/screens/$1",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@bitcoin-design/bitcoin-icons-react": "^0.1.9",
"@noble/secp256k1": "^1.7.0",
"@headlessui/react": "^1.7.3",
"@runcitadel/sdk": "^0.3.8",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"axios": "^1.1.3",
Expand Down
30 changes: 0 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2366,15 +2366,6 @@
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.3.tgz#953b88c20ea00d0eddaffdc1b115c08474aa295d"
integrity sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==

"@runcitadel/sdk@^0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@runcitadel/sdk/-/sdk-0.3.8.tgz#106987b805ffb3c46fbbefb6d60fa8c8adb53f99"
integrity sha512-JicJMdtu1FEMNGIoPrJseMYfsftCjAPu9y4FykmxGN5aA8YcNhGVbMwaDQ4oyA/Ju6DFwD9Jy+WHxwQkkjdA8Q==
optionalDependencies:
"@types/react" "^17.0.43"
react "^18.0.0"
undici "^5.0.0"

"@sinclair/typebox@^0.24.1":
version "0.24.20"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.20.tgz#11a657875de6008622d53f56e063a6347c51a6dd"
Expand Down Expand Up @@ -4028,15 +4019,6 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.43":
version "17.0.43"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/retry@^0.12.0":
version "0.12.1"
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
Expand Down Expand Up @@ -14262,13 +14244,6 @@ react-toastify@^9.1.1:
dependencies:
clsx "^1.1.1"

react@^18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
dependencies:
loose-envify "^1.1.0"

react@^18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
Expand Down Expand Up @@ -16553,11 +16528,6 @@ [email protected]:
buffer "^5.2.1"
through "^2.3.8"

undici@^5.0.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.6.0.tgz#3fd695d4454970bae3d151326ee4ab645b8d1962"
integrity sha512-mc+8SY1fXubTrdx4CXDkeFFGV8lI3Tq4I/70U1V8Z6g4iscGII0uLO7CPnDt56bXEbvaKwo2T2+VrteWbZiXiQ==

unfetch@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz"
Expand Down

0 comments on commit 2370535

Please sign in to comment.