Skip to content

chore: remove usless js dep #1603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: remove usless js dep
  • Loading branch information
AugustinMauroy committed Jul 13, 2025
commit a239c81c562651d0c99bb48b9ffdd976f512163d
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ To contribute to Codemod platform, please refer to the [contributing guide](/CON
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
Expand Down Expand Up @@ -151,7 +150,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand Down
13 changes: 3 additions & 10 deletions apps/auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
"devDependencies": {
"@codemod-com/api-types": "workspace:*",
"@codemod-com/tsconfig": "workspace:*",
"@types/node": "20.10.5",
"dotenv-cli": "catalog:",
"esbuild": "^0.19.12",
"esbuild-plugin-copy": "catalog:",
"ts-node": "10.9.2",
"tsx": "^4.7.1"
"@types/node": "catalog:",
"esbuild": "^0.19.12"
},
"dependencies": {
"@clerk/backend": "catalog:",
Expand All @@ -35,8 +31,5 @@
"fastify": "catalog:",
"valibot": "catalog:"
},
"type": "module",
"peerDependencies": {
"fastify-plugin": "4.5.1"
}
"type": "module"
}
38 changes: 13 additions & 25 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js",
"test": "vitest --run",
"dev": "nodemon --exec tsx watch src/index.ts"
"dev": "node --experimental-strip-types ---watch src/index.ts"
},
"author": "Codemod inc.",
"private": true,
Expand All @@ -14,21 +14,15 @@
"@codemod-com/telemetry": "workspace:*",
"@codemod-com/tsconfig": "workspace:*",
"@faker-js/faker": "catalog:",
"@total-typescript/ts-reset": "catalog:",
"@types/node": "20.10.5",
"@types/parse-github-url": "catalog:",
"@types/pg": "catalog:",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "catalog:",
"@types/parse-github-url": "1.0.3",
"@types/semver": "7.5.8",
"@types/supertest": "catalog:",
"@types/supertest": "6.0.3",
"@types/tar": "catalog:",
"@types/ws": "catalog:",
"dotenv-cli": "catalog:",
"esbuild": "^0.19.12",
"esbuild-plugin-copy": "catalog:",
"fastify-plugin": "catalog:",
"nodemon": "3.0.2",
"supertest": "catalog:",
"ts-node": "10.9.2",
"tsx": "^4.7.1",
"supertest": "7.1.3",
"vitest": "1.1.0"
},
"dependencies": {
Expand All @@ -43,33 +37,27 @@
"@fastify/multipart": "catalog:",
"@fastify/rate-limit": "catalog:",
"@slack/web-api": "catalog:",
"@types/tar": "catalog:",
"@unkey/api": "catalog:",
"ai": "4.0.12",
"axios": "catalog:",
"bullmq": "catalog:",
"chatgpt": "catalog:",
"chromadb": "catalog:",
"cron": "catalog:",
"cron": "^4.3.2",
"dotenv": "catalog:",
"fastify": "catalog:",
"fuse.js": "catalog:",
"ioredis": "catalog:",
"fuse.js": "7.1.0",
"ioredis": "^5.4.1",
"langchain": "catalog:",
"openai": "catalog:",
"openai-edge": "catalog:",
"parse-github-url": "catalog:",
"pg": "catalog:",
"parse-github-url": "1.0.3",
"replicate": "catalog:",
"semver": "7.6.0",
"tar": "^6.2.0",
"tar": "catalog:",
"uuid": "catalog:",
"valibot": "catalog:",
"ws": "catalog:",
"zod": "catalog:"
},
"type": "module",
"peerDependencies": {
"fastify-plugin": "4.5.1"
}
"type": "module"
}
8 changes: 3 additions & 5 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,22 @@
"@codemod-com/utilities": "workspace:*",
"@types/blessed": "catalog:",
"@types/cli-progress": "catalog:",
"@types/columnify": "catalog:",
"@types/columnify": "^1.5.4",
"@types/diff": "catalog:",
"@types/inquirer": "catalog:",
"@types/node": "18.11.9",
"@types/node": "catalog:",
"@types/prettyjson": "catalog:",
"@types/semver": "^7.5.8",
"@types/yargs": "catalog:",
"@vitest/coverage-v8": "catalog:",
"axios": "catalog:",
"columnify": "catalog:",
"columnify": "1.6.0",
"diff": "catalog:",
"exponential-backoff": "catalog:",
"form-data": "catalog:",
"glob": "catalog:",
"inquirer": "catalog:",
"memfs": "^4.6.0",
"open": "catalog:",
"prettier": "^3.2.5",
"prettyjson": "catalog:",
"semver": "^7.6.2",
"terminal-link": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["next", "prettier"],
"extends": ["next"],
"rules": {
"@next/next/no-img-element": "off"
}
Expand Down
7 changes: 0 additions & 7 deletions apps/frontend/.prettierrc

This file was deleted.

