Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 24, 2023
2 parents b2cbc1a + cb6f4e5 commit 76b0dea
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
18.17
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@blockshake/defly-connect": "1.1.6",
"@daffiwallet/connect": "1.0.3",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "4.5.8",
"@hookform/resolvers": "2.9.11",
"@json-rpc-tools/utils": "1.7.6",
"@mui/icons-material": "5.11.16",
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.13.0",
"@mui/icons-material": "5.14.6",
"@mui/lab": "5.0.0-alpha.141",
"@mui/material": "5.14.6",
"@mui/x-data-grid": "5.17.26",
"@perawallet/connect": "1.3.1",
"@reduxjs/toolkit": "1.9.5",
Expand All @@ -58,47 +58,47 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.7",
"react-number-format": "5.1.4",
"react-redux": "8.0.5",
"react-number-format": "5.3.0",
"react-redux": "8.1.2",
"react-tsparticles": "2.12.2",
"react-use": "17.4.0",
"swr": "2.2.1",
"tsparticles": "2.12.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@playwright/test": "1.33.0",
"@testing-library/jest-dom": "5.16.5",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@playwright/test": "1.37.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.4",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/node": "18.17.11",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/redux-mock-store": "1.0.3",
"@types/uuid": "9.0.1",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"autoprefixer": "10.4.15",
"cd": "0.3.3",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"lint-staged": "13.2.2",
"postcss": "8.4.23",
"lint-staged": "13.3.0",
"postcss": "8.4.28",
"prettier": "3.0.2",
"redux-mock-store": "1.5.4",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"config": {
"commitizen": {
Expand Down
Loading

1 comment on commit 76b0dea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for algoworld-explorer ready!

✅ Preview
https://algoworld-explorer-3hab6wzv0-algoworldexplorer.vercel.app

Built with commit 76b0dea.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.