@xyo-network/react-error 2.81.5 → 2.81.7
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -10,11 +10,11 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-button": "^3.4.
|
14
|
-
"@xylabs/react-flexbox": "^3.4.
|
15
|
-
"@xylabs/react-shared": "^3.4.
|
16
|
-
"@xyo-network/payload-model": "^2.110.
|
17
|
-
"react-router-dom": "^6.
|
13
|
+
"@xylabs/react-button": "^3.4.1",
|
14
|
+
"@xylabs/react-flexbox": "^3.4.1",
|
15
|
+
"@xylabs/react-shared": "^3.4.1",
|
16
|
+
"@xyo-network/payload-model": "^2.110.7",
|
17
|
+
"react-router-dom": "^6.25.1"
|
18
18
|
},
|
19
19
|
"peerDependencies": {
|
20
20
|
"@mui/icons-material": "^5",
|
@@ -26,8 +26,8 @@
|
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
28
|
"@storybook/react": "^7.6.20",
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^3.12.
|
30
|
-
"@xylabs/tsconfig-react": "^3.12.
|
29
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.4",
|
30
|
+
"@xylabs/tsconfig-react": "^3.12.4",
|
31
31
|
"typescript": "^5.5.3"
|
32
32
|
},
|
33
33
|
"peerDependenciesMeta": {
|
@@ -86,6 +86,6 @@
|
|
86
86
|
},
|
87
87
|
"sideEffects": false,
|
88
88
|
"types": "dist/browser/index.d.ts",
|
89
|
-
"version": "2.81.
|
89
|
+
"version": "2.81.7",
|
90
90
|
"type": "module"
|
91
91
|
}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
import { Alert } from '@mui/material'
|
3
3
|
import { Meta, StoryFn } from '@storybook/react'
|
4
4
|
|
5
|
-
import { ThrownErrorBoundary } from './ThrownErrorBoundary'
|
5
|
+
import { ThrownErrorBoundary } from './ThrownErrorBoundary.js'
|
6
6
|
|
7
7
|
const StorybookEntry: Meta = {
|
8
8
|
component: ThrownErrorBoundary,
|
@@ -2,8 +2,8 @@ import { Typography } from '@mui/material'
|
|
2
2
|
import { Meta, StoryFn } from '@storybook/react'
|
3
3
|
import Rollbar from 'rollbar'
|
4
4
|
|
5
|
-
import { ErrorReporterProvider } from './Provider'
|
6
|
-
import { useRollbar } from './useRollbar'
|
5
|
+
import { ErrorReporterProvider } from './Provider.js'
|
6
|
+
import { useRollbar } from './useRollbar.js'
|
7
7
|
|
8
8
|
const StorybookEntry = {
|
9
9
|
argTypes: {},
|