manifold-dx-redirect-dx
Advanced tools
Comparing version 1.2.0 to 1.2.33
@@ -18,3 +18,3 @@ import * as React from 'react'; | ||
export declare const render: { | ||
redirect: (props: RouteRedirectDxViewProps, historyMax?: number | undefined) => JSX.Element; | ||
redirect: (props: RouteRedirectDxViewProps, historyMax?: number) => JSX.Element; | ||
nothing: () => null; | ||
@@ -21,0 +21,0 @@ }; |
@@ -121,3 +121,3 @@ "use strict"; | ||
exports.RedirectDxView = RedirectDxView; | ||
exports.WithRouterRedirectDx = react_router_1.withRouter(exports.RedirectDxView); | ||
exports.WithRouterRedirectDx = (0, react_router_1.withRouter)(exports.RedirectDxView); | ||
/** | ||
@@ -167,3 +167,3 @@ * The component the app should subclass to redirect based upon the URL as maintained in manifold-dx's app state. | ||
}; | ||
mappingActions.push(manifold_dx_1.getMappingActionCreator(this.props.redirectDxState, this.props.redirectDxProp) | ||
mappingActions.push((0, manifold_dx_1.getMappingActionCreator)(this.props.redirectDxState, this.props.redirectDxProp) | ||
// @ts-ignore manifold-dx uses ExtractMatching (mapped conditional types) for exhaustive source/target | ||
@@ -170,0 +170,0 @@ // type-matching we don't need, by defn `redirectDxProp: Extract<keyof S, string>;` ie, string to string |
{ | ||
"name": "manifold-dx-redirect-dx", | ||
"version": "1.2.0", | ||
"version": "1.2.33", | ||
"description": "", | ||
@@ -98,4 +98,4 @@ "keywords": [ | ||
"@types/enzyme": "^3.1.15", | ||
"@types/jest": "^23.3.2", | ||
"@types/jsdom": "^12.2.1", | ||
"@types/jest": "^27.5.2", | ||
"@types/jsdom": "^16.2.15", | ||
"@types/node": "^16.11.6", | ||
@@ -112,11 +112,11 @@ "@types/react": "17.0.34", | ||
"husky": "^1.0.1", | ||
"jest": "^23.6.0", | ||
"jest-config": "^23.6.0", | ||
"jest": "^26.6.3", | ||
"jest-config": "^26.6.3", | ||
"jsdom": "^13.2.0", | ||
"lint-staged": "^8.0.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"manifold-dx": "^1.1.28", | ||
"manifold-dx": "^1.1.33", | ||
"prettier": "^1.14.3", | ||
"prompt": "^1.0.0", | ||
"react": "17.0.2", | ||
"react": "^17.0.2", | ||
"react-dom": "17.0.2", | ||
@@ -134,3 +134,3 @@ "react-router": "5.1.2", | ||
"travis-deploy-once": "^5.0.9", | ||
"ts-jest": "^23.10.2", | ||
"ts-jest": "^26.5.6", | ||
"ts-node": "^7.0.1", | ||
@@ -141,9 +141,8 @@ "tslint": "^5.11.0", | ||
"tslint-react": "^3.6.0", | ||
"typedoc": "^0.12.0", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.7.4" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^3.7.7 - ^4.3.5", | ||
"typescript": "^3.7.7 - ^4.7.4", | ||
"@types/react-router": "^4.4.3 - 5.1.17", | ||
"manifold-dx": "^0.9.3 - ^1.1", | ||
"manifold-dx": "^0.9.3 - ^1.1.33", | ||
"react-router": "^4.3.1 - ^5.1.2", | ||
@@ -150,0 +149,0 @@ "react": "15.6.0 - 17.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54883
44