Skip to content

Commit

Permalink
Replace dependency redux-devtools-extension with @redux-devtools/exte…
Browse files Browse the repository at this point in the history
…nsion 3.0.0
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent d8f0f2b commit 42f5b7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/webpack-env": "1.16.3",
"eslint-plugin-testing-library": "3.10.2",
"react-scripts": "5.0.1",
"redux-devtools-extension": "2.13.9"
"@redux-devtools/extension": "3.0.0"
},
"eslintConfig": {
"extends": [
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4087,6 +4087,11 @@
"@react-spring/shared" "~9.2.0"
"@react-spring/types" "~9.2.0"

"@redux-devtools/extension@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@redux-devtools/extension/-/extension-3.0.0.tgz#70fe453703ac81bb22ff6ea72612533e712d8556"
integrity sha512-oWFp1zIiqn8H/AbFw+pJnM3b2YKdRSzB+NycomEuMgxYPcn46iiIN/RJ4TucXfI8CR8QRbWpiBrAXSwY6GC92A==

"@reduxjs/toolkit@1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.7.1.tgz#994962aeb7df3c77be343dd2ad1aa48221dbaa0c"
Expand Down Expand Up @@ -15872,11 +15877,6 @@ redeyed@~2.1.0:
dependencies:
esprima "~4.0.0"

redux-devtools-extension@2.13.9:
version "2.13.9"
resolved "https://registry.yarnpkg.com/redux-devtools-extension/-/redux-devtools-extension-2.13.9.tgz#6b764e8028b507adcb75a1cae790f71e6be08ae7"
integrity sha512-cNJ8Q/EtjhQaZ71c8I9+BPySIBVEKssbPpskBfsXqb8HJ002A3KRVHfeRzwRo6mGPqsm7XuHTqNSNeS1Khig0A==

redux-thunk@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.1.tgz#0dd8042cf47868f4b29699941de03c9301a75714"
Expand Down

0 comments on commit 42f5b7b

Please sign in to comment.