Skip to content

Commit

Permalink
Merge pull request #46 from CodeDead/release/v2.3.0
Browse files Browse the repository at this point in the history
release/v2.3.0
  • Loading branch information
CodeDead authored Jan 8, 2023
2 parents 767b62f + a1085b6 commit 39b2f19
Show file tree
Hide file tree
Showing 37 changed files with 2,533 additions and 869 deletions.
510 changes: 263 additions & 247 deletions .yarn/releases/yarn-3.3.0.cjs → .yarn/releases/yarn-3.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.3.1.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ This library is maintained by CodeDead. You can find more about us using the fol
* [Twitter](https://twitter.com/C0DEDEAD/)
* [Facebook](https://facebook.com/deadlinecodedead/)

Copyright © 2022 CodeDead
Copyright © 2023 CodeDead
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"name": "advanced-passgen",
"version": "2.2.1",
"version": "2.3.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"@mui/material": "^5.11.3",
"@shopify/react-web-worker": "^5.0.6",
"@tauri-apps/api": "^1.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"crypto-js": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.5",
"react-router-dom": "^6.6.1",
"react-scripts": "^5.0.1",
"react-virtualized": "^9.22.3",
"uuid": "^9.0.0",
"web-vitals": "^3.1.0"
},
"scripts": {
Expand Down Expand Up @@ -45,11 +47,11 @@
"last 1 safari version"
]
},
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.3.1",
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.29.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
Expand Down
Loading

0 comments on commit 39b2f19

Please sign in to comment.