Skip to content

Commit

Permalink
chore: use new redux devtools package
Browse files Browse the repository at this point in the history
  • Loading branch information
kielllll committed Oct 30, 2024
1 parent 0127593 commit 2124af5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@babel/preset-react": "^7.18.6",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@redux-devtools/extension": "^3.3.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"@wordpress/env": "^10.10.0",
"babel-jest": "^29.7.0",
Expand Down Expand Up @@ -63,7 +64,6 @@
"jquery": "^3.6.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.6.1",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"sass": "^1.53.0",
"sass-loader": "^16.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/react/store/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Dependencies */
import { composeWithDevTools } from 'redux-devtools-extension'
import { composeWithDevTools } from '@redux-devtools/extension'
import { createStore, applyMiddleware } from 'redux'
import createSagaMiddleware from 'redux-saga'
/* Root Saga */
Expand Down
15 changes: 9 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,14 @@
"@parcel/watcher-win32-ia32" "2.4.1"
"@parcel/watcher-win32-x64" "2.4.1"

"@redux-devtools/extension@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@redux-devtools/extension/-/extension-3.3.0.tgz#bc775d289f15604c472112920beac2cf4dbb7907"
integrity sha512-X34S/rC8S/M1BIrkYD1mJ5f8vlH0BDqxXrs96cvxSBo4FhMdbhU+GUGsmNYov1xjSyLMHgo8NYrUG8bNX7525g==
dependencies:
"@babel/runtime" "^7.23.2"
immutable "^4.3.4"

"@redux-saga/core@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@redux-saga/core/-/core-1.3.0.tgz#2ce08b73d407fc6ea9e7f7d83d2e97d981a3a8b8"
Expand Down Expand Up @@ -5913,7 +5921,7 @@ ignore@^5.2.4:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==

immutable@^4.0.0:
immutable@^4.0.0, immutable@^4.3.4:
version "4.3.7"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381"
integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==
Expand Down Expand Up @@ -8975,11 +8983,6 @@ rechoir@^0.8.0:
dependencies:
resolve "^1.20.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-mock-store@^1.5.4:
version "1.5.5"
resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.5.tgz#ec3676663c081c4ca5a6a14f1ac193b56c3220eb"
Expand Down

0 comments on commit 2124af5

Please sign in to comment.