Skip to content

Commit

Permalink
Merge pull request #70 from CodeDead/release/v2.4.1
Browse files Browse the repository at this point in the history
Release/v2.4.1
  • Loading branch information
CodeDead authored May 4, 2023
2 parents 0f80781 + 285f474 commit 299e7a6
Show file tree
Hide file tree
Showing 8 changed files with 1,985 additions and 1,308 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.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.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "advanced-passgen",
"version": "2.4.0",
"version": "2.4.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@mui/x-data-grid": "^6.0.3",
"@shopify/react-web-worker": "^5.0.11",
"@tauri-apps/api": "^1.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@mui/system": "^5.12.3",
"@mui/x-data-grid": "^6.3.0",
"@shopify/react-web-worker": "^5.0.12",
"@tauri-apps/api": "^1.3.0",
"crypto-js": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0"
"react-router-dom": "^6.11.1"
},
"scripts": {
"start": "vite",
Expand All @@ -41,20 +42,20 @@
"last 1 safari version"
]
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@vitejs/plugin-react": "^3.1.0",
"@tauri-apps/cli": "^1.3.0",
"@vitejs/plugin-react": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.37.0",
"eslint": "^8.39.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^4.2.1",
"vite": "^4.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^2.4.0"
"vite-plugin-svgr": "^3.2.0"
}
}
Loading

0 comments on commit 299e7a6

Please sign in to comment.