Skip to content

Commit 631d6cb

Browse files
authored
Merge pull request #17 from CodeDead/release/v2.0.1
Release/v2.0.1
2 parents ce28f98 + e6808fe commit 631d6cb

File tree

8 files changed

+1203
-1123
lines changed

8 files changed

+1203
-1123
lines changed

.yarn/releases/yarn-4.1.0.cjs renamed to .yarn/releases/yarn-4.1.1.cjs

Lines changed: 162 additions & 162 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.1.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "advanced-portchecker",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -12,32 +12,32 @@
1212
"tbuild": "yarn tauri build"
1313
},
1414
"dependencies": {
15-
"@emotion/react": "^11.11.3",
15+
"@emotion/react": "^11.11.4",
1616
"@emotion/styled": "^11.11.0",
17-
"@fontsource/roboto": "^5.0.8",
18-
"@mui/icons-material": "^5.15.10",
19-
"@mui/material": "^5.15.10",
20-
"@mui/x-data-grid": "^6.19.4",
17+
"@fontsource/roboto": "^5.0.12",
18+
"@mui/icons-material": "^5.15.14",
19+
"@mui/material": "^5.15.14",
20+
"@mui/x-data-grid": "^6.19.8",
2121
"@tauri-apps/api": "^1.5.3",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
24-
"react-router-dom": "^6.22.0"
24+
"react-router-dom": "^6.22.3"
2525
},
2626
"devDependencies": {
27-
"@tauri-apps/cli": "^1.5.9",
28-
"@types/react": "^18.2.55",
29-
"@types/react-dom": "^18.2.19",
27+
"@tauri-apps/cli": "^1.5.11",
28+
"@types/react": "^18.2.67",
29+
"@types/react-dom": "^18.2.22",
3030
"@vitejs/plugin-react": "^4.2.1",
31-
"eslint": "^8.56.0",
31+
"eslint": "^8.57.0",
3232
"eslint-config-airbnb": "^19.0.4",
3333
"eslint-plugin-import": "^2.29.1",
3434
"eslint-plugin-jsx-a11y": "^6.8.0",
35-
"eslint-plugin-react": "^7.33.2",
35+
"eslint-plugin-react": "^7.34.1",
3636
"eslint-plugin-react-hooks": "^4.6.0",
37-
"eslint-plugin-react-refresh": "^0.4.5",
38-
"vite": "^5.1.2",
37+
"eslint-plugin-react-refresh": "^0.4.6",
38+
"vite": "^5.2.2",
3939
"vite-plugin-eslint": "^1.8.1",
4040
"vite-plugin-svgr": "^4.2.0"
4141
},
42-
"packageManager": "yarn@4.1.0"
42+
"packageManager": "yarn@4.1.1"
4343
}

0 commit comments

Comments
 (0)