Skip to content

Commit

Permalink
Bumped/upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anasnadeemws committed Sep 4, 2024
1 parent 4053092 commit 36b76da
Show file tree
Hide file tree
Showing 2 changed files with 2,457 additions and 1,074 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,58 +40,58 @@
},
"pre-commit": "lint:staged",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "^11.10.5",
"@formatjs/intl-relativetimeformat": "^11.0.1",
"@ant-design/icons": "^4.8.3",
"@emotion/react": "11.13.3",
"@emotion/styled": "^11.13.0",
"@formatjs/intl-relativetimeformat": "^11.2.14",
"@formatjs/intl-utils": "^3.8.4",
"@testing-library/jest-dom": "^5.14.1",
"@webcomponents/shadydom": "^1.9.0",
"antd": "^4.20.6",
"apisauce": "^2.1.5",
"@testing-library/jest-dom": "^5.17.0",
"@webcomponents/shadydom": "^1.11.0",
"antd": "^4.24.16",
"apisauce": "^2.1.6",
"env-cmd": "^10.1.0",
"hoist-non-react-statics": "^3.3.2",
"immer": "^9.0.14",
"immer": "^9.0.21",
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"next": "12.1.6",
"next-images": "^1.8.4",
"next": "12.3.4",
"next-images": "^1.8.5",
"next-redux-wrapper": "^7.0.5",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-intl": "^6.0.3",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-saga": "^1.1.3",
"reduxsauce": "^1.2.1",
"reselect": "^4.1.5",
"styled-components": "^5.3.5"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "^6.6.8",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-saga": "^1.3.0",
"reduxsauce": "^1.3.0",
"reselect": "^4.1.8",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@emotion/babel-plugin": "11.10.5",
"@emotion/jest": "^11.10.5",
"@testing-library/react": "^13.2.0",
"axios-mock-adapter": "^1.20.0",
"babel-jest": "^28.1.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"@babel/core": "7.25.2",
"@emotion/babel-plugin": "11.12.0",
"@emotion/jest": "^11.13.0",
"@testing-library/react": "^13.4.0",
"axios-mock-adapter": "^1.22.0",
"babel-jest": "^28.1.3",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-immutable": "github:alichherawalla/eslint-plugin-immutable.git#6af48f5498ca1912b618c16bceab8c5464a92f1c",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.4.5",
"eslint-plugin-prettier": "4.0.0",
"jest": "^28.1.0",
"jest-cli": "28.1.0",
"jest-styled-components": "^7.0.8",
"lint-staged": "^12.4.2",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.6.2",
"react-floki": "^1.0.95",
"react-test-renderer": "^18.1.0",
"stylelint": "^14.8.4"
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "^28.1.3",
"jest-cli": "28.1.3",
"jest-styled-components": "^7.2.0",
"lint-staged": "^12.5.0",
"next-transpile-modules": "^9.1.0",
"prettier": "^2.8.8",
"react-floki": "^1.0.96",
"react-test-renderer": "^18.3.1",
"stylelint": "^14.16.1"
}
}
Loading

0 comments on commit 36b76da

Please sign in to comment.