Skip to content

Commit

Permalink
chore/MSSDK-2135: Remove unused npm packages (#465)
Browse files Browse the repository at this point in the history
* feat/MSSDK-2135: remove unused packages

* feat/MSSDK-2135: remove more unused packages

* chore/MSSDK-2135: empty commit to refresh workflows

---------

Co-authored-by: m4tewoosh <[email protected]>
  • Loading branch information
Saddage and m4tewoosh authored Feb 20, 2025
1 parent cf791bf commit e1416bf
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 488 deletions.
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,17 @@
"dependencies": {
"@adyen/adyen-web": "~5.66.1",
"@reduxjs/toolkit": "^2.2.5",
"camelcase": "^5.3.1",
"classnames": "^2.3.2",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"glob": "^7.2.0",
"i18next": "^22.4.13",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"identity-obj-proxy": "3.0.0",
"jwt-decode": "^3.1.2",
"lodash.merge": "^4.6.2",
"mixpanel-browser": "^2.48.1",
"prop-types": "^15.8.1",
"react-app-polyfill": "^1.0.6",
"react-i18next": "^12.2.0",
"react-loading-skeleton": "^3.1.0",
"react-redux": "^8.1.3",
"react-select": "^5.5.4",
"redux-thunk": "^2.4.2",
"resolve": "1.22.0"
"redux-thunk": "^2.4.2"
},
"scripts": {
"prepare": "husky",
Expand Down Expand Up @@ -108,7 +99,6 @@
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.12",
"@types/jwt-decode": "^3.1.0",
"@types/mixpanel-browser": "^2.47.5",
"@types/node": "^20.14.2",
Expand All @@ -130,22 +120,20 @@
"eslint-plugin-react-hooks": "^4.0.0",
"husky": "^9.0.11",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"onchange": "^7.1.0",
"postcss-styled-syntax": "^0.7.1",
"prettier": "^2.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.9",
"rimraf": "^5.0.7",
"styled-components": "^5.3.6",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^4.9.5",
"typescript-coverage-report": "^0.7.0",
"vite": "^6.1.0",
Expand Down
Loading

0 comments on commit e1416bf

Please sign in to comment.