Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 04bb54c commit 8ae9e6b
Show file tree
Hide file tree
Showing 4 changed files with 1,290 additions and 659 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run TypeScript lint
run: yarn lint

- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
name: 'Run pre-commit checks'
with:
extra_args: --all-files --show-diff-on-failure
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17
18.20
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,73 +34,73 @@
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@emotion/styled": "11.13.0",
"@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.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/x-data-grid": "5.17.26",
"@perawallet/connect": "^1.3.1",
"@reduxjs/toolkit": "1.9.5",
"@reduxjs/toolkit": "1.9.7",
"@txnlab/use-wallet": "^2.1.1",
"@walletconnect/modal-sign-html": "^2.5.5",
"algosdk": "^2.5.0",
"axios": "1.4.0",
"next": "13.4.19",
"next-pwa": "5.6.0",
"nextjs-google-analytics": "2.3.3",
"nextjs-google-analytics": "2.3.7",
"notistack": "3.0.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "8.0.7",
"react-number-format": "5.3.0",
"react-redux": "8.1.2",
"react-number-format": "5.4.2",
"react-redux": "8.1.3",
"react-tsparticles": "2.12.2",
"react-use": "17.4.0",
"swr": "2.2.1",
"react-use": "17.5.1",
"swr": "2.2.5",
"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",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@playwright/test": "1.47.2",
"@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",
"@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",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/node": "18.19.50",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/redux-mock-store": "1.0.6",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "10.4.20",
"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-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",
"dotenv": "16.4.5",
"eslint": "8.57.1",
"eslint-config-next": "13.5.7",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "13.3.0",
"node-fetch": "^2.0.0",
"postcss": "8.4.28",
"prettier": "3.0.2",
"prettier": "3.3.3",
"redux-mock-store": "1.5.4",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"ts-jest": "29.2.5",
"typescript": "5.6.2"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 8ae9e6b

Please sign in to comment.