Skip to content

Commit

Permalink
Merge pull request #76 from CodeDead/release/2.4.2
Browse files Browse the repository at this point in the history
Version bump, dependency upgrades
  • Loading branch information
CodeDead authored Jul 20, 2023
2 parents c3f845e + 43f25d1 commit 0e59736
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-passgen",
"version": "2.4.1",
"version": "2.4.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
Expand All @@ -9,7 +9,7 @@
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@mui/system": "^5.14.1",
"@mui/x-data-grid": "^6.10.0",
"@mui/x-data-grid": "^6.10.1",
"@shopify/react-web-worker": "^5.0.13",
"@tauri-apps/api": "^1.4.0",
"crypto-js": "^4.1.1",
Expand Down Expand Up @@ -52,7 +52,7 @@
"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": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^4.4.5",
"vite-plugin-eslint": "^1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "advanced-passgen"
version = "2.4.1"
version = "2.4.2"
description = "Advanced PassGen can be used to quickly generate thousands of passwords"
authors = ["CodeDead <admin@codedead.com>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "advanced-passgen",
"version": "2.4.1"
"version": "2.4.2"
},
"tauri": {
"allowlist": {
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^5.13.6, @mui/utils@npm:^5.13.7, @mui/utils@npm:^5.14.1":
"@mui/utils@npm:^5.13.7, @mui/utils@npm:^5.14.1":
version: 5.14.1
resolution: "@mui/utils@npm:5.14.1"
dependencies:
Expand All @@ -2230,12 +2230,12 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-data-grid@npm:^6.10.0":
version: 6.10.0
resolution: "@mui/x-data-grid@npm:6.10.0"
"@mui/x-data-grid@npm:^6.10.1":
version: 6.10.1
resolution: "@mui/x-data-grid@npm:6.10.1"
dependencies:
"@babel/runtime": ^7.22.5
"@mui/utils": ^5.13.6
"@babel/runtime": ^7.22.6
"@mui/utils": ^5.13.7
clsx: ^1.2.1
prop-types: ^15.8.1
reselect: ^4.1.8
Expand All @@ -2244,7 +2244,7 @@ __metadata:
"@mui/system": ^5.4.1
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
checksum: 79925a325d0e8629d12da3949f2cf921d1e323f1aea6a7a5dd77652e37176663057943da40f857b75687068c528c8f69ef85b1dac0ea7e9d465255a97084150e
checksum: 7ae6335b8271cee51691400fb4d829e8d5c6b901f2d40752bc6d59fccd129d6a22590bbb0aa9d0487dc36068155acfbad45b5301ae82100eb8195ee578cd44ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -2931,7 +2931,7 @@ __metadata:
"@mui/icons-material": ^5.14.1
"@mui/material": ^5.14.1
"@mui/system": ^5.14.1
"@mui/x-data-grid": ^6.10.0
"@mui/x-data-grid": ^6.10.1
"@shopify/react-web-worker": ^5.0.13
"@tauri-apps/api": ^1.4.0
"@tauri-apps/cli": ^1.4.0
Expand All @@ -2943,7 +2943,7 @@ __metadata:
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: ^7.33.0
eslint-plugin-react-hooks: ^4.6.0
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -4055,9 +4055,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.27.1, eslint-plugin-react@npm:^7.32.2":
version: 7.32.2
resolution: "eslint-plugin-react@npm:7.32.2"
"eslint-plugin-react@npm:^7.27.1, eslint-plugin-react@npm:^7.33.0":
version: 7.33.0
resolution: "eslint-plugin-react@npm:7.33.0"
dependencies:
array-includes: ^3.1.6
array.prototype.flatmap: ^1.3.1
Expand All @@ -4072,11 +4072,11 @@ __metadata:
object.values: ^1.1.6
prop-types: ^15.8.1
resolve: ^2.0.0-next.4
semver: ^6.3.0
semver: ^6.3.1
string.prototype.matchall: ^4.0.8
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: 2232b3b8945aa50b7773919c15cd96892acf35d2f82503667a79e2f55def90f728ed4f0e496f0f157acbe1bd4397c5615b676ae7428fe84488a544ca53feb944
checksum: f3ce2978322efd3c698b802dabfad070109dd1935c4e468545992b82b5fb8257ea3ad56732330bb46643182a09560129a259b436952b3e2aa426947d3abd2b1a
languageName: node
linkType: hard

Expand Down

0 comments on commit 0e59736

Please sign in to comment.