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 Jun 12, 2022
1 parent 25933c7 commit 97b7e5c
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 141 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,49 +15,49 @@
"pre-commit": "npm-run-all --parallel tsc:check lint:check"
},
"dependencies": {
"@mui/icons-material": "^5.8.0",
"@mui/lab": "5.0.0-alpha.83",
"@mui/material": "^5.8.1",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"@mui/styled-engine-sc": "^5.8.0",
"@tauri-apps/api": "1.0.0-rc.6",
"buffer": "^6.0.3",
"i18next": "^21.8.5",
"i18next": "^21.8.9",
"i18next-browser-languagedetector": "^6.1.4",
"qrcode.react": "^3.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.16.9",
"react-i18next": "^11.17.1",
"react-router-dom": "^6.3.0",
"react-window": "^1.8.7",
"styled-components": "^5.3.5",
"tauri-plugin-stronghold-api": "link:./tauri-plugin-stronghold",
"uuid": "^8.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@ptsecurity/commitlint-config": "^2.0.0",
"@tauri-apps/cli": "1.0.0-rc.13",
"@types/react": "^18.0.9",
"@types/react": "^18.0.12",
"@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.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"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.7.2",
"vite": "^2.9.9"
"typescript": "^4.7.3",
"vite": "^2.9.12"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 97b7e5c

Please sign in to comment.