Skip to content

Commit

Permalink
cleanup(repo): remove unused dependencies (nrwl#27676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Dec 19, 2024
1 parent 0ebe59c commit 7a583da
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 535 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"pretty-quick": "^3.1.0",
"raw-loader": "^4.0.2",
"react-markdown": "^8.0.7",
"react-redux": "8.0.5",
"react-refresh": "^0.10.0",
Expand All @@ -282,7 +281,6 @@
"sass": "1.55.0",
"sass-loader": "^12.2.0",
"semver": "^7.6.3",
"source-map": "0.7.3",
"source-map-loader": "^5.0.0",
"source-map-support": "0.5.19",
"storybook": "^8.4.6",
Expand All @@ -304,8 +302,6 @@
"typescript": "~5.6.2",
"typescript-eslint": "^8.13.0",
"unist-builder": "^4.0.0",
"unzipper": "^0.10.11",
"url-loader": "^4.1.1",
"use-sync-external-store": "^1.2.0",
"verdaccio": "^5.30.0",
"vite": "5.0.8",
Expand All @@ -314,7 +310,6 @@
"webpack-dev-server": "5.0.4",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"webpack-sources": "^3.2.3",
"webpack-subresource-integrity": "^5.1.0",
"xstate": "4.34.0",
"yaml": "^2.6.0",
Expand Down Expand Up @@ -346,7 +341,6 @@
"@types/license-checker": "^25.0.3",
"@types/minimatch": "^5.1.2",
"@types/three": "^0.166.0",
"@widgetbot/react-embed": "^1.9.0",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.2",
"axios": "^1.7.4",
Expand All @@ -358,7 +352,6 @@
"framer-motion": "^11.3.0",
"front-matter": "^4.0.2",
"glob": "7.1.4",
"history": "^5.3.0",
"json-schema-to-typescript": "^10.1.5",
"jsonpointer": "^5.0.0",
"license-checker": "^25.0.1",
Expand All @@ -372,14 +365,12 @@
"react-dom": "18.3.1",
"react-syntax-highlighter": "^15.5.0",
"regenerator-runtime": "0.13.7",
"send": "0.17.1",
"shadergradient": "^1.2.14",
"string-width": "^4.2.3",
"tailwind-merge": "^2.4.0",
"tailwindcss": "3.4.4",
"three": "^0.166.1",
"tslib": "^2.3.0",
"weak-napi": "^2.0.2",
"webpack-cli": "^5.1.4"
},
"resolutions": {
Expand Down
1 change: 0 additions & 1 deletion packages/next/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
// require.resovle is used for these
"@babel/plugin-proposal-decorators",
"file-loader",
"url-loader",
"@svgr/webpack"
]
}
Expand Down
1 change: 0 additions & 1 deletion packages/react/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"stylus-loader",
"swc-loader",
"tsconfig-paths-webpack-plugin",
"url-loader",
"webpack",
"webpack-merge",
// used via the CT react plugin installed via vite plugin
Expand Down
1 change: 0 additions & 1 deletion packages/remix/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"stylus-loader",
"swc-loader",
"tsconfig-paths-webpack-plugin",
"url-loader",
"webpack",
"webpack-merge",
// used via the CT react plugin installed via vite plugin
Expand Down
Loading

0 comments on commit 7a583da

Please sign in to comment.