Skip to content

Commit

Permalink
Add yarn redux extension
Browse files Browse the repository at this point in the history
  • Loading branch information
stefba committed May 21, 2024
1 parent 0b6387a commit 31ec7bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@mui/styles": "^5.13.2",
"@redux-devtools/extension": "^3.3.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2815,6 +2815,18 @@ __metadata:
languageName: node
linkType: hard

"@redux-devtools/extension@npm:^3.3.0":
version: 3.3.0
resolution: "@redux-devtools/extension@npm:3.3.0"
dependencies:
"@babel/runtime": "npm:^7.23.2"
immutable: "npm:^4.3.4"
peerDependencies:
redux: ^3.1.0 || ^4.0.0 || ^5.0.0
checksum: 10c0/a582d26687fdcbb9fc98181a6a28c7e286a6a74f35f5bba181b9b8b766029d34754bd8f8e60acaa757a34aca385056783d2efb95f943282f2ee66039931c942f
languageName: node
linkType: hard

"@remix-run/router@npm:1.16.0":
version: 1.16.0
resolution: "@remix-run/router@npm:1.16.0"
Expand Down Expand Up @@ -7977,6 +7989,13 @@ __metadata:
languageName: node
linkType: hard

"immutable@npm:^4.3.4":
version: 4.3.6
resolution: "immutable@npm:4.3.6"
checksum: 10c0/7d0952a768b4fadcee47230ed86dc9505a4517095eceaf5a47e65288571c42400c6e4a2ae21eca4eda957cb7bc50720213135b62cf6a181639111f8acae128c3
languageName: node
linkType: hard

"import-fresh@npm:^3.1.0, import-fresh@npm:^3.2.1":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
Expand Down Expand Up @@ -10492,6 +10511,7 @@ __metadata:
"@mui/icons-material": "npm:^5.15.17"
"@mui/material": "npm:^5.15.17"
"@mui/styles": "npm:^5.13.2"
"@redux-devtools/extension": "npm:^3.3.0"
"@testing-library/jest-dom": "npm:^4.2.4"
"@testing-library/react": "npm:^9.3.2"
"@testing-library/user-event": "npm:^7.1.2"
Expand Down

0 comments on commit 31ec7bf

Please sign in to comment.