Skip to content

Commit

Permalink
Major dependency upgradation
Browse files Browse the repository at this point in the history
  • Loading branch information
anasnadeemws committed Sep 4, 2024
1 parent d303216 commit 57f7cf1
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 165 deletions.
2 changes: 1 addition & 1 deletion jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'jest-styled-components';
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
import { matchers } from '@emotion/jest';

Object.defineProperty(window, 'matchMedia', {
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@emotion/styled": "^11.13.0",
"@formatjs/intl-relativetimeformat": "^11.2.14",
"@formatjs/intl-utils": "^3.8.4",
"@testing-library/jest-dom": "^5.17.0",
"@webcomponents/shadydom": "^1.11.0",
"antd": "^4.24.16",
"apisauce": "^2.1.6",
Expand All @@ -72,7 +71,9 @@
"@babel/core": "7.25.2",
"@emotion/babel-plugin": "11.12.0",
"@emotion/jest": "^11.13.0",
"@testing-library/react": "^13.4.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"axios-mock-adapter": "^1.22.0",
"babel-jest": "^28.1.3",
"babel-plugin-styled-components": "^2.1.4",
Expand All @@ -86,6 +87,7 @@
"eslint-plugin-prettier": "4.2.1",
"jest": "^28.1.3",
"jest-cli": "28.1.3",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"lint-staged": "^12.5.0",
"next-transpile-modules": "^9.1.0",
Expand Down
Loading

0 comments on commit 57f7cf1

Please sign in to comment.