Skip to content

Commit

Permalink
Update bootstrap: Remove some unused dependencies (#2202)
Browse files Browse the repository at this point in the history
* Remove unused dependency qrcode.react

* Remove unused StructureEditorContent component, react-async-script-loader dependency

* Remove explicit webpack-cli/serve dependency

This is already required by webpack-cli itself.
  • Loading branch information
maiwald authored Oct 8, 2024
1 parent 69ed236 commit fefed4f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 96 deletions.
64 changes: 0 additions & 64 deletions app/packs/src/components/structureEditor/StructureEditorContent.js

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"path": "^0.12.7",
"pdf-lib": "^1.17.1",
"prop-types": "15.6.2",
"qrcode.react": "^0.6.1",
"quagga": "^0.11.5",
"querystring-es3": "^0.2.1",
"quill": "^1.3.7",
Expand All @@ -66,7 +65,6 @@
"quill-delta-to-plaintext": "^1.0.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-async-script-loader": "0.3.0",
"react-barcode": "^1.1.0",
"react-big-calendar": "^1.5.1",
"react-bootstrap": "~2.10.2",
Expand Down Expand Up @@ -114,7 +112,6 @@
"@babel/plugin-proposal-class-properties": "^7.11.0",
"@babel/register": "^7.11.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@webpack-cli/serve": "^1.3.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-loader": "^8.2.2",
"cypress": "^12.3.0",
Expand Down
29 changes: 0 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4643,11 +4643,6 @@
resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-2.0.2.tgz#cc3fbf22efeb88ff62310cf885c5b09f44ae0fdd"
integrity sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==

"@webpack-cli/serve@^1.3.1":
version "1.6.1"
resolved "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.1.tgz"
integrity sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==

"@webpack-cli/serve@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.7.0.tgz#e1993689ac42d2b16e9194376cfb6753f6254db1"
Expand Down Expand Up @@ -8884,11 +8879,6 @@ [email protected]:
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==

hoist-non-react-statics@^1.0.3:
version "1.2.0"
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz"
integrity sha1-qkSM8JhtVcxAdzsXF0t90GbLfPs=

hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
version "3.3.2"
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
Expand Down Expand Up @@ -12238,23 +12228,11 @@ punycode@^2.3.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==

[email protected]:
version "0.0.0"
resolved "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz"
integrity sha1-ys6GOG9ZoNuAUPqQ2baw6IoeNk8=

qrcode-terminal@^0.12.0:
version "0.12.0"
resolved "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz"
integrity sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==

qrcode.react@^0.6.1:
version "0.6.1"
resolved "https://registry.npmjs.org/qrcode.react/-/qrcode.react-0.6.1.tgz"
integrity sha1-5xgZLRfN+Hyx8VajTOoW3WdXWTI=
dependencies:
qr.js "0.0.0"

qrcode.react@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-3.1.0.tgz#5c91ddc0340f768316fbdb8fff2765134c2aecd8"
Expand Down Expand Up @@ -12737,13 +12715,6 @@ rc-virtual-list@^3.11.1, rc-virtual-list@^3.5.1, rc-virtual-list@^3.5.2:
rc-resize-observer "^1.0.0"
rc-util "^5.36.0"

[email protected]:
version "0.3.0"
resolved "https://registry.npmjs.org/react-async-script-loader/-/react-async-script-loader-0.3.0.tgz"
integrity sha1-x0KzyiXgi6Yat+tkNx+BQCdpK4Y=
dependencies:
hoist-non-react-statics "^1.0.3"

react-barcode@^1.1.0:
version "1.4.1"
resolved "https://registry.npmjs.org/react-barcode/-/react-barcode-1.4.1.tgz"
Expand Down

0 comments on commit fefed4f

Please sign in to comment.