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 21, 2023
1 parent 806edfc commit 50240e7
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 750 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17
18.18
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,62 +40,62 @@
"@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.145",
"@mui/material": "5.14.10",
"@mui/x-data-grid": "5.17.26",
"@perawallet/connect": "1.3.1",
"@perawallet/connect": "1.3.2",
"@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",
"next": "13.4.19",
"algosdk": "2.6.0",
"axios": "1.5.0",
"next": "13.5.2",
"next-pwa": "5.6.0",
"nextjs-google-analytics": "2.3.3",
"notistack": "3.0.1",
"prop-types": "15.8.1",
"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",
"@types/jest": "29.5.4",
"@types/node": "18.17.11",
"@types/react": "18.2.21",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.5",
"@types/node": "18.17.18",
"@types/react": "18.2.22",
"@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",
"autoprefixer": "10.4.15",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"autoprefixer": "10.4.16",
"cd": "0.3.3",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.3.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"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.30",
"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 50240e7

Please sign in to comment.