Skip to content

Commit

Permalink
Merge pull request #83 from CodeDead/release/v2.4.3
Browse files Browse the repository at this point in the history
Release/v2.4.3
  • Loading branch information
CodeDead authored Oct 8, 2023
2 parents ec7b163 + 7b18f0b commit d90addf
Show file tree
Hide file tree
Showing 7 changed files with 1,988 additions and 1,598 deletions.
426 changes: 213 additions & 213 deletions .yarn/releases/yarn-3.6.1.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.1.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"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.5",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@mui/system": "^5.14.1",
"@mui/x-data-grid": "^6.10.1",
"@fontsource/roboto": "^5.0.8",
"@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",
"react-router-dom": "^6.14.2"
"react-router-dom": "^6.16.0"
},
"scripts": {
"start": "vite",
Expand All @@ -42,20 +42,20 @@
"last 1 safari version"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@vitejs/plugin-react": "^4.0.3",
"@tauri-apps/cli": "^1.5.2",
"@vitejs/plugin-react": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^4.4.7",
"vite": "^4.4.11",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.2.0"
"vite-plugin-svgr": "^4.1.0"
}
}
Loading

0 comments on commit d90addf

Please sign in to comment.