-
Notifications
You must be signed in to change notification settings - Fork 39
chore: remove unused dependencies across the monorepo #1752
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This doesn't match the description of the PR. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,8 +46,7 @@ | |
| "svelte": "^4.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@launchdarkly/js-client-sdk": "workspace:^", | ||
| "esm-env": "^1.0.0" | ||
| "@launchdarkly/js-client-sdk": "workspace:^" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should probably fix this. |
||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.0.0", | ||
|
|
@@ -56,8 +55,6 @@ | |
| "@sveltejs/kit": "^2.0.0", | ||
| "@sveltejs/package": "^2.0.0", | ||
| "@sveltejs/vite-plugin-svelte": "^7.1.2", | ||
| "@testing-library/svelte": "^5.2.0", | ||
| "@types/jest": "^29.5.11", | ||
| "@vitest/coverage-v8": "^4.1.8", | ||
| "@vitest/ui": "^4.1.8", | ||
| "eslint": "^9.0.0", | ||
|
|
@@ -70,9 +67,6 @@ | |
| "publint": "^0.1.9", | ||
| "rimraf": "^5.0.5", | ||
| "svelte": "^5.4.0", | ||
| "svelte-check": "^3.6.0", | ||
| "ts-jest": "^29.1.1", | ||
| "ts-node": "^10.9.2", | ||
| "typedoc": "0.25.0", | ||
| "typescript": "5.1.6", | ||
| "typescript-eslint": "^8.0.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,10 +28,6 @@ | |
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.0.0", | ||
| "@rollup/plugin-commonjs": "^25.0.0", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this package uses |
||
| "@rollup/plugin-node-resolve": "^15.0.2", | ||
| "@rollup/plugin-terser": "^0.4.3", | ||
| "@rollup/plugin-typescript": "^11.1.1", | ||
| "@types/crypto-js": "^4.1.1", | ||
| "@types/jest": "^29.5.1", | ||
| "eslint": "^9.0.0", | ||
|
|
@@ -40,10 +36,6 @@ | |
| "eslint-plugin-jest": "^28.0.0", | ||
| "globals": "^16.0.0", | ||
| "jest": "^29.5.0", | ||
| "launchdarkly-js-test-helpers": "^2.2.0", | ||
| "rimraf": "^5.0.0", | ||
| "rollup": "^3.23.0", | ||
| "rollup-plugin-generate-package-json": "^3.2.0", | ||
| "ts-jest": "^29.1.0", | ||
| "typedoc": "0.25.0", | ||
| "typescript": "5.1.6", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be a transitive dep of
@launchdarkly/akamai-edgeworker-sdk-common