Skip to content

Commit

Permalink
Merge pull request #23 from wednesday-solutions/feat/dependenciesUpgr…
Browse files Browse the repository at this point in the history
…adation

feat/dependencies upgradation
  • Loading branch information
anasnadeemws authored Sep 4, 2024
2 parents c696228 + 36b76da commit d303216
Show file tree
Hide file tree
Showing 6 changed files with 15,420 additions and 11,710 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
/.next/
/out/

# .yarn
.yarn/*

# production
/build

Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
127 changes: 42 additions & 85 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,101 +40,58 @@
},
"pre-commit": "lint:staged",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "^11.10.5",
"@formatjs/cli": "^5.0.1",
"@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",
"chalk": "5.0.1",
"crypto-js": "^4.1.1",
"@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",
"https": "^1.0.0",
"immer": "^9.0.14",
"immutable": "^4.1.0",
"intl": "^1.2.5",
"intl-locales-supported": "^1.8.12",
"immer": "^9.0.21",
"invariant": "^2.2.4",
"ip": "1.1.8",
"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",
"object-hash": "^3.0.0",
"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-persist": "^6.0.0",
"redux-persist-transform-immutable": "^5.0.0",
"redux-saga": "^1.1.3",
"reduxsauce": "^1.2.1",
"reselect": "^4.1.5",
"styled-components": "^5.3.5",
"ua-parser-js": "^1.0.2"
"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",
"@next/eslint-plugin-next": "^12.1.6",
"@testing-library/react": "^13.2.0",
"axios-mock-adapter": "^1.20.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.0",
"babel-plugin-import": "^1.13.5",
"babel-plugin-styled-components": "^2.0.7",
"cross-spawn": "^7.0.3",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier-standard": "^4.0.1",
"eslint-config-standard": "17.0.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-import-resolver-webpack": "0.13.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-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-redux-saga": "1.3.2",
"eslint-plugin-standard": "5.0.0",
"gh-pages": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.0",
"jest-cli": "28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-styled-components": "^7.0.8",
"lint-staged": "^12.4.2",
"next-transpile-modules": "^9.0.0",
"pre-commit": "^1.2.2",
"prettier": "^2.6.2",
"prettier-config-standard": "^5.0.0",
"prettier-standard": "^16.4.1",
"react-floki": "^1.0.95",
"react-router": "^6.3.0",
"react-test-renderer": "^18.1.0",
"react-testing-library": "^8.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"stylelint": "^14.8.4",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
"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 d303216

Please sign in to comment.