@servicetitan/error-boundary
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ import { Component, ComponentType, PropsWithChildren } from 'react'; | ||
} | ||
declare type ErrorBoundaryProps = PropsWithChildren<{ | ||
type ErrorBoundaryProps = PropsWithChildren<{ | ||
moduleName: string; | ||
@@ -8,0 +8,0 @@ fallback?: ComponentType<FallbackProps>; |
{ | ||
"name": "@servicetitan/error-boundary", | ||
"version": "23.6.0", | ||
"version": "24.0.0", | ||
"description": "", | ||
@@ -19,4 +19,4 @@ "homepage": "https://docs.st.dev/docs/frontend/error-boundary", | ||
"devDependencies": { | ||
"@servicetitan/log-service": "23.6.0", | ||
"@servicetitan/react-ioc": "23.6.0", | ||
"@servicetitan/log-service": "24.0.0", | ||
"@servicetitan/react-ioc": "24.0.0", | ||
"@types/react": "~18.3.0", | ||
@@ -26,4 +26,4 @@ "react": "~18.3.1" | ||
"peerDependencies": { | ||
"@servicetitan/log-service": "23.6.0", | ||
"@servicetitan/react-ioc": "23.6.0", | ||
"@servicetitan/log-service": "24.0.0", | ||
"@servicetitan/react-ioc": "24.0.0", | ||
"react": ">=17.0.2" | ||
@@ -37,3 +37,3 @@ }, | ||
}, | ||
"gitHead": "d7e765992dd65d46e2dca48c150bd611af6a034f" | ||
"gitHead": "7cd2407a9025cfb84bddbd1241eaa7fd40311cb8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8965
33.33%7
16.67%162
48.62%