Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
262 changes: 131 additions & 131 deletions .yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "advanced-passgen",
"version": "2.4.2",
"version": "2.4.3",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@mui/system": "^5.14.9",
"@mui/x-data-grid": "^6.14.0",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/x-data-grid": "^6.16.1",
"@shopify/react-web-worker": "^5.0.13",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/api": "^1.5.0",
"crypto-js": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -42,20 +42,20 @@
"last 1 safari version"
]
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@vitejs/plugin-react": "^4.0.4",
"@tauri-apps/cli": "^1.5.2",
"@vitejs/plugin-react": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.2.0"
"vite-plugin-svgr": "^4.1.0"
}
}
Loading