Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 806edfc commit 6793137
Show file tree
Hide file tree
Showing 2 changed files with 759 additions and 595 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"@fontsource/roboto": "4.5.8",
"@hookform/resolvers": "2.9.11",
"@json-rpc-tools/utils": "1.7.6",
"@mui/icons-material": "5.14.6",
"@mui/lab": "5.0.0-alpha.141",
"@mui/material": "5.14.6",
"@mui/icons-material": "5.14.9",
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "5.14.9",
"@mui/x-data-grid": "5.17.26",
"@perawallet/connect": "1.3.1",
"@reduxjs/toolkit": "1.9.5",
"@txnlab/use-wallet": "2.1.1",
"@txnlab/use-wallet": "2.1.2",
"@walletconnect/modal-sign-html": "^2.5.5",
"algosdk": "2.5.0",
"axios": "1.4.0",
"axios": "1.5.0",
"next": "13.4.19",
"next-pwa": "5.6.0",
"nextjs-google-analytics": "2.3.3",
Expand All @@ -58,44 +58,44 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.7",
"react-number-format": "5.3.0",
"react-number-format": "5.3.1",
"react-redux": "8.1.2",
"react-tsparticles": "2.12.2",
"react-use": "17.4.0",
"swr": "2.2.1",
"swr": "2.2.2",
"tsparticles": "2.12.0",
"uuid": "9.0.0"
"uuid": "9.0.1"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@playwright/test": "1.37.1",
"@playwright/test": "1.38.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.4",
"@types/node": "18.17.11",
"@types/node": "18.17.16",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/redux-mock-store": "1.0.3",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"autoprefixer": "10.4.15",
"cd": "0.3.3",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.3.1",
"eslint": "8.47.0",
"eslint": "8.49.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",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "13.3.0",
"postcss": "8.4.28",
"prettier": "3.0.2",
"postcss": "8.4.29",
"prettier": "3.0.3",
"redux-mock-store": "1.5.4",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit 6793137

Please sign in to comment.