Skip to content

Commit

Permalink
Merge pull request #17 from CodeDead/release/v2.0.1
Browse files Browse the repository at this point in the history
Release/v2.0.1
  • Loading branch information
CodeDead committed Mar 21, 2024
2 parents ce28f98 + e6808fe commit 631d6cb
Show file tree
Hide file tree
Showing 8 changed files with 1,203 additions and 1,123 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
30 changes: 15 additions & 15 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "advanced-portchecker",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,32 +12,32 @@
"tbuild": "yarn tauri build"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/x-data-grid": "^6.19.4",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-data-grid": "^6.19.8",
"@tauri-apps/api": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@tauri-apps/cli": "^1.5.11",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.2",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}

0 comments on commit 631d6cb

Please sign in to comment.