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 Jun 18, 2024
1 parent 361d306 commit fac2eda
Show file tree
Hide file tree
Showing 4 changed files with 2,741 additions and 1,695 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/[email protected].0
- uses: pre-commit/[email protected].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.15
18.20
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
]
},
"dependencies": {
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.6",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.5",
"@fontsource/roboto": "4.5.8",
"@hookform/resolvers": "2.9.11",
"@mui/icons-material": "5.11.11",
"@mui/lab": "5.0.0-alpha.123",
"@mui/material": "5.11.13",
"@mui/icons-material": "5.15.20",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
"@mui/x-data-grid": "5.17.26",
"@perawallet/connect": "^1.0.7",
"@reduxjs/toolkit": "1.9.3",
"@reduxjs/toolkit": "1.9.7",
"algosdk": "1.24.1",
"axios": "1.3.4",
"csstype": "^3.1.1",
Expand All @@ -51,47 +51,47 @@
"nextjs-google-analytics": "2.3.3",
"notistack": "2.0.8",
"prop-types": "15.8.1",
"react": "18.2.0",
"react": "18.3.1",
"react-console-emulator": "^5.0.2",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-number-format": "4.9.4",
"react-redux": "8.0.5",
"react-tsparticles": "2.9.3",
"react-use": "17.4.0",
"react-redux": "8.1.3",
"react-tsparticles": "2.12.2",
"react-use": "17.5.0",
"swr": "1.3.0",
"tsparticles": "2.9.3",
"tsparticles": "2.12.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@playwright/test": "1.31.2",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@playwright/test": "1.44.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "18.19.36",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"autoprefixer": "10.4.14",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "10.4.19",
"cd": "0.3.3",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.7.0",
"eslint-import-resolver-typescript": "3.5.3",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"lint-staged": "13.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "13.3.0",
"postcss": "8.4.21",
"prettier": "2.8.5",
"ts-jest": "29.0.5",
"prettier": "2.8.8",
"ts-jest": "29.1.5",
"typescript": "4.9.5"
},
"config": {
Expand Down
Loading

0 comments on commit fac2eda

Please sign in to comment.