Skip to content

Commit af0658e

Browse files
fix(deps): update all non-major dependencies
1 parent 361d306 commit af0658e

File tree

4 files changed

+3264
-1772
lines changed

4 files changed

+3264
-1772
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/[email protected].0
39+
- uses: pre-commit/[email protected].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.15
1+
18.20

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -31,67 +31,67 @@
3131
]
3232
},
3333
"dependencies": {
34-
"@emotion/cache": "11.10.5",
35-
"@emotion/react": "11.10.6",
36-
"@emotion/server": "11.10.0",
37-
"@emotion/styled": "11.10.6",
34+
"@emotion/cache": "11.14.0",
35+
"@emotion/react": "11.14.0",
36+
"@emotion/server": "11.11.0",
37+
"@emotion/styled": "11.14.1",
3838
"@fontsource/roboto": "4.5.8",
3939
"@hookform/resolvers": "2.9.11",
40-
"@mui/icons-material": "5.11.11",
41-
"@mui/lab": "5.0.0-alpha.123",
42-
"@mui/material": "5.11.13",
40+
"@mui/icons-material": "5.18.0",
41+
"@mui/lab": "5.0.0-alpha.177",
42+
"@mui/material": "5.18.0",
4343
"@mui/x-data-grid": "5.17.26",
4444
"@perawallet/connect": "^1.0.7",
45-
"@reduxjs/toolkit": "1.9.3",
45+
"@reduxjs/toolkit": "1.9.7",
4646
"algosdk": "1.24.1",
4747
"axios": "1.3.4",
4848
"csstype": "^3.1.1",
4949
"next": "13.2.4",
5050
"next-pwa": "5.6.0",
51-
"nextjs-google-analytics": "2.3.3",
51+
"nextjs-google-analytics": "2.3.7",
5252
"notistack": "2.0.8",
5353
"prop-types": "15.8.1",
54-
"react": "18.2.0",
54+
"react": "18.3.1",
5555
"react-console-emulator": "^5.0.2",
56-
"react-dom": "18.2.0",
56+
"react-dom": "18.3.1",
5757
"react-number-format": "4.9.4",
58-
"react-redux": "8.0.5",
59-
"react-tsparticles": "2.9.3",
60-
"react-use": "17.4.0",
58+
"react-redux": "8.1.3",
59+
"react-tsparticles": "2.12.2",
60+
"react-use": "17.6.0",
6161
"swr": "1.3.0",
62-
"tsparticles": "2.9.3",
62+
"tsparticles": "2.12.0",
6363
"uuid": "8.3.2"
6464
},
6565
"devDependencies": {
66-
"@commitlint/cli": "17.4.4",
67-
"@commitlint/config-conventional": "17.4.4",
68-
"@playwright/test": "1.31.2",
69-
"@testing-library/jest-dom": "5.16.5",
70-
"@testing-library/react": "14.0.0",
71-
"@testing-library/user-event": "14.4.3",
72-
"@types/jest": "29.5.0",
73-
"@types/node": "18.15.3",
74-
"@types/react": "18.0.28",
75-
"@types/react-dom": "18.0.11",
66+
"@commitlint/cli": "17.8.1",
67+
"@commitlint/config-conventional": "17.8.1",
68+
"@playwright/test": "1.54.2",
69+
"@testing-library/jest-dom": "5.17.0",
70+
"@testing-library/react": "14.3.1",
71+
"@testing-library/user-event": "14.6.1",
72+
"@types/jest": "29.5.14",
73+
"@types/node": "18.19.123",
74+
"@types/react": "18.3.23",
75+
"@types/react-dom": "18.3.7",
7676
"@types/uuid": "8.3.4",
77-
"@typescript-eslint/eslint-plugin": "5.55.0",
78-
"@typescript-eslint/parser": "5.55.0",
79-
"autoprefixer": "10.4.14",
77+
"@typescript-eslint/eslint-plugin": "5.62.0",
78+
"@typescript-eslint/parser": "5.62.0",
79+
"autoprefixer": "10.4.21",
8080
"cd": "0.3.3",
81-
"commitizen": "4.3.0",
81+
"commitizen": "4.3.1",
8282
"cz-conventional-changelog": "3.3.0",
83-
"dotenv": "16.0.3",
84-
"eslint": "8.36.0",
85-
"eslint-config-next": "13.2.4",
86-
"eslint-config-prettier": "8.7.0",
87-
"eslint-import-resolver-typescript": "3.5.3",
88-
"eslint-plugin-prettier": "4.2.1",
89-
"jest": "29.5.0",
90-
"jest-environment-jsdom": "29.5.0",
91-
"lint-staged": "13.2.0",
83+
"dotenv": "16.6.1",
84+
"eslint": "8.57.1",
85+
"eslint-config-next": "13.5.11",
86+
"eslint-config-prettier": "8.10.2",
87+
"eslint-import-resolver-typescript": "3.10.1",
88+
"eslint-plugin-prettier": "4.2.5",
89+
"jest": "29.7.0",
90+
"jest-environment-jsdom": "29.7.0",
91+
"lint-staged": "13.3.0",
9292
"postcss": "8.4.21",
93-
"prettier": "2.8.5",
94-
"ts-jest": "29.0.5",
93+
"prettier": "2.8.8",
94+
"ts-jest": "29.4.1",
9595
"typescript": "4.9.5"
9696
},
9797
"config": {

0 commit comments

Comments
 (0)