Skip to content

Commit fa16b85

Browse files
fix(deps): update all non-major dependencies
1 parent 04bb54c commit fa16b85

File tree

4 files changed

+2336
-1460
lines changed

4 files changed

+2336
-1460
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run TypeScript lint
3737
run: yarn lint
3838

39-
- uses: pre-commit/action@v3.0.0
39+
- uses: pre-commit/action@v3.0.1
4040
name: 'Run pre-commit checks'
4141
with:
4242
extra_args: --all-files --show-diff-on-failure

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17
1+
18.20

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -34,73 +34,73 @@
3434
"dependencies": {
3535
"@blockshake/defly-connect": "^1.1.6",
3636
"@daffiwallet/connect": "^1.0.3",
37-
"@emotion/cache": "11.11.0",
38-
"@emotion/react": "11.11.1",
37+
"@emotion/cache": "11.14.0",
38+
"@emotion/react": "11.14.0",
3939
"@emotion/server": "11.11.0",
40-
"@emotion/styled": "11.11.0",
40+
"@emotion/styled": "11.14.1",
4141
"@fontsource/roboto": "4.5.8",
4242
"@hookform/resolvers": "2.9.11",
4343
"@json-rpc-tools/utils": "^1.7.6",
44-
"@mui/icons-material": "5.14.6",
45-
"@mui/lab": "5.0.0-alpha.141",
46-
"@mui/material": "5.14.6",
44+
"@mui/icons-material": "5.18.0",
45+
"@mui/lab": "5.0.0-alpha.177",
46+
"@mui/material": "5.18.0",
4747
"@mui/x-data-grid": "5.17.26",
4848
"@perawallet/connect": "^1.3.1",
49-
"@reduxjs/toolkit": "1.9.5",
49+
"@reduxjs/toolkit": "1.9.7",
5050
"@txnlab/use-wallet": "^2.1.1",
5151
"@walletconnect/modal-sign-html": "^2.5.5",
5252
"algosdk": "^2.5.0",
5353
"axios": "1.4.0",
5454
"next": "13.4.19",
5555
"next-pwa": "5.6.0",
56-
"nextjs-google-analytics": "2.3.3",
57-
"notistack": "3.0.1",
56+
"nextjs-google-analytics": "2.3.7",
57+
"notistack": "3.0.2",
5858
"prop-types": "15.8.1",
59-
"react": "18.2.0",
60-
"react-dom": "18.2.0",
59+
"react": "18.3.1",
60+
"react-dom": "18.3.1",
6161
"react-markdown": "8.0.7",
62-
"react-number-format": "5.3.0",
63-
"react-redux": "8.1.2",
62+
"react-number-format": "5.4.4",
63+
"react-redux": "8.1.3",
6464
"react-tsparticles": "2.12.2",
65-
"react-use": "17.4.0",
66-
"swr": "2.2.1",
65+
"react-use": "17.6.0",
66+
"swr": "2.3.8",
6767
"tsparticles": "2.12.0",
68-
"uuid": "9.0.0"
68+
"uuid": "9.0.1"
6969
},
7070
"devDependencies": {
71-
"@commitlint/cli": "17.7.1",
72-
"@commitlint/config-conventional": "17.7.0",
73-
"@playwright/test": "1.37.1",
71+
"@commitlint/cli": "17.8.1",
72+
"@commitlint/config-conventional": "17.8.1",
73+
"@playwright/test": "1.57.0",
7474
"@testing-library/jest-dom": "5.17.0",
75-
"@testing-library/react": "14.0.0",
76-
"@testing-library/user-event": "14.4.3",
77-
"@types/jest": "29.5.4",
78-
"@types/node": "18.17.11",
79-
"@types/react": "18.2.21",
80-
"@types/react-dom": "18.2.7",
81-
"@types/redux-mock-store": "1.0.3",
82-
"@types/uuid": "9.0.2",
83-
"@typescript-eslint/eslint-plugin": "6.4.1",
84-
"@typescript-eslint/parser": "6.4.1",
85-
"autoprefixer": "10.4.15",
75+
"@testing-library/react": "14.3.1",
76+
"@testing-library/user-event": "14.6.1",
77+
"@types/jest": "29.5.14",
78+
"@types/node": "18.19.130",
79+
"@types/react": "18.3.27",
80+
"@types/react-dom": "18.3.7",
81+
"@types/redux-mock-store": "1.5.0",
82+
"@types/uuid": "9.0.8",
83+
"@typescript-eslint/eslint-plugin": "6.21.0",
84+
"@typescript-eslint/parser": "6.21.0",
85+
"autoprefixer": "10.4.23",
8686
"cd": "0.3.3",
87-
"commitizen": "4.3.0",
87+
"commitizen": "4.3.1",
8888
"cz-conventional-changelog": "3.3.0",
89-
"dotenv": "16.3.1",
90-
"eslint": "8.47.0",
91-
"eslint-config-next": "13.4.19",
92-
"eslint-config-prettier": "9.0.0",
93-
"eslint-import-resolver-typescript": "3.6.0",
94-
"eslint-plugin-prettier": "5.0.0",
95-
"jest": "29.6.4",
96-
"jest-environment-jsdom": "29.6.4",
89+
"dotenv": "16.6.1",
90+
"eslint": "8.57.1",
91+
"eslint-config-next": "13.5.11",
92+
"eslint-config-prettier": "9.1.2",
93+
"eslint-import-resolver-typescript": "3.10.1",
94+
"eslint-plugin-prettier": "5.5.4",
95+
"jest": "29.7.0",
96+
"jest-environment-jsdom": "29.7.0",
9797
"lint-staged": "13.3.0",
9898
"node-fetch": "^2.0.0",
9999
"postcss": "8.4.28",
100-
"prettier": "3.0.2",
101-
"redux-mock-store": "1.5.4",
102-
"ts-jest": "29.1.1",
103-
"typescript": "5.2.2"
100+
"prettier": "3.7.4",
101+
"redux-mock-store": "1.5.5",
102+
"ts-jest": "29.4.6",
103+
"typescript": "5.9.3"
104104
},
105105
"config": {
106106
"commitizen": {

0 commit comments

Comments
 (0)