47 changes: 5 additions & 42 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,12 @@
"dependencies": {
"@ariakit/react": "catalog:",
"@artsy/fresnel": "catalog:",
"@babel/core": "^7.0.0",
"@babel/parser": "^7.21.1",
"@babel/plugin-syntax-flow": "catalog:",
"@babel/plugin-transform-react-jsx": "catalog:",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "catalog:",
"@babel/preset-typescript": "catalog:",
"@babel/standalone": "catalog:",
"@babel/types": "7.21.2",
"@clerk/clerk-react": "catalog:",
"@clerk/nextjs": "catalog:",
"@clerk/themes": "catalog:",
"@codemod-com/api-types": "workspace:*",
"@codemod-com/utilities": "workspace:*",
"@codemod.com/codemod-utils": "workspace:*",
"@faker-js/faker": "catalog:",
"@hookform/resolvers": "catalog:",
"@monaco-editor/react": "^4.4.6",
Expand Down Expand Up @@ -81,37 +73,30 @@
"ast-types": "catalog:",
"axios": "catalog:",
"change-case": "catalog:",
"chart.js": "catalog:",
"class-variance-authority": "catalog:",
"classnames": "2.5.1",
"clsx": "catalog:",
"cobe": "catalog:",
"codehike": "catalog:",
"constants-browserify": "catalog:",
"cva": "catalog:",
"esbuild-wasm": "catalog:",
"framer-motion": "catalog:",
"fuse.js": "catalog:",
"geist": "catalog:",
"get-youtube-id": "catalog:",
"get-youtube-id": "1.0.1",
"intro.js": "catalog:",
"intro.js-react": "catalog:",
"js-beautify": "catalog:",
"jscodeshift": "^0.15.0",
"jszip": "catalog:",
"katex": "catalog:",
"lottie-react": "catalog:",
"lucide-react": "catalog:",
"lottie-react": "^2.4.1",
"lucide-react": "^0.265.0",
"match-sorter": "catalog:",
"monaco-editor": "^0.36.1",
"motion": "catalog:",
"next": "catalog:",
"next-sanity": "catalog:",
"node-fetch": "catalog:",
"os-browserify": "catalog:",
"pako": "catalog:",
"postcss-multiple-tailwind": "catalog:",
"prettier": "^2.8.8",
"prism-react-renderer": "catalog:",
"prop-types": "catalog:",
"ramda": "catalog:",
Expand All @@ -127,7 +112,7 @@
"react-textarea-autosize": "catalog:",
"react-tooltip": "catalog:",
"react-treeview": "catalog:",
"react-tweet": "catalog:",
"react-tweet": "^3.2.0",
"react-use": "catalog:",
"reactjs-popup": "catalog:",
"recast": "catalog:",
Expand All @@ -153,52 +138,30 @@
"use-resize-observer": "catalog:",
"valibot": "catalog:",
"vaul": "catalog:",
"web-vitals": "catalog:",
"zod": "catalog:",
"zustand": "catalog:"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.1.6",
"@testing-library/dom": "catalog:",
"@testing-library/jest-dom": "catalog:",
"@testing-library/react": "catalog:",
"@testing-library/user-event": "catalog:",
"@types/babel__standalone": "catalog:",
"@types/jest": "catalog:",
"@types/js-beautify": "catalog:",
"@types/jscodeshift": "^0.11.6",
"@types/mocha": "catalog:",
"@types/pako": "catalog:",
"@types/prettier": "catalog:",
"@types/react": "18.2.55",
"@types/react-dom": "catalog:",
"@types/react-syntax-highlighter": "catalog:",
"@types/react-treeview": "catalog:",
"@types/react-virtualized-auto-sizer": "catalog:",
"@types/semver": "^7.5.8",
"@types/testing-library__jest-dom": "catalog:",
"assert": "catalog:",
"autoprefixer": "catalog:",
"csstype": "catalog:",
"eslint": "catalog:",
"eslint-config-next": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-prettier": "catalog:",
"eslint-plugin-simple-import-sort": "catalog:",
"husky": "catalog:",
"miragejs": "catalog:",
"monaco-editor-webpack-plugin": "catalog:",
"null-loader": "catalog:",
"postcss": "catalog:",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "catalog:",
"prettier-plugin-tailwindcss": "catalog:",
"raw-loader": "catalog:",
"tailwindcss": "catalog:",
"tailwindcss-animate": "catalog:"
},
"peerDependencies": {
"csstype": "^3.1.1"
}
}
9 changes: 2 additions & 7 deletions apps/modgpt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,15 @@
"@fastify/multipart": "catalog:",
"@fastify/rate-limit": "catalog:",
"ai": "2.2.29",
"axios": "catalog:",
"chatgpt": "catalog:",
"dotenv": "catalog:",
"fastify": "catalog:",
"openai-edge": "catalog:",
"replicate": "catalog:",
"ts-node": "^10.9.2",
"ts-node-dev": "catalog:",
"valibot": "catalog:"
},
"devDependencies": {
"@types/node": "20.10.5",
"esbuild": "^0.21.1",
"fastify-plugin": "catalog:",
"nodemon": "^3.1.7"
"@types/node": "catalog:",
"esbuild": "^0.21.1"
}
}
3 changes: 1 addition & 2 deletions crates/codemod-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepack": "pnpm run build",
"build:rs": "cd ../.. && cargo run -p codemod-sandbox-build --color=always -- -r --optimize",
"copy-runtime-files": "pnpm run build:rs && tsx scripts/copy-runtime-files.ts",
"generate-type-declarations": "tsx scripts/generate-type-declarations.ts",
"generate-type-declarations": "node --experimental-strip-types scripts/generate-type-declarations.ts",
"build:tsc": "pnpm run generate-type-declarations && tsc --project tsconfig.build.json --pretty",
"build:runtime": "pnpm run copy-runtime-files",
"build": "pnpm run build:runtime && pnpm run build:tsc",
Expand All @@ -32,7 +32,6 @@
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.0.0",
"eslint": "^8.57.1",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"dependencies": {
Expand Down
Loading
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy