Skip to content

Commit 39b2f19

Browse files
authored
Merge pull request #46 from CodeDead/release/v2.3.0
release/v2.3.0
2 parents 767b62f + a1085b6 commit 39b2f19

File tree

37 files changed

+2533
-869
lines changed

37 files changed

+2533
-869
lines changed

.yarn/releases/yarn-3.3.0.cjs renamed to .yarn/releases/yarn-3.3.1.cjs

Lines changed: 263 additions & 247 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.3.0.cjs
3+
yarnPath: .yarn/releases/yarn-3.3.1.cjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ This library is maintained by CodeDead. You can find more about us using the fol
9797
* [Twitter](https://twitter.com/C0DEDEAD/)
9898
* [Facebook](https://facebook.com/deadlinecodedead/)
9999

100-
Copyright © 2022 CodeDead
100+
Copyright © 2023 CodeDead

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
22
"name": "advanced-passgen",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.10.5",
77
"@emotion/styled": "^11.10.5",
88
"@fontsource/roboto": "^4.5.8",
99
"@mui/icons-material": "^5.11.0",
10-
"@mui/material": "^5.11.0",
10+
"@mui/material": "^5.11.3",
1111
"@shopify/react-web-worker": "^5.0.6",
1212
"@tauri-apps/api": "^1.2.0",
1313
"@testing-library/jest-dom": "^5.16.5",
1414
"@testing-library/react": "^13.4.0",
1515
"@testing-library/user-event": "^14.4.3",
16+
"crypto-js": "^4.1.1",
1617
"react": "^18.2.0",
1718
"react-dom": "^18.2.0",
18-
"react-router-dom": "^6.4.5",
19+
"react-router-dom": "^6.6.1",
1920
"react-scripts": "^5.0.1",
2021
"react-virtualized": "^9.22.3",
22+
"uuid": "^9.0.0",
2123
"web-vitals": "^3.1.0"
2224
},
2325
"scripts": {
@@ -45,11 +47,11 @@
4547
"last 1 safari version"
4648
]
4749
},
48-
"packageManager": "[email protected].0",
50+
"packageManager": "[email protected].1",
4951
"devDependencies": {
5052
"@tauri-apps/cli": "^1.2.2",
5153
"cross-env": "^7.0.3",
52-
"eslint": "^8.29.0",
54+
"eslint": "^8.31.0",
5355
"eslint-config-airbnb": "^19.0.4",
5456
"eslint-plugin-import": "^2.26.0",
5557
"eslint-plugin-jsx-a11y": "^6.6.1",

0 commit comments

Comments
 (0)