Skip to content

Commit

Permalink
fix(deps): update dependency redux-thunk to v3 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Dec 26, 2023
1 parent f5c004f commit b9c836c
Show file tree
Hide file tree
Showing 6 changed files with 4,017 additions and 3,995 deletions.
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.7.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

npmPublishAccess: public
Expand All @@ -12,4 +16,4 @@ packageExtensions:
postcss:
optional: true

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/sabertazimi/dblp/issues"
},
"homepage": "https://github.com/sabertazimi/dblp",
"packageManager": "yarn@3.7.0",
"packageManager": "yarn@4.0.2",
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down Expand Up @@ -69,6 +69,6 @@
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"redux-thunk": "^2.4.2"
"redux-thunk": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { applyMiddleware, compose, createStore } from 'redux';
import thunkMiddleware from 'redux-thunk';
import { thunk as thunkMiddleware } from 'redux-thunk';
import createRootReducer from '../reducers';

const middleware = [];
Expand Down
Loading

0 comments on commit b9c836c

Please sign in to comment.