Skip to content

Commit

Permalink
bump version - add redux 5.0.0 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoravida committed Dec 14, 2023
1 parent f81f43d commit 2bf677a
Show file tree
Hide file tree
Showing 3 changed files with 2,569 additions and 1,439 deletions.
52 changes: 27 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-first-history",
"version": "5.1.1",
"version": "5.2.0",
"description": "Redux First History - Redux history binding support react-router - @reach/router - wouter",
"main": "build/es5/index.js",
"module": "build/es6/index.js",
Expand Down Expand Up @@ -43,34 +43,36 @@
"dependencies": {},
"peerDependencies": {
"history": "^4.7.2 || ^5.0",
"redux": "^3.6.0 || ^4.0.0"
"redux": "^3.6.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@reach/router": "^1.3.4",
"@testing-library/react": "^12.1.0",
"@testing-library/react": "^14.1.2",
"@types/history": "^4.7.9",
"@types/jest": "^27.0.2",
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"@types/node": "^20.10.4",
"@types/jest": "^29.5.11",
"@types/reach__router": "^1.3.14",
"@types/react": "^18.2.45",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"history": "^4.10.1",
"jest": "^27.2.1",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redux": "^4.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^4.2.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"sourceMap": true,
"strictNullChecks": true,
"traceResolution": false,
"watch": false
},
"include": ["./src"],
"exclude": ["node_modules"]
Expand Down
Loading

0 comments on commit 2bf677a

Please sign in to comment.