Skip to content

Commit

Permalink
fix: removing unused dependencies. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo authored Jan 3, 2024
1 parent 18d5c7c commit 1b47473
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 68 deletions.
2 changes: 1 addition & 1 deletion atala-prism-wallet-sdk-ts
50 changes: 19 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"docusaurus-plugin-typedoc": "^0.22.0",
"semantic-release": "^19.0.3",
"semantic-release-slack-bot": "^3.5.3",
"typedoc": "^0.25.6",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^4.9.5"
},
"browserslist": {
Expand Down
19 changes: 0 additions & 19 deletions typedoc.json

This file was deleted.

16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4125,11 +4125,6 @@ camelcase@^6.2.0:
resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz"
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==

camelcase@^8.0.0:
version "8.0.0"
resolved "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz"
integrity sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==

camelize@^1.0.0:
version "1.0.1"
resolved "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz"
Expand Down Expand Up @@ -12895,21 +12890,14 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typedoc-plugin-markdown@^3.17.1, typedoc-plugin-markdown@>=3.15.0:
typedoc-plugin-markdown@>=3.15.0:
version "3.17.1"
resolved "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.1.tgz"
integrity sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==
dependencies:
handlebars "^4.7.7"

typedoc-plugin-rename-defaults@^0.7.0:
version "0.7.0"
resolved "https://registry.npmjs.org/typedoc-plugin-rename-defaults/-/typedoc-plugin-rename-defaults-0.7.0.tgz"
integrity sha512-NudSQ1o/XLHNF9c4y7LzIZxfE9ltz09yCDklBPJpP5VMRvuBpYGIbQ0ZgmPz+EIV8vPx9Z/OyKwzp4HT2vDtfg==
dependencies:
camelcase "^8.0.0"

typedoc@^0.25.6, typedoc@>=0.24.0, "[email protected] || 0.23.x || 0.24.x || 0.25.x":
typedoc@>=0.24.0:
version "0.25.6"
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.25.6.tgz"
integrity sha512-1rdionQMpOkpA58qfym1J+YD+ukyA1IEIa4VZahQI2ZORez7dhOvEyUotQL/8rSoMBopdzOS+vAIsORpQO4cTA==
Expand Down

0 comments on commit 1b47473

Please sign in to comment.