Skip to content

Commit 4736c1e

Browse files
authored
Merge pull request #48 from CodeDead/feature/upgrades
feat: Dependency upgrades, Yarn upgrade
2 parents 0d7dc52 + bd84533 commit 4736c1e

7 files changed

Lines changed: 1197 additions & 1184 deletions

File tree

.yarn/releases/yarn-4.8.1.cjs

Lines changed: 0 additions & 935 deletions
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.8.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@
1515
"@emotion/react": "^11.14.0",
1616
"@emotion/styled": "^11.14.0",
1717
"@fontsource/roboto": "^5.2.5",
18-
"@mui/icons-material": "^7.0.1",
19-
"@mui/material": "^7.0.1",
20-
"@mui/x-data-grid": "^7.28.2",
18+
"@mui/icons-material": "^7.0.2",
19+
"@mui/material": "^7.0.2",
20+
"@mui/x-data-grid": "^7.28.3",
2121
"@tauri-apps/api": "^2.4.1",
22-
"@tauri-apps/plugin-dialog": "^2.2.0",
22+
"@tauri-apps/plugin-dialog": "^2.2.1",
2323
"@tauri-apps/plugin-os": "^2.2.1",
2424
"react": "^19.1.0",
2525
"react-dom": "^19.1.0",
26-
"react-router-dom": "^7.4.1"
26+
"react-router-dom": "^7.5.0"
2727
},
2828
"devDependencies": {
2929
"@tauri-apps/cli": "^2.4.1",
30-
"@types/react": "^19.0.12",
31-
"@types/react-dom": "^19.0.4",
30+
"@types/react": "^19.1.1",
31+
"@types/react-dom": "^19.1.2",
3232
"@vitejs/plugin-react": "^4.3.4",
3333
"eslint": "^8.57.1",
3434
"eslint-config-airbnb": "^19.0.4",
3535
"eslint-plugin-import": "^2.31.0",
3636
"eslint-plugin-jsx-a11y": "^6.10.2",
37-
"eslint-plugin-react": "^7.37.4",
37+
"eslint-plugin-react": "^7.37.5",
3838
"eslint-plugin-react-hooks": "^5.2.0",
3939
"eslint-plugin-react-refresh": "^0.4.19",
40-
"vite": "^6.2.4",
40+
"vite": "^6.2.6",
4141
"vite-plugin-eslint": "^1.8.1",
4242
"vite-plugin-svgr": "^4.3.0"
4343
},
44-
"packageManager": "yarn@4.8.1"
44+
"packageManager": "yarn@4.9.1"
4545
}

src-tauri/Cargo.lock

Lines changed: 38 additions & 38 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0-only"
77
repository = "https://github.com/CodeDead/Advanced-PortChecker"
88
default-run = "advanced-portchecker"
99
edition = "2024"
10-
rust-version = "1.85.1"
10+
rust-version = "1.86.0"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

@@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
2020
tauri = { version = "2.4.1", features = [] }
2121
open = "5.3.2"
2222
chrono = "0.4.40"
23-
tauri-plugin-dialog = "2.2.0"
23+
tauri-plugin-dialog = "2.2.1"
2424
tauri-plugin-os = "2.2.1"
2525

2626
[features]

0 commit comments

Comments
 (0)