Skip to content

Commit

Permalink
deps: rm unused deps+dev-deps
Browse files Browse the repository at this point in the history
- `@sentry/tracing` -  `@sentry/react` includes tracing.
- `@types/lodash.isequal` - Project no longer uses `lodash.isEqual`.
- `@typescript-eslint/parser` - Replaced by `typescript-eslint`.
- `@typescript-eslint/eslint-plugin` - Replaced by `typescript-eslint`.
  • Loading branch information
trevor-anderson committed Mar 9, 2024
1 parent 579f5a8 commit 9cfe101
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"@nerdware/ts-string-helpers": "^1.1.2",
"@nerdware/ts-type-safety-utils": "^1.0.8",
"@sentry/react": "^7.57.0",
"@sentry/tracing": "^7.57.0",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
"apollo3-cache-persist": ">=0.14.1 <1",
Expand Down Expand Up @@ -101,15 +100,12 @@
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.merge": "^4.6.8",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-swipeable-views": ">=0.13.5 <1",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.34.6",
"chromatic": "^10.2.0",
Expand Down

0 comments on commit 9cfe101

Please sign in to comment.