Skip to content

Commit

Permalink
chore: update tauri v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed Jun 21, 2022
1 parent 97b7e5c commit 33e1236
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 548 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"pre-commit": "npm-run-all --parallel tsc:check lint:check"
},
"dependencies": {
"@mui/icons-material": "^5.8.3",
"@mui/lab": "5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "5.0.0-alpha.86",
"@mui/material": "^5.8.4",
"@mui/styled-engine-sc": "^5.8.0",
"@tauri-apps/api": "1.0.0-rc.6",
"@tauri-apps/api": "1.0.1",
"buffer": "^6.0.3",
"i18next": "^21.8.9",
"i18next": "^21.8.10",
"i18next-browser-languagedetector": "^6.1.4",
"qrcode.react": "^3.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.17.1",
"react-i18next": "^11.17.2",
"react-router-dom": "^6.3.0",
"react-window": "^1.8.7",
"styled-components": "^5.3.5",
Expand All @@ -38,25 +38,25 @@
"@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.12",
"@tauri-apps/cli": "1.0.0",
"@types/react": "^18.0.14",
"@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.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.17.0",
"eslint": "^8.18.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",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"typescript": "^4.7.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^2.9.12"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 33e1236

Please sign in to comment.