@open-amt-cloud-toolkit/ui-toolkit-react 2.0.3 → 2.0.4
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/dist +14 -13
- package/package.json +14 -13
package/dist
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-amt-cloud-toolkit/ui-toolkit-react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "React UI controls for Intel AMT features",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"homepage": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react#readme",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"react": "^
|
|
26
|
-
"react-dom": "^
|
|
25
|
+
"react": "^18.0.0",
|
|
26
|
+
"react-dom": "^18.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@fortawesome/fontawesome-svg-core": "^1.
|
|
30
|
-
"@fortawesome/free-solid-svg-icons": "^
|
|
31
|
-
"@fortawesome/react-fontawesome": "^0.1.
|
|
29
|
+
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
30
|
+
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
31
|
+
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
32
32
|
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.5",
|
|
33
33
|
"i18next": "^21.2.0",
|
|
34
34
|
"i18next-browser-languagedetector": "^6.1.2",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@types/jest": "^27.0.1",
|
|
48
48
|
"@types/md5": "^2.1.33",
|
|
49
49
|
"@types/node": "^14.17.3",
|
|
50
|
-
"@types/react": "^
|
|
51
|
-
"@types/react-dom": "^
|
|
50
|
+
"@types/react": "^16.0.8",
|
|
51
|
+
"@types/react-dom": "^16.0.3",
|
|
52
52
|
"@types/ws": "^8.2.0",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
54
54
|
"@typescript-eslint/parser": "^4.29.1",
|
|
@@ -61,16 +61,17 @@
|
|
|
61
61
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
62
62
|
"eslint-plugin-import": "^2.23.4",
|
|
63
63
|
"eslint-plugin-node": "^11.1.0",
|
|
64
|
-
"eslint-plugin-promise": "^
|
|
64
|
+
"eslint-plugin-promise": "^5.0.0",
|
|
65
65
|
"filereader": "^0.10.3",
|
|
66
66
|
"html-webpack-plugin": "^5.3.1",
|
|
67
67
|
"identity-obj-proxy": "^3.0.0",
|
|
68
68
|
"jest": "^27.0.4",
|
|
69
|
+
"jest-junit": "^14.0.0",
|
|
69
70
|
"jest-transform-stub": "^2.0.0",
|
|
70
|
-
"react": "^
|
|
71
|
-
"react-dom": "^
|
|
72
|
-
"sass-loader": "^
|
|
73
|
-
"source-map-loader": "^
|
|
71
|
+
"react": "^16.0.0",
|
|
72
|
+
"react-dom": "^16.0.0",
|
|
73
|
+
"sass-loader": "^13.0.0",
|
|
74
|
+
"source-map-loader": "^4.0.0",
|
|
74
75
|
"style-loader": "^3.0.0",
|
|
75
76
|
"ts-jest": "^27.0.4",
|
|
76
77
|
"ts-loader": "^9.2.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-amt-cloud-toolkit/ui-toolkit-react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "React UI controls for Intel AMT features",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"homepage": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react#readme",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"react": "^
|
|
26
|
-
"react-dom": "^
|
|
25
|
+
"react": "^18.0.0",
|
|
26
|
+
"react-dom": "^18.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@fortawesome/fontawesome-svg-core": "^1.
|
|
30
|
-
"@fortawesome/free-solid-svg-icons": "^
|
|
31
|
-
"@fortawesome/react-fontawesome": "^0.1.
|
|
29
|
+
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
30
|
+
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
31
|
+
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
32
32
|
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.5",
|
|
33
33
|
"i18next": "^21.2.0",
|
|
34
34
|
"i18next-browser-languagedetector": "^6.1.2",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@types/jest": "^27.0.1",
|
|
48
48
|
"@types/md5": "^2.1.33",
|
|
49
49
|
"@types/node": "^14.17.3",
|
|
50
|
-
"@types/react": "^
|
|
51
|
-
"@types/react-dom": "^
|
|
50
|
+
"@types/react": "^16.0.8",
|
|
51
|
+
"@types/react-dom": "^16.0.3",
|
|
52
52
|
"@types/ws": "^8.2.0",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
54
54
|
"@typescript-eslint/parser": "^4.29.1",
|
|
@@ -61,16 +61,17 @@
|
|
|
61
61
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
62
62
|
"eslint-plugin-import": "^2.23.4",
|
|
63
63
|
"eslint-plugin-node": "^11.1.0",
|
|
64
|
-
"eslint-plugin-promise": "^
|
|
64
|
+
"eslint-plugin-promise": "^5.0.0",
|
|
65
65
|
"filereader": "^0.10.3",
|
|
66
66
|
"html-webpack-plugin": "^5.3.1",
|
|
67
67
|
"identity-obj-proxy": "^3.0.0",
|
|
68
68
|
"jest": "^27.0.4",
|
|
69
|
+
"jest-junit": "^14.0.0",
|
|
69
70
|
"jest-transform-stub": "^2.0.0",
|
|
70
|
-
"react": "^
|
|
71
|
-
"react-dom": "^
|
|
72
|
-
"sass-loader": "^
|
|
73
|
-
"source-map-loader": "^
|
|
71
|
+
"react": "^16.0.0",
|
|
72
|
+
"react-dom": "^16.0.0",
|
|
73
|
+
"sass-loader": "^13.0.0",
|
|
74
|
+
"source-map-loader": "^4.0.0",
|
|
74
75
|
"style-loader": "^3.0.0",
|
|
75
76
|
"ts-jest": "^27.0.4",
|
|
76
77
|
"ts-loader": "^9.2.3",
|