Skip to content

Commit

Permalink
chore: update dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed May 30, 2022
1 parent 5d7344a commit 25933c7
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 396 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"pre-commit": "npm-run-all --parallel tsc:check lint:check"
},
"dependencies": {
"@mui/icons-material": "^5.6.2",
"@mui/lab": "5.0.0-alpha.81",
"@mui/material": "^5.7.0",
"@mui/styled-engine-sc": "^5.7.0",
"@tauri-apps/api": "1.0.0-rc.5",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "5.0.0-alpha.83",
"@mui/material": "^5.8.1",
"@mui/styled-engine-sc": "^5.8.0",
"@tauri-apps/api": "1.0.0-rc.6",
"buffer": "^6.0.3",
"i18next": "^21.8.0",
"i18next": "^21.8.5",
"i18next-browser-languagedetector": "^6.1.4",
"qrcode.react": "^3.0.1",
"qrcode.react": "^3.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hot-toast": "^2.2.0",
Expand All @@ -35,29 +35,29 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@ptsecurity/commitlint-config": "^2.0.0",
"@tauri-apps/cli": "1.0.0-rc.10",
"@tauri-apps/cli": "1.0.0-rc.13",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.15.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"typescript": "^4.6.4",
"vite": "^2.9.8"
"typescript": "^4.7.2",
"vite": "^2.9.9"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 25933c7

Please sign in to comment.