ehr-alerts-ui 0.0.23 → 0.0.25
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.
- package/lib/index.cjs.js +1 -25
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.js +1 -25
- package/lib/index.js.map +1 -1
- package/package.json +26 -31
- package/tsconfig.json +1 -1
package/package.json
CHANGED
|
@@ -3,32 +3,30 @@
|
|
|
3
3
|
"main": "lib/index.cjs.js",
|
|
4
4
|
"module": "lib/index.js",
|
|
5
5
|
"types": "lib/components/index.d.ts",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.25",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@types/node": "^12.0.0",
|
|
9
|
-
"@types/react": "^17.0.0",
|
|
10
|
-
"@types/react-dom": "^17.0.0",
|
|
11
|
-
"@types/redux-logger": "^3.0.9",
|
|
12
|
-
"ehr-auth-react": "0.0.38",
|
|
13
|
-
"ehr-components": "0.0.74",
|
|
14
8
|
"http-proxy-middleware": "^2.0.1",
|
|
15
|
-
"
|
|
16
|
-
"react": "16.9.0",
|
|
17
|
-
"react-dom": "16.9.0",
|
|
18
|
-
"react-intl": "5.4.5",
|
|
19
|
-
"react-redux": "^7.2.4",
|
|
20
|
-
"react-select": "^3.0.8",
|
|
21
|
-
"react-scripts": "4.0.3",
|
|
22
|
-
"reactstrap": "^8.5.1",
|
|
23
|
-
"redux": "^4.1.0",
|
|
9
|
+
"reactstrap": "^9.2.0",
|
|
24
10
|
"redux-logger": "^3.0.6",
|
|
25
|
-
"redux-thunk": "^2.3.0",
|
|
26
11
|
"sass": "^1.36.0",
|
|
27
12
|
"typescript": "^4.1.2",
|
|
28
13
|
"web-vitals": "^1.0.1"
|
|
29
14
|
},
|
|
30
15
|
"devDependencies": {
|
|
16
|
+
"@types/node": "^16.18.58",
|
|
17
|
+
"@types/react": "^18.2.0",
|
|
18
|
+
"@types/react-dom": "^18.2.0",
|
|
19
|
+
"@types/redux-logger": "^3.0.9",
|
|
31
20
|
"axios": "0.21.0",
|
|
21
|
+
"ehr-auth-react": "0.1.5",
|
|
22
|
+
"react": "^18.2.0",
|
|
23
|
+
"react-redux": "8.0.1",
|
|
24
|
+
"react-dom": "^18.2.0",
|
|
25
|
+
"react-intl": "^5.4.5",
|
|
26
|
+
"keycloak-js": "11.x",
|
|
27
|
+
"react-select": "^3.0.8",
|
|
28
|
+
"react-scripts": "4.0.3",
|
|
29
|
+
"redux-thunk": "^2.3.0",
|
|
32
30
|
"@rollup/plugin-commonjs": "17.0.0",
|
|
33
31
|
"@rollup/plugin-image": "2.0.6",
|
|
34
32
|
"@rollup/plugin-json": "4.1.0",
|
|
@@ -40,30 +38,27 @@
|
|
|
40
38
|
"rollup-plugin-postcss": "4.0.0",
|
|
41
39
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
42
40
|
"rollup-plugin-terser": "7.0.2",
|
|
43
|
-
"rollup-plugin-typescript2": "0.29.0"
|
|
44
|
-
|
|
45
|
-
"resolutions": {
|
|
46
|
-
"react": "16.9.0",
|
|
47
|
-
"react-dom": "16.9.0",
|
|
48
|
-
"react-intl": "5.4.5",
|
|
49
|
-
"ehr-components": "0.0.74",
|
|
50
|
-
"mkm-react-map": "^0.0.73",
|
|
51
|
-
"reactstrap": "^8.5.1"
|
|
41
|
+
"rollup-plugin-typescript2": "0.29.0",
|
|
42
|
+
"ehr-components": "0.1.159"
|
|
52
43
|
},
|
|
53
44
|
"peerDependencies": {
|
|
54
45
|
"axios": "0.x",
|
|
55
46
|
"ehr-auth-react": "0.x",
|
|
56
47
|
"ehr-components": "0.x",
|
|
57
|
-
"react": "
|
|
58
|
-
"react-
|
|
59
|
-
"react-
|
|
60
|
-
"
|
|
48
|
+
"react": "^18.2.0",
|
|
49
|
+
"react-redux": "8.0.1",
|
|
50
|
+
"react-dom": "^18.2.0",
|
|
51
|
+
"react-intl": "^5.4.5",
|
|
52
|
+
"keycloak-js": "11.x",
|
|
53
|
+
"react-select": "^3.0.8",
|
|
54
|
+
"react-scripts": "4.0.3",
|
|
55
|
+
"redux-thunk": "^2.3.0"
|
|
61
56
|
},
|
|
62
57
|
"scripts": {
|
|
63
58
|
"start": "react-scripts start",
|
|
64
59
|
"build": "rm -rf lib && rollup -c rollup.config.js",
|
|
65
60
|
"prepack": "npm run build",
|
|
66
|
-
"build_standalone": "rm -rf build && sed -i \"s~0.0.
|
|
61
|
+
"build_standalone": "rm -rf build && sed -i \"s~0.0.25~0.0.10~\" ./package.json && react-scripts build"
|
|
67
62
|
},
|
|
68
63
|
"eslintConfig": {
|
|
69
64
|
"extends": [
|