From b1a05cc186097855e06573d3d2113ea74921cad0 Mon Sep 17 00:00:00 2001 From: Jonas Groeger <jonas.groeger@codecentric.de> Date: Thu, 20 Oct 2022 17:20:40 +0200 Subject: [PATCH] chore(deps): remove unused packages --- package.json | 7 +------ yarn.lock | 22 +--------------------- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index b98091740..20c4201b5 100644 --- a/package.json +++ b/package.json @@ -21,24 +21,19 @@ "@stoplight/markdown-viewer": "^5.4.5", "@stoplight/mosaic": "^1.18.1", "@stoplight/mosaic-code-viewer": "^1.18.1", - "@svgr/webpack": "^6.1.2", "@tailwindcss/forms": "^0.4.0", "axios": "^0.24.0", - "clsx": "^1.1.1", "docusaurus-node-polyfills": "^1.0.0", "docusaurus-plugin-sass": "^0.2.1", "docusaurus-tailwindcss": "^0.1.0", - "file-loader": "^6.2.0", "mermaid": "^8.13.5", "rapidoc": "^9.1.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-jsx-parser": "^1.29.0", - "remark-collapse": "^0.1.2", "sass": "^1.45.0", "semver": "^7.3.5", - "tailwindcss": "3.0.2", - "url-loader": "^4.1.1" + "tailwindcss": "3.0.2" }, "browserslist": { "production": [ diff --git a/yarn.lock b/yarn.lock index 18da985dc..d0b476b42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2278,7 +2278,7 @@ deepmerge "^4.2.2" svgo "^2.5.0" -"@svgr/webpack@^6.1.2", "@svgr/webpack@^6.2.1": +"@svgr/webpack@^6.2.1": version "6.2.1" resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-6.2.1.tgz#ef5d51c1b6be4e7537fb9f76b3f2b2e22b63c58d" integrity sha512-h09ngMNd13hnePwgXa+Y5CgOjzlCvfWLHg+MBnydEedAnuLRzUHUJmGS3o2OsrhxTOOqEsPOFt5v/f6C5Qulcw== @@ -6985,13 +6985,6 @@ mdast-util-gfm@^0.1.0: mdast-util-gfm-task-list-item "^0.1.0" mdast-util-to-markdown "^0.6.1" -mdast-util-heading-range@^2.0.1: - version "2.1.5" - resolved "https://registry.yarnpkg.com/mdast-util-heading-range/-/mdast-util-heading-range-2.1.5.tgz#9a8e07bd46d07d40ad1596b0b6ab8535337725c3" - integrity sha512-jXbFD0C+MfRkwsaze+btzG9CmVrxnc5kpcJLtx3SvSlPWnNdGMlDRHKDB9/TIPEq9nRHnkixppT8yvaUJ5agJg== - dependencies: - mdast-util-to-string "^1.0.0" - mdast-util-to-hast@10.0.1: version "10.0.1" resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz#0cfc82089494c52d46eb0e3edb7a4eb2aea021eb" @@ -7033,11 +7026,6 @@ mdast-util-to-markdown@^0.6.0, mdast-util-to-markdown@^0.6.1, mdast-util-to-mark repeat-string "^1.0.0" zwitch "^1.0.0" -mdast-util-to-string@^1.0.0, mdast-util-to-string@^1.0.2: - version "1.1.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527" - integrity sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A== - mdast-util-to-string@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b" @@ -8725,14 +8713,6 @@ remark-admonitions@^1.2.1: unified "^8.4.2" unist-util-visit "^2.0.1" -remark-collapse@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/remark-collapse/-/remark-collapse-0.1.2.tgz#7ebf0b0e0932f39a8599a754906e0a097906070b" - integrity sha512-x2lhtaT4nR1Tkp/hftoeiMHbdAntxu5Q9D6lymwMqUtoF2pg3bqNaa8NO/8yyOVhddYk0d0dkhGc+avGUf0lZA== - dependencies: - mdast-util-heading-range "^2.0.1" - mdast-util-to-string "^1.0.2" - remark-emoji@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-2.2.0.tgz#1c702090a1525da5b80e15a8f963ef2c8236cac7" -- GitLab