@etsoo/materialui 1.0.15 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@ import { CoreApp, IActionResult, IApp, IAppSettings, ICoreApp, IUser } from '@et
2
2
  import { NotificationRenderProps, NotificationReturn } from '@etsoo/notificationbase';
3
3
  import { DataTypes } from '@etsoo/shared';
4
4
  import React from 'react';
5
- import { History } from 'history';
6
5
  import { CultureAction, CultureState, INotificationReact, InputDialogProps, IPageData, IStateProps, NotificationReactCallProps, PageAction, PageState, UserAction, UserState } from '@etsoo/react';
6
+ import { History } from '@remix-run/router';
7
7
  /**
8
8
  * Global application
9
9
  */
@@ -5,8 +5,8 @@ import React from 'react';
5
5
  import { NotifierMU } from '../NotifierMU';
6
6
  import { ProgressCount } from '../ProgressCount';
7
7
  import { Labels } from './Labels';
8
- import { createBrowserHistory, createMemoryHistory } from 'history';
9
8
  import { CultureState, PageActionType, PageState, UserActionType, UserState } from '@etsoo/react';
9
+ import { createBrowserHistory, createMemoryHistory } from '@remix-run/router';
10
10
  /**
11
11
  * Global application
12
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -51,15 +51,16 @@
51
51
  "@emotion/css": "^11.10.0",
52
52
  "@emotion/react": "^11.10.4",
53
53
  "@emotion/styled": "^11.10.4",
54
- "@etsoo/appscript": "^1.2.90",
54
+ "@etsoo/appscript": "^1.2.92",
55
55
  "@etsoo/notificationbase": "^1.1.7",
56
- "@etsoo/react": "^1.5.89",
57
- "@etsoo/shared": "^1.1.54",
56
+ "@etsoo/react": "^1.5.91",
57
+ "@etsoo/shared": "^1.1.57",
58
58
  "@mui/icons-material": "^5.10.3",
59
- "@mui/material": "^5.10.4",
59
+ "@mui/material": "^5.10.5",
60
+ "@remix-run/router": "^1.0.0",
60
61
  "@types/pica": "^9.0.1",
61
62
  "@types/pulltorefreshjs": "^0.1.5",
62
- "@types/react": "^18.0.19",
63
+ "@types/react": "^18.0.20",
63
64
  "@types/react-avatar-editor": "^13.0.0",
64
65
  "@types/react-dom": "^18.0.6",
65
66
  "@types/react-input-mask": "^3.0.1",
@@ -71,27 +72,27 @@
71
72
  "react-dom": "^18.2.0",
72
73
  "react-draggable": "^4.4.5",
73
74
  "react-imask": "^6.4.2",
74
- "react-router-dom": "^6.3.0",
75
+ "react-router-dom": "^6.4.0",
75
76
  "react-window": "^1.8.7"
76
77
  },
77
78
  "devDependencies": {
78
79
  "@babel/cli": "^7.18.10",
79
- "@babel/core": "^7.19.0",
80
- "@babel/plugin-transform-runtime": "^7.18.10",
81
- "@babel/preset-env": "^7.19.0",
82
- "@babel/runtime-corejs3": "^7.19.0",
80
+ "@babel/core": "^7.19.1",
81
+ "@babel/plugin-transform-runtime": "^7.19.1",
82
+ "@babel/preset-env": "^7.19.1",
83
+ "@babel/runtime-corejs3": "^7.19.1",
83
84
  "@testing-library/jest-dom": "^5.16.5",
84
85
  "@testing-library/react": "^13.4.0",
85
- "@types/jest": "^29.0.1",
86
- "@typescript-eslint/eslint-plugin": "^5.36.2",
87
- "@typescript-eslint/parser": "^5.36.2",
86
+ "@types/jest": "^29.0.3",
87
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
88
+ "@typescript-eslint/parser": "^5.37.0",
88
89
  "eslint": "^8.23.1",
89
90
  "eslint-config-airbnb-base": "^15.0.0",
90
91
  "eslint-plugin-import": "^2.26.0",
91
92
  "eslint-plugin-react": "^7.31.8",
92
93
  "jest": "^29.0.3",
93
94
  "jest-environment-jsdom": "^29.0.3",
94
- "ts-jest": "^29.0.0",
95
+ "ts-jest": "^29.0.1",
95
96
  "typescript": "^4.8.3"
96
97
  }
97
98
  }
@@ -18,7 +18,6 @@ import React from 'react';
18
18
  import { NotifierMU } from '../NotifierMU';
19
19
  import { ProgressCount } from '../ProgressCount';
20
20
  import { Labels } from './Labels';
21
- import { createBrowserHistory, createMemoryHistory, History } from 'history';
22
21
  import {
23
22
  CultureAction,
24
23
  CultureState,
@@ -35,6 +34,11 @@ import {
35
34
  UserCalls,
36
35
  UserState
37
36
  } from '@etsoo/react';
37
+ import {
38
+ History,
39
+ createBrowserHistory,
40
+ createMemoryHistory
41
+ } from '@remix-run/router';
38
42
 
39
43
  /**
40
44
  * Global application