cleanup(repo): remove unused dependencies (#27676)

This commit is contained in:
Phillip Barta 2024-12-19 15:45:57 +01:00 committed by GitHub
parent 0ebe59cda9
commit 7a583dacc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 294 additions and 534 deletions

View File

@ -266,7 +266,6 @@
"prettier": "^2.8.0", "prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13", "prettier-plugin-tailwindcss": "^0.1.13",
"pretty-quick": "^3.1.0", "pretty-quick": "^3.1.0",
"raw-loader": "^4.0.2",
"react-markdown": "^8.0.7", "react-markdown": "^8.0.7",
"react-redux": "8.0.5", "react-redux": "8.0.5",
"react-refresh": "^0.10.0", "react-refresh": "^0.10.0",
@ -282,7 +281,6 @@
"sass": "1.55.0", "sass": "1.55.0",
"sass-loader": "^12.2.0", "sass-loader": "^12.2.0",
"semver": "^7.6.3", "semver": "^7.6.3",
"source-map": "0.7.3",
"source-map-loader": "^5.0.0", "source-map-loader": "^5.0.0",
"source-map-support": "0.5.19", "source-map-support": "0.5.19",
"storybook": "^8.4.6", "storybook": "^8.4.6",
@ -304,8 +302,6 @@
"typescript": "~5.6.2", "typescript": "~5.6.2",
"typescript-eslint": "^8.13.0", "typescript-eslint": "^8.13.0",
"unist-builder": "^4.0.0", "unist-builder": "^4.0.0",
"unzipper": "^0.10.11",
"url-loader": "^4.1.1",
"use-sync-external-store": "^1.2.0", "use-sync-external-store": "^1.2.0",
"verdaccio": "^5.30.0", "verdaccio": "^5.30.0",
"vite": "5.0.8", "vite": "5.0.8",
@ -314,7 +310,6 @@
"webpack-dev-server": "5.0.4", "webpack-dev-server": "5.0.4",
"webpack-merge": "^5.8.0", "webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0", "webpack-node-externals": "^3.0.0",
"webpack-sources": "^3.2.3",
"webpack-subresource-integrity": "^5.1.0", "webpack-subresource-integrity": "^5.1.0",
"xstate": "4.34.0", "xstate": "4.34.0",
"yaml": "^2.6.0", "yaml": "^2.6.0",
@ -346,7 +341,6 @@
"@types/license-checker": "^25.0.3", "@types/license-checker": "^25.0.3",
"@types/minimatch": "^5.1.2", "@types/minimatch": "^5.1.2",
"@types/three": "^0.166.0", "@types/three": "^0.166.0",
"@widgetbot/react-embed": "^1.9.0",
"@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.2", "@yarnpkg/parsers": "3.0.2",
"axios": "^1.7.4", "axios": "^1.7.4",
@ -358,7 +352,6 @@
"framer-motion": "^11.3.0", "framer-motion": "^11.3.0",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"glob": "7.1.4", "glob": "7.1.4",
"history": "^5.3.0",
"json-schema-to-typescript": "^10.1.5", "json-schema-to-typescript": "^10.1.5",
"jsonpointer": "^5.0.0", "jsonpointer": "^5.0.0",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
@ -372,14 +365,12 @@
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"regenerator-runtime": "0.13.7", "regenerator-runtime": "0.13.7",
"send": "0.17.1",
"shadergradient": "^1.2.14", "shadergradient": "^1.2.14",
"string-width": "^4.2.3", "string-width": "^4.2.3",
"tailwind-merge": "^2.4.0", "tailwind-merge": "^2.4.0",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.4",
"three": "^0.166.1", "three": "^0.166.1",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"weak-napi": "^2.0.2",
"webpack-cli": "^5.1.4" "webpack-cli": "^5.1.4"
}, },
"resolutions": { "resolutions": {

View File

@ -101,7 +101,6 @@
// require.resovle is used for these // require.resovle is used for these
"@babel/plugin-proposal-decorators", "@babel/plugin-proposal-decorators",
"file-loader", "file-loader",
"url-loader",
"@svgr/webpack" "@svgr/webpack"
] ]
} }

View File

@ -86,7 +86,6 @@
"stylus-loader", "stylus-loader",
"swc-loader", "swc-loader",
"tsconfig-paths-webpack-plugin", "tsconfig-paths-webpack-plugin",
"url-loader",
"webpack", "webpack",
"webpack-merge", "webpack-merge",
// used via the CT react plugin installed via vite plugin // used via the CT react plugin installed via vite plugin

View File

@ -78,7 +78,6 @@
"stylus-loader", "stylus-loader",
"swc-loader", "swc-loader",
"tsconfig-paths-webpack-plugin", "tsconfig-paths-webpack-plugin",
"url-loader",
"webpack", "webpack",
"webpack-merge", "webpack-merge",
// used via the CT react plugin installed via vite plugin // used via the CT react plugin installed via vite plugin

816
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff