Skip to content

Commit

Permalink
Update redux
Browse files Browse the repository at this point in the history
  • Loading branch information
alchaplinsky committed Jan 29, 2023
1 parent 7ac77c7 commit dc0cc77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Modern, Lightweight, Fast and Free Password Manager",
"repository": "https://github.com/alchaplinsky/swifty.git",
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@reduxjs/toolkit": "^1.9.2",
"@swiftyapp/cryptor": "^1.1.2",
"classnames": "^2.3.1",
"electron-log": "^4.4.8",
Expand All @@ -25,7 +25,7 @@
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-tagsinput": "^3.19.0",
"redux": "^4.2.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"remove": "^0.1.5",
"shortid": "^2.2.16",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1540,10 +1540,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@reduxjs/toolkit@^1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.1.tgz#4c34dc4ddcec161535288c60da5c19c3ef15180e"
integrity sha512-HikrdY+IDgRfRYlCTGUQaiCxxDDgM1mQrRbZ6S1HFZX5ZYuJ4o8EstNmhTwHdPl2rTmLxzwSu0b3AyeyTlR+RA==
"@reduxjs/toolkit@^1.9.2":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.2.tgz#4cd153491118038e2eebcb63b2264e42a8a2d74c"
integrity sha512-5ZAZ7hwAKWSii5T6NTPmgIBUqyVdlDs+6JjThz6J6dmHLDm6zCzv2OjHIFAi3Vvs1qjmXU0bm6eBojukYXjVMQ==
dependencies:
immer "^9.0.16"
redux "^4.2.0"
Expand Down Expand Up @@ -7185,6 +7185,13 @@ redux@^4.2.0:
dependencies:
"@babel/runtime" "^7.9.2"

redux@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"
integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
dependencies:
"@babel/runtime" "^7.9.2"

regenerate-unicode-properties@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c"
Expand Down

0 comments on commit dc0cc77

Please sign in to comment.