Skip to content

Commit 299e7a6

Browse files
authored
Merge pull request #70 from CodeDead/release/v2.4.1
Release/v2.4.1
2 parents 0f80781 + 285f474 commit 299e7a6

File tree

8 files changed

+1985
-1308
lines changed

8 files changed

+1985
-1308
lines changed

.yarn/releases/yarn-3.5.0.cjs renamed to .yarn/releases/yarn-3.5.1.cjs

Lines changed: 266 additions & 266 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-3.5.0.cjs
3+
yarnPath: .yarn/releases/yarn-3.5.1.cjs

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "advanced-passgen",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"private": true,
55
"dependencies": {
6-
"@emotion/react": "^11.10.6",
7-
"@emotion/styled": "^11.10.6",
6+
"@emotion/react": "^11.10.8",
7+
"@emotion/styled": "^11.10.8",
88
"@fontsource/roboto": "^4.5.8",
9-
"@mui/icons-material": "^5.11.11",
10-
"@mui/material": "^5.11.15",
11-
"@mui/x-data-grid": "^6.0.3",
12-
"@shopify/react-web-worker": "^5.0.11",
13-
"@tauri-apps/api": "^1.2.0",
9+
"@mui/icons-material": "^5.11.16",
10+
"@mui/material": "^5.12.3",
11+
"@mui/system": "^5.12.3",
12+
"@mui/x-data-grid": "^6.3.0",
13+
"@shopify/react-web-worker": "^5.0.12",
14+
"@tauri-apps/api": "^1.3.0",
1415
"crypto-js": "^4.1.1",
1516
"react": "^18.2.0",
1617
"react-dom": "^18.2.0",
17-
"react-router-dom": "^6.9.0"
18+
"react-router-dom": "^6.11.1"
1819
},
1920
"scripts": {
2021
"start": "vite",
@@ -41,20 +42,20 @@
4142
"last 1 safari version"
4243
]
4344
},
44-
"packageManager": "yarn@3.5.0",
45+
"packageManager": "yarn@3.5.1",
4546
"devDependencies": {
46-
"@tauri-apps/cli": "^1.2.3",
47-
"@vitejs/plugin-react": "^3.1.0",
47+
"@tauri-apps/cli": "^1.3.0",
48+
"@vitejs/plugin-react": "^4.0.0",
4849
"cross-env": "^7.0.3",
49-
"eslint": "^8.37.0",
50+
"eslint": "^8.39.0",
5051
"eslint-config-airbnb": "^19.0.4",
5152
"eslint-config-react-app": "^7.0.1",
5253
"eslint-plugin-import": "^2.27.5",
5354
"eslint-plugin-jsx-a11y": "^6.7.1",
5455
"eslint-plugin-react": "^7.32.2",
5556
"eslint-plugin-react-hooks": "^4.6.0",
56-
"vite": "^4.2.1",
57+
"vite": "^4.3.4",
5758
"vite-plugin-eslint": "^1.8.1",
58-
"vite-plugin-svgr": "^2.4.0"
59+
"vite-plugin-svgr": "^3.2.0"
5960
}
6061
}

0 commit comments

Comments
 (0)