Skip to content

Commit 21458cd

Browse files
authored
Merge pull request #121 from CodeDead/release/v2.5.2
feat: version bump, dependency upgrades
2 parents 20c994f + fdd7aa9 commit 21458cd

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "advanced-passgen",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"private": true,
55
"type": "module",
66
"dependencies": {
@@ -35,7 +35,7 @@
3535
"packageManager": "[email protected]",
3636
"devDependencies": {
3737
"@tauri-apps/cli": "^1.6.2",
38-
"@vitejs/plugin-react": "^4.3.1",
38+
"@vitejs/plugin-react": "^4.3.2",
3939
"eslint": "^8.57.1",
4040
"eslint-config-airbnb": "^19.0.4",
4141
"eslint-config-react-app": "^7.0.1",

src-tauri/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "advanced-passgen"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
description = "Advanced PassGen can be used to quickly generate thousands of passwords"
55
authors = ["CodeDead <[email protected]>"]
66
license = "GPL-3.0-only"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "advanced-passgen",
11-
"version": "2.5.1"
11+
"version": "2.5.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __metadata:
3232
languageName: node
3333
linkType: hard
3434

35-
"@babel/core@npm:^7.16.0, @babel/core@npm:^7.21.3, @babel/core@npm:^7.24.5":
35+
"@babel/core@npm:^7.16.0, @babel/core@npm:^7.21.3, @babel/core@npm:^7.25.2":
3636
version: 7.25.2
3737
resolution: "@babel/core@npm:7.25.2"
3838
dependencies:
@@ -1215,7 +1215,7 @@ __metadata:
12151215
languageName: node
12161216
linkType: hard
12171217

1218-
"@babel/plugin-transform-react-jsx-self@npm:^7.24.5":
1218+
"@babel/plugin-transform-react-jsx-self@npm:^7.24.7":
12191219
version: 7.24.7
12201220
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.24.7"
12211221
dependencies:
@@ -1226,7 +1226,7 @@ __metadata:
12261226
languageName: node
12271227
linkType: hard
12281228

1229-
"@babel/plugin-transform-react-jsx-source@npm:^7.24.1":
1229+
"@babel/plugin-transform-react-jsx-source@npm:^7.24.7":
12301230
version: 7.24.7
12311231
resolution: "@babel/plugin-transform-react-jsx-source@npm:7.24.7"
12321232
dependencies:
@@ -3048,18 +3048,18 @@ __metadata:
30483048
languageName: node
30493049
linkType: hard
30503050

3051-
"@vitejs/plugin-react@npm:^4.3.1":
3052-
version: 4.3.1
3053-
resolution: "@vitejs/plugin-react@npm:4.3.1"
3051+
"@vitejs/plugin-react@npm:^4.3.2":
3052+
version: 4.3.2
3053+
resolution: "@vitejs/plugin-react@npm:4.3.2"
30543054
dependencies:
3055-
"@babel/core": "npm:^7.24.5"
3056-
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.5"
3057-
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.1"
3055+
"@babel/core": "npm:^7.25.2"
3056+
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.7"
3057+
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.7"
30583058
"@types/babel__core": "npm:^7.20.5"
30593059
react-refresh: "npm:^0.14.2"
30603060
peerDependencies:
30613061
vite: ^4.2.0 || ^5.0.0
3062-
checksum: 10c0/39a027feddfd6b3e307121d79631462ef1aae05714ba7a2f9a73d240d0f89c2bf281132568eb27b55d6ddaf08d86ad1bd8b0066090240e570de8c6320eb9a903
3062+
checksum: 10c0/945f357175bea45031dc98d379e63cd34cd60a51b3dd394b66138696625ac8b55bc913a23481f78bbe15ca558c21ea4699b936abbd8242003d7c0ad51d298727
30633063
languageName: node
30643064
linkType: hard
30653065

@@ -3102,7 +3102,7 @@ __metadata:
31023102
"@shopify/react-web-worker": "npm:^5.1.6"
31033103
"@tauri-apps/api": "npm:^1.6.0"
31043104
"@tauri-apps/cli": "npm:^1.6.2"
3105-
"@vitejs/plugin-react": "npm:^4.3.1"
3105+
"@vitejs/plugin-react": "npm:^4.3.2"
31063106
crypto-js: "npm:^4.2.0"
31073107
eslint: "npm:^8.57.1"
31083108
eslint-config-airbnb: "npm:^19.0.4"

0 commit comments

Comments
 (0